[pkg-wpa-devel] r1382 - in /wpasupplicant/trunk/debian: changelog patches/11_syslog.patch patches/12_syslog_supplement.patch patches/series
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Fri May 15 21:03:45 UTC 2009
Author: kelmo-guest
Date: Fri May 15 21:03:45 2009
New Revision: 1382
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1382
Log:
Drop debian/patches/12_syslog_supplement.patch. It adds code which
attempts to prettify output but doesn't handle large output well.
(Closes: #528639)
Removed:
wpasupplicant/trunk/debian/patches/12_syslog_supplement.patch
Modified:
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/patches/11_syslog.patch
wpasupplicant/trunk/debian/patches/series
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1382&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Fri May 15 21:03:45 2009
@@ -1,3 +1,11 @@
+wpasupplicant (0.6.9-3) unstable; urgency=low
+
+ * Drop debian/patches/12_syslog_supplement.patch. It adds code which
+ attempts to prettify output but doesn't handle large output well.
+ (Closes: #528639)
+
+ -- Kel Modderman <kel at otaku42.de> Sat, 16 May 2009 03:47:08 +1000
+
wpasupplicant (0.6.9-2) unstable; urgency=low
* Add debian/patches/07_dbus_service_syslog.patch to enable syslog
Modified: wpasupplicant/trunk/debian/patches/11_syslog.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/11_syslog.patch?rev=1382&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/11_syslog.patch (original)
+++ wpasupplicant/trunk/debian/patches/11_syslog.patch Fri May 15 21:03:45 2009
@@ -220,3 +220,16 @@
};
/**
+--- a/wpa_supplicant/Makefile
++++ b/wpa_supplicant/Makefile
+@@ -1008,6 +1008,10 @@ ifdef CONFIG_DEBUG_FILE
+ CFLAGS += -DCONFIG_DEBUG_FILE
+ endif
+
++ifdef CONFIG_DEBUG_SYSLOG
++CFLAGS += -DCONFIG_DEBUG_SYSLOG
++endif
++
+ ifdef CONFIG_DELAYED_MIC_ERROR_REPORT
+ CFLAGS += -DCONFIG_DELAYED_MIC_ERROR_REPORT
+ endif
Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1382&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Fri May 15 21:03:45 2009
@@ -5,4 +5,3 @@
07_dbus_service_syslog.patch
10_multi_driver.patch
11_syslog.patch
-12_syslog_supplement.patch
More information about the Pkg-wpa-devel
mailing list