r357 - in /etchnhalf/madwifi/debian: changelog madwifi-source-etchnhalf.modass

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Thu Jul 24 13:06:08 UTC 2008


Author: kelmo-guest
Date: Thu Jul 24 13:06:07 2008
New Revision: 357

URL: http://svn.debian.org/wsvn/?sc=1&rev=357
Log:
Use a much cleaner modass override, tag with better version number.

Modified:
    etchnhalf/madwifi/debian/changelog
    etchnhalf/madwifi/debian/madwifi-source-etchnhalf.modass

Modified: etchnhalf/madwifi/debian/changelog
URL: http://svn.debian.org/wsvn/etchnhalf/madwifi/debian/changelog?rev=357&op=diff
==============================================================================
--- etchnhalf/madwifi/debian/changelog (original)
+++ etchnhalf/madwifi/debian/changelog Thu Jul 24 13:06:07 2008
@@ -1,4 +1,4 @@
-madwifi-etchnhalf (1:0.9.4-0etchnhalf1) stable; urgency=low
+madwifi-etchnhalf (1:0.9.4-1~etchnhalf.1) stable; urgency=low
 
   * Backported package for ethcnhalf linux-image-2.6.24 support.
   * Binary module package recommends linux-image-_KVERS_ and not depends on.
@@ -14,7 +14,7 @@
     namespace, and provide location to custom tarball location, allowing
     module-assistant to work out of box with new package.
 
- -- Kel Modderman <kel at otaku42.de>  Thu, 24 Jul 2008 21:58:40 +1000
+ -- Kel Modderman <kel at otaku42.de>  Thu, 24 Jul 2008 23:03:01 +1000
 
 madwifi (1:0.9.4~rc2-1) unstable; urgency=low
 

Modified: etchnhalf/madwifi/debian/madwifi-source-etchnhalf.modass
URL: http://svn.debian.org/wsvn/etchnhalf/madwifi/debian/madwifi-source-etchnhalf.modass?rev=357&op=diff
==============================================================================
--- etchnhalf/madwifi/debian/madwifi-source-etchnhalf.modass (original)
+++ etchnhalf/madwifi/debian/madwifi-source-etchnhalf.modass Thu Jul 24 13:06:07 2008
@@ -1,10 +1,10 @@
 #!/bin/sh
 
-# Override source package name, to avoid namespace breakage
-# caused by extra 'nhalf suffix
-MA_SOURCE_PKG=madwifi-source
+PKGPREFIX=madwifi
+SOURCEPKG=${PKGPREFIX}-source-etchnhalf
+TARBALL=/usr/src/etchnhalf/${PKGPREFIX}.tar.bz2
+BUILDDIR=${MODULE_LOC:-/usr/src/modules}/${PKGPREFIX}
 
-# Location to 'nhalf tarball
-TARBALL=/usr/src/etchnhalf/madwifi.tar.bz2
+. ${MA_DIR:-/usr/share/modass}/packages/generic.sh
 
-. /usr/share/modass/packages/default.sh
+$1 "$@"




More information about the Pkg-madwifi-maintainers mailing list