[pkg-wpa-devel] r1640 - in /iw/trunk/debian: changelog control rules
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Mon Dec 19 18:23:49 UTC 2011
Author: slh-guest
Date: Mon Dec 19 18:23:48 2011
New Revision: 1640
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1640
Log:
* WARNING: needs libnl3 >=3.2.3-2~ (experimental)
* raise versioned build-dependency to (>= 3.2.3-2~), we need
libnl-genl-3-200-udeb and expect it in /lib/.
* move iw to /sbin/, as it is needed during early boot by udev rules to set
regdom settings non-interactively (Closes: #622247).
Modified:
iw/trunk/debian/changelog
iw/trunk/debian/control
iw/trunk/debian/rules
Modified: iw/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/changelog?rev=1640&op=diff
==============================================================================
--- iw/trunk/debian/changelog (original)
+++ iw/trunk/debian/changelog Mon Dec 19 18:23:48 2011
@@ -1,7 +1,7 @@
iw (3.2-1) UNRELEASED; urgency=low
* NOT RELEASED YET
- * WARNING: needs libnl3 >=3.2.3-1 (experimental)
+ * WARNING: needs libnl3 >=3.2.3-2~ (experimental)
http://lists.debian.org/debian-devel/2011/12/msg00353.html
[ Stefan Lippers-Hollmann ]
@@ -19,11 +19,15 @@
- always use libnl 3.2 as 3.2, not 3.0
* switch build dependency from libnl3-dev to libnl-3-dev && libnl-genl-3-dev
in order to cope with libnl3 3.2.
+ * raise versioned build-dependency to (>= 3.2.3-2~), we need
+ libnl-genl-3-200-udeb and expect it in /lib/.
+ * move iw to /sbin/, as it is needed during early boot by udev rules to set
+ regdom settings non-interactively (Closes: #622247).
[ Jonathan Nieder ]
* change Priority to optional from extra (Closes: #591102).
- -- Stefan Lippers-Hollmann <s.l-h at gmx.de> Thu, 15 Dec 2011 20:56:58 +0100
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de> Mon, 19 Dec 2011 19:21:35 +0100
iw (3.1-1) unstable; urgency=low
Modified: iw/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/control?rev=1640&op=diff
==============================================================================
--- iw/trunk/debian/control (original)
+++ iw/trunk/debian/control Mon Dec 19 18:23:48 2011
@@ -6,8 +6,8 @@
Kel Modderman <kel at otaku42.de>,
Stefan Lippers-Hollmann <s.l-h at gmx.de>
Build-Depends: debhelper (>= 7),
- libnl-3-dev,
- libnl-genl-3-dev,
+ libnl-3-dev (>= 3.2.3-2~),
+ libnl-genl-3-dev (>= 3.2.3-2~),
pkg-config (>= 0.22)
Standards-Version: 3.9.2
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-wpa/iw/trunk/
Modified: iw/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/iw/trunk/debian/rules?rev=1640&op=diff
==============================================================================
--- iw/trunk/debian/rules (original)
+++ iw/trunk/debian/rules Mon Dec 19 18:23:48 2011
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export CFLAGS = -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
export V=1
+export SBINDIR="/sbin/"
%:
dh $@
More information about the Pkg-wpa-devel
mailing list