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

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sat Nov 21 22:46:29 UTC 2009


Author: kelmo-guest
Date: Sat Nov 21 22:46:29 2009
New Revision: 1440

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1440
Log:
Fix spelling, close bug#557344, use =? for DEB_HOST_ARCH_OS in debian/rules.

Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/rules

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1440&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sat Nov 21 22:46:29 2009
@@ -1,6 +1,4 @@
 wpasupplicant (0.6.9-4) unstable; urgency=low
-
-   DO NOT UPLOAD
 
   * Backport a series of WEXT driver wrapper enhancements from upstream
     development tree. See each patch's header for more details.
@@ -14,7 +12,7 @@
   * Prefix etc/pm/sleep.d/ pm-utils hook in the 50 - 74 sequence range to
     comply with sequencing rules as per pm-action(8) (LP: #307493). Provide
     the symlink to our hook in /usr/lib/pm-utils/sleep.d/ rather than
-    /etc/pm/sleep.d/.
+    /etc/pm/sleep.d/. (Closes: #557344)
   * Modify wpa_action and associated functions to use logger(1) instead of
     piping to /var/log/wpa_action.$IFACE.log.
   * Ensure removal of obsolete logrotate conffiles now that all
@@ -39,11 +37,11 @@
     provide it.
   * Drop debian/patches/10_multi_driver.patch due to its invasiveness -
     it may make future patches which fix serious issues harder to apply
-    while providing an experimental feture only.
+    while providing an experimental feature only.
   * Refresh patch series and fix rejects due to removal of
     debian/patches/10_multi_driver.patch from series.
 
- -- Kel Modderman <kel at otaku42.de>  Sun, 08 Nov 2009 19:43:42 +1000
+ -- Kel Modderman <kel at otaku42.de>  Sun, 22 Nov 2009 08:42:59 +1000
 
 wpasupplicant (0.6.9-3) unstable; urgency=low
 

Modified: wpasupplicant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/rules?rev=1440&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/rules (original)
+++ wpasupplicant/trunk/debian/rules Sat Nov 21 22:46:29 2009
@@ -9,7 +9,7 @@
 	CFLAGS += -O2
 endif
 
-DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 BUILD_DOT_CONFIG := debian/config/$(DEB_HOST_ARCH_OS)
 
 ### start dh overrides




More information about the Pkg-wpa-devel mailing list