[pkg-wpa-devel] r1466 - in /hostapd/trunk/debian: changelog control rules source/ source/format

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Thu Feb 11 04:12:57 UTC 2010


Author: kelmo-guest
Date: Thu Feb 11 04:12:53 2010
New Revision: 1466

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1466
Log:
* Increase Standards-Version to 3.8.4 without extra changes.
* Remove Reinhard Tartler from uploaders at his request. Thanks for
  past contribution.

Added:
    hostapd/trunk/debian/source/
    hostapd/trunk/debian/source/format
Modified:
    hostapd/trunk/debian/changelog
    hostapd/trunk/debian/control
    hostapd/trunk/debian/rules

Modified: hostapd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/changelog?rev=1466&op=diff
==============================================================================
--- hostapd/trunk/debian/changelog (original)
+++ hostapd/trunk/debian/changelog Thu Feb 11 04:12:53 2010
@@ -1,12 +1,10 @@
 hostapd (1:0.6.9-4) unstable; urgency=low
 
-  DO NOT UPLOAD
-  
   * Support the status command in init.d script. Depend on lsb-base (>=
     3.2-13) for status_of_proc. Patch thanks to Peter Eisentraut.
     (Closes: #535633)
   * Add debian/README.source to describe use of quilt patch system.
-  * Increase Standards-Version to 3.8.3.
+  * Increase Standards-Version to 3.8.4 without extra changes.
   * Reduce debian/rules by tweaking the sequence of a few things and
     using the --sourcedirectory option of dh in debhelper (>= 7.3.7~).
     Build-Depend on that debhelper version.
@@ -19,8 +17,10 @@
     for starting instead of magic RUN_DAEMON variable.
   * Update README.Debian to contain information about the example
     hostapd.conf file.
-
- -- Kel Modderman <kel at otaku42.de>  Sun, 01 Nov 2009 21:46:41 +1000
+  * Remove Reinhard Tartler from uploaders at his request. Thanks for
+    past contribution.
+
+ -- Kel Modderman <kel at otaku42.de>  Thu, 11 Feb 2010 14:12:20 +1000
 
 hostapd (1:0.6.9-3) unstable; urgency=low
 

Modified: hostapd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/control?rev=1466&op=diff
==============================================================================
--- hostapd/trunk/debian/control (original)
+++ hostapd/trunk/debian/control Thu Feb 11 04:12:53 2010
@@ -3,13 +3,12 @@
 Priority: optional
 Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel at lists.alioth.debian.org>
 Uploaders: Faidon Liambotis <paravoid at debian.org>,
- Reinhard Tartler <siretart at tauware.de>,
  Kel Modderman <kel at otaku42.de>
 Build-Depends: debhelper (>= 7.3.7~),
  quilt (>= 0.46-7~),
  libssl-dev,
  libnl-dev (>= 1.1)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://w1.fi/
 Vcs-Svn: svn://svn.debian.org/pkg-wpa/hostapd/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/

Modified: hostapd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/rules?rev=1466&op=diff
==============================================================================
--- hostapd/trunk/debian/rules (original)
+++ hostapd/trunk/debian/rules Thu Feb 11 04:12:53 2010
@@ -8,16 +8,23 @@
 	CFLAGS += -O2
 endif
 
+export CFLAGS
+
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 BUILD_DOT_CONFIG := debian/config/$(DEB_HOST_ARCH_OS)
 
 ### start dh overrides
+override_dh_auto_configure:
+	cp --remove-destination $(BUILD_DOT_CONFIG) hostapd/.config
+
 override_dh_auto_build:
-	cp --remove-destination $(BUILD_DOT_CONFIG) hostapd/.config
-	$(MAKE) -C hostapd all
+	dh_auto_build --sourcedirectory=hostapd --buildsystem=makefile
 
 override_dh_auto_install:
 	$(info Skip dh_auto_install ...)
+
+override_dh_auto_clean:
+	dh_auto_clean --sourcedirectory=hostapd --buildsystem=makefile
 
 override_dh_clean:
 	dh_clean hostapd/.config
@@ -31,4 +38,4 @@
 ### end dh overrides
 
 %:
-	+dh $@ --with quilt --sourcedirectory=hostapd --buildsystem=makefile
+	dh $@ --with quilt

Added: hostapd/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/source/format?rev=1466&op=file
==============================================================================
--- hostapd/trunk/debian/source/format (added)
+++ hostapd/trunk/debian/source/format Thu Feb 11 04:12:53 2010
@@ -1,0 +1,1 @@
+1.0




More information about the Pkg-wpa-devel mailing list