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

paravoid at users.alioth.debian.org paravoid at users.alioth.debian.org
Sun Jul 22 18:57:29 UTC 2007


Author: paravoid
Date: Sun Jul 22 18:57:29 2007
New Revision: 861

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=861
Log:
  updates. Fix a lintian error in the process.
* Don't ignore "make clean" errors, if they exist; fixes a lintian warning.

Modified:
    hostapd/trunk/debian/changelog
    hostapd/trunk/debian/rules

Modified: hostapd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/changelog?rev=861&op=diff
==============================================================================
--- hostapd/trunk/debian/changelog (original)
+++ hostapd/trunk/debian/changelog Sun Jul 22 18:57:29 2007
@@ -15,9 +15,10 @@
   * Update madwifi includes to r2583. This might break old installations, but
     will fix setups with 6-month old madwifi. (Closes: #408642)
   * Remove upgrade paths from pre-etch versions, we only support incremental
-    updates. Fix a lintian warning in the process. 
-
- -- Faidon Liambotis <paravoid at debian.org>  Sun, 22 Jul 2007 21:54:44 +0300
+    updates. Fix a lintian error in the process.
+  * Don't ignore "make clean" errors, if they exist; fixes a lintian warning.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Sun, 22 Jul 2007 21:56:53 +0300
 
 hostapd (1:0.5.7-1) unstable; urgency=low
 

Modified: hostapd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/rules?rev=861&op=diff
==============================================================================
--- hostapd/trunk/debian/rules (original)
+++ hostapd/trunk/debian/rules Sun Jul 22 18:57:29 2007
@@ -36,7 +36,7 @@
 	dh_testroot
 	rm -f build-stamp
 
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean
 




More information about the Pkg-wpa-devel mailing list