[pkg-wpa-devel] r1111 - in /wpasupplicant/trunk/debian: changelog control rules
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Wed Feb 6 12:04:02 UTC 2008
Author: kelmo-guest
Date: Wed Feb 6 12:04:01 2008
New Revision: 1111
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1111
Log:
* install-stamp was not properly implimented, fix it up. [debian/rules]
Modified:
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/control
wpasupplicant/trunk/debian/rules
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1111&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Feb 6 12:04:01 2008
@@ -1,8 +1,7 @@
wpasupplicant (0.6.2+git20080206.g8c0dad4-1) UNRELEASED; urgency=low
* New Upstream git snapshot.
- * install-stamp was not properly implimented and is not required, clean it
- up. [debian/rules]
+ * install-stamp was not properly implimented, fix it up. [debian/rules]
* Drop patches to ctrl interface bss scan results iterator that will not be
applied upstream. The iterator will be redesigned to not suffer from the
identified problem of one bssid being encountered in more than one cell
@@ -15,7 +14,7 @@
- debian/patches/31_ctrl_iface_x86_64_compile_warning.patch
- debian/patches/93_wpa_gui_qt4_scanres_really_remove_qtimer.patch
- -- Kel Modderman <kel at otaku42.de> Wed, 06 Feb 2008 15:38:39 +1000
+ -- Kel Modderman <kel at otaku42.de> Wed, 06 Feb 2008 22:03:09 +1000
wpasupplicant (0.6.2+git20080202.gde6ccd7-1) unstable; urgency=low
Modified: wpasupplicant/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/control?rev=1111&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/control (original)
+++ wpasupplicant/trunk/debian/control Wed Feb 6 12:04:01 2008
@@ -22,7 +22,7 @@
Package: wpagui
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, wpasupplicant
+Depends: ${shlibs:Depends}, ${misc:Depends}, wpasupplicant (>= ${source:Version})
Description: GUI for wpa_supplicant
wpagui provides a Qt interface for choosing which configured network
to connect to. It also provides a method for browsing 802.11 SSID scan
Modified: wpasupplicant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/rules?rev=1111&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/rules (original)
+++ wpasupplicant/trunk/debian/rules Wed Feb 6 12:04:01 2008
@@ -38,7 +38,7 @@
clean: unpatch
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -fv build-stamp install-stamp
$(MAKE) -C wpa_supplicant clean
@@ -61,7 +61,8 @@
dh_clean
-install: build
+install: build install-stamp
+install-stamp:
dh_testdir
dh_testroot
dh_clean -k
@@ -82,6 +83,8 @@
debian/wpasupplicant/etc/dbus-1/system.d/wpa_supplicant.conf
install --mode=644 -D wpa_supplicant/dbus-wpa_supplicant.service \
debian/wpasupplicant/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service
+
+ touch $@
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-wpa-devel
mailing list