[pkg-wpa-devel] r1766 - in /wpa/trunk/debian: changelog rules
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Thu May 24 14:00:15 UTC 2012
Author: slh-guest
Date: Thu May 24 14:00:14 2012
New Revision: 1766
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1766
Log:
revert r1765
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=1766&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Thu May 24 14:00:14 2012
@@ -1,9 +1,8 @@
-wpa (1:1.0-3) unstable; urgency=low
-
- * add epoche for the source package as well, as not having it prevents the
- buildds from picking it up. Thanks to Julien Cristau.
-
- -- Stefan Lippers-Hollmann <s.l-h at gmx.de> Tue, 22 May 2012 20:05:29 +0200
+wpa (1.0-3) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de> Tue, 15 May 2012 02:39:30 +0200
wpa (1.0-2) unstable; urgency=low
Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1766&op=diff
==============================================================================
--- wpa/trunk/debian/rules (original)
+++ wpa/trunk/debian/rules Thu May 24 14:00:14 2012
@@ -22,6 +22,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:
@@ -112,6 +113,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