r339 - in /unstable/madwifi/debian: changelog rules

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Jul 7 14:59:37 UTC 2008


Author: kelmo-guest
Date: Mon Jul  7 14:59:37 2008
New Revision: 339

URL: http://svn.debian.org/wsvn/pkg-madwifi/?sc=1&rev=339
Log:
* New upstream SVN snapshot.
  - initial Linux 2.6.26 compat
* Modify debian/rules get-orig-source target to pull SVN snapshot from
  hal-0.10.5.6 branch.

Modified:
    unstable/madwifi/debian/changelog
    unstable/madwifi/debian/rules

Modified: unstable/madwifi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi/debian/changelog?rev=339&op=diff
==============================================================================
--- unstable/madwifi/debian/changelog (original)
+++ unstable/madwifi/debian/changelog Mon Jul  7 14:59:37 2008
@@ -1,3 +1,12 @@
+madwifi (1:0.9.4+r3752.20080706-1) unstable; urgency=low
+
+  * New upstream SVN snapshot.
+    - initial Linux 2.6.26 compat
+  * Modify debian/rules get-orig-source target to pull SVN snapshot from
+    hal-0.10.5.6 branch.
+
+ -- Kel Modderman <kel at otaku42.de>  Tue, 08 Jul 2008 00:58:41 +1000
+
 madwifi (1:0.9.4+r3698.20080604.hal20080528-1) unstable; urgency=low
 
   The R.I.P. Alex Wallis aka "awol" release.

Modified: unstable/madwifi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-madwifi/unstable/madwifi/debian/rules?rev=339&op=diff
==============================================================================
--- unstable/madwifi/debian/rules (original)
+++ unstable/madwifi/debian/rules Mon Jul  7 14:59:37 2008
@@ -60,8 +60,10 @@
 UPSVERS := $(shell echo $(DEBVERS) | cut -d'+' -f1 | tr '~' '-')
 SVNVERS := $(shell echo $(DEBVERS) | sed -n 's/.*+\(.*\)/\1/p' | tr '.' '-')
 ifneq "$(SVNVERS)" ""
-ORIGTAR := madwifi-trunk-$(SVNVERS).tar.gz
-ORIGURL := http://snapshots.madwifi.org/madwifi-trunk/
+#ORIGTAR := madwifi-trunk-$(SVNVERS).tar.gz
+ORIGTAR := madwifi-hal-0.10.5.6-$(SVNVERS).tar.gz
+#ORIGURL := http://snapshots.madwifi.org/madwifi-trunk/
+ORIGURL := http://snapshots.madwifi.org/madwifi-hal-0.10.5.6/
 else
 ORIGTAR := madwifi-$(UPSVERS).tar.gz
 ORIGURL := http://optusnet.dl.sourceforge.net/sourceforge/madwifi/




More information about the Pkg-madwifi-maintainers mailing list