[pkg-wpa-devel] r1739 - in /wpa/trunk/debian: changelog rules

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Tue May 1 12:56:49 UTC 2012


Author: slh-guest
Date: Tue May  1 12:56:47 2012
New Revision: 1739

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1739
Log:
use epoche only for hostapd binaries.

Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/rules

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1739&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Tue May  1 12:56:47 2012
@@ -1,4 +1,4 @@
-wpa (1:1.0~rc3-1) experimental; urgency=low
+wpa (1.0~rc3-1) experimental; urgency=low
 
   [ Stefan Lippers-Hollmann ]
   * import new upstream snapshot 1.0-rc3:
@@ -30,6 +30,7 @@
     last tagged upstream version corresponding to debian/changelog.
     - add a lintian override for this, upstream doesn't want to release
       tarballs at the moment.
+  * use epoche only for hostapd binaries.
 
   [ Kel Modderman ]
   * export BINDIR=/sbin, the build system now requires it when patching

Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1739&op=diff
==============================================================================
--- wpa/trunk/debian/rules (original)
+++ wpa/trunk/debian/rules Tue May  1 12:56:47 2012
@@ -21,6 +21,7 @@
 HOSTAPD_DOT_CONFIG            := debian/config/hostapd/$(DEB_HOST_ARCH_OS)
 WPASUPPLICANT_DOT_CONFIG      := debian/config/wpasupplicant/$(DEB_HOST_ARCH_OS)
 WPASUPPLICANT_UDEB_DOT_CONFIG := debian/config/wpasupplicant/$(DEB_HOST_ARCH_OS)-udeb
+VERSION                       := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\([0-9]*:\)\?\(.*\)$$,\2,p')
 
 ### start dh overrides
 override_dh_auto_configure:
@@ -111,6 +112,10 @@
 	dh_installchangelogs --package=hostapd hostapd/ChangeLog
 	dh_installchangelogs --package=wpasupplicant wpa_supplicant/ChangeLog
 	dh_installchangelogs --package=wpagui wpa_supplicant/ChangeLog
+
+override_dh_gencontrol:
+	dh_gencontrol -phostapd -- '-v1:$(VERSION)'
+	dh_gencontrol --remaining-packages
 ### end dh overrides
 
 %:




More information about the Pkg-wpa-devel mailing list