[pkg-wpa-devel] r1861 - in /wpa/trunk/debian: changelog control hostapd.postinst wpasupplicant.postinst

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Sat Feb 22 21:26:54 UTC 2014


Author: slh-guest
Date: Sat Feb 22 21:26:54 2014
New Revision: 1861

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1861
Log:
drop pre-wheezy /lib/init/rw/sendsigs.omit.d/ migration support, invert the
according versioned initscripts dependency to a versioned breaks relation.

Removed:
    wpa/trunk/debian/hostapd.postinst
Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/control
    wpa/trunk/debian/wpasupplicant.postinst

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1861&op=diff
==============================================================================
--- wpa/trunk/debian/changelog	(original)
+++ wpa/trunk/debian/changelog	Sat Feb 22 21:26:54 2014
@@ -1,6 +1,8 @@
 wpa (1.1-2) UNRELEASED; urgency=medium
 
   * NOT RELEASED YET
+  * drop pre-wheezy /lib/init/rw/sendsigs.omit.d/ migration support, invert the
+    according versioned initscripts dependency to a versioned breaks relation.
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Fri, 21 Feb 2014 02:30:25 +0100
 

Modified: wpa/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/control?rev=1861&op=diff
==============================================================================
--- wpa/trunk/debian/control	(original)
+++ wpa/trunk/debian/control	Sat Feb 22 21:26:54 2014
@@ -30,8 +30,8 @@
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- lsb-base (>= 3.2-13),
- initscripts (>= 2.88dsf-13.3)
+ lsb-base (>= 3.2-13)
+Breaks: initscripts (<< 2.88dsf-13.3)
 Description: user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
  Originally, hostapd was an optional user space component for Host AP
  driver. It adds more features to the basic IEEE 802.11 management
@@ -72,8 +72,8 @@
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  lsb-base (>= 3.0-6),
- adduser,
- initscripts (>= 2.88dsf-13.3)
+ adduser
+Breaks: initscripts (<< 2.88dsf-13.3)
 Suggests: wpagui, libengine-pkcs11-openssl
 Description: client support for WPA and WPA2 (IEEE 802.11i)
  WPA and WPA2 are methods for securing wireless networks, the former

Modified: wpa/trunk/debian/wpasupplicant.postinst
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/wpasupplicant.postinst?rev=1861&op=diff
==============================================================================
--- wpa/trunk/debian/wpasupplicant.postinst	(original)
+++ wpa/trunk/debian/wpasupplicant.postinst	Sat Feb 22 21:26:54 2014
@@ -23,17 +23,6 @@
 		if ! getent group netdev >/dev/null; then
 			addgroup --quiet --system netdev || true
 		fi
-
-		# Migrate existing sendsigs omission pid files to /run
-		if [ -d /run/sendsigs.omit.d/ ] && \
-		   [ -d /lib/init/rw/sendsigs.omit.d/ ]; then
-			for f in /lib/init/rw/sendsigs.omit.d/wpasupplicant.*.pid
-			do
-				if [ -f "$f" ]; then
-					mv "$f" /run/sendsigs.omit.d/
-				fi
-			done
-		fi
 		;;
 	abort-upgrade|abort-deconfigure|abort-remove)
 		;;




More information about the Pkg-wpa-devel mailing list