[pkg-wpa-devel] r1478 - in /wpasupplicant/trunk/debian: changelog patches/19_cfg80211_optimisation.patch patches/series rules
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Thu Feb 11 05:35:35 UTC 2010
Author: kelmo-guest
Date: Thu Feb 11 05:35:30 2010
New Revision: 1478
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1478
Log:
Ensure wpa_supplicant/wpa_gui-qt4 is really clean, qmake seems to leave
some crumbs (.obj, .moc & .ui).
Removed:
wpasupplicant/trunk/debian/patches/19_cfg80211_optimisation.patch
Modified:
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/patches/series
wpasupplicant/trunk/debian/rules
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1478&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Thu Feb 11 05:35:30 2010
@@ -53,16 +53,16 @@
* Add debian/patches/18_wpa_gui_wps_ap_avail_annoyance.patch to stop
notifying about WPS_EVENT_AP_* events via wpa_gui tray status
bubbles - they are too frequent.
- * Cherry pick 19_cfg80211_optimisation.patch from upstream to avoid using
- an expensive hack for cfg80211-aware kernel drivers for disconnect events.
* Cherry pick 20_wpa_msg_ctrl_wps.patch from upstream to avoid too frequent
logging of WPS events.
* Drop debian/patches/05_qmake_version_makefile.patch, use qmake build
class in debian/rules, Build-Depend on qt4-qmake and Build-Conflict
with libqt3-dev.
+ * Ensure wpa_supplicant/wpa_gui-qt4 is really clean, qmake seems to leave
+ some crumbs (.obj, .moc & .ui).
* Adjust debian/watch to scan for the 0.6.X stable releases only.
- -- Kel Modderman <kel at otaku42.de> Thu, 11 Feb 2010 14:40:14 +1000
+ -- Kel Modderman <kel at otaku42.de> Thu, 11 Feb 2010 15:33:35 +1000
wpasupplicant (0.6.9-3) unstable; urgency=low
Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1478&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Thu Feb 11 05:35:30 2010
@@ -4,5 +4,4 @@
07_dbus_service_syslog.patch
11_syslog.patch
18_wpa_gui_wps_ap_avail_annoyance.patch
-19_cfg80211_optimisation.patch
20_wpa_msg_ctrl_wps.patch
Modified: wpasupplicant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/rules?rev=1478&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/rules (original)
+++ wpasupplicant/trunk/debian/rules Thu Feb 11 05:35:30 2010
@@ -35,6 +35,8 @@
--buildsystem=makefile
dh_auto_clean --sourcedirectory=wpa_supplicant/wpa_gui-qt4 \
--buildsystem=qmake
+ find wpa_supplicant/wpa_gui-qt4 -type d \
+ -name \.moc -o -name \.ui -o -name \.obj | xargs rm -rf
override_dh_auto_install:
$(info Skip dh_auto_install ...)
More information about the Pkg-wpa-devel
mailing list