[pkg-wpa-devel] r1829 - in /wpa/trunk/debian: changelog control rules

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Sat Dec 28 23:40:01 UTC 2013


Author: slh-guest
Date: Sat Dec 28 23:40:01 2013
New Revision: 1829

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1829
Log:
switch to using dh-systemd, thanks to Michael Stapelberg
<stapelberg at debian.org> (Closes: #715267).

Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/control
    wpa/trunk/debian/rules

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1829&op=diff
==============================================================================
--- wpa/trunk/debian/changelog	(original)
+++ wpa/trunk/debian/changelog	Sat Dec 28 23:40:01 2013
@@ -32,6 +32,8 @@
   * drop wheezy-specific comments in the configuration files.
   * glob 'wpa-password' as well and hide its debugging output, this hopefully
     closes: #728092.
+  * switch to using dh-systemd, thanks to Michael Stapelberg
+    <stapelberg at debian.org> (Closes: #715267).
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Wed, 16 Jan 2013 18:48:22 +0100
 

Modified: wpa/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/control?rev=1829&op=diff
==============================================================================
--- wpa/trunk/debian/control	(original)
+++ wpa/trunk/debian/control	Sat Dec 28 23:40:01 2013
@@ -20,7 +20,8 @@
  pkg-config,
  qt4-qmake,
  docbook-to-man,
- docbook-utils
+ docbook-utils,
+ dh-systemd (>= 1.4)
 Build-Conflicts: libqt3-dev
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-wpa/wpa/trunk/

Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1829&op=diff
==============================================================================
--- wpa/trunk/debian/rules	(original)
+++ wpa/trunk/debian/rules	Sat Dec 28 23:40:01 2013
@@ -128,9 +128,8 @@
 ### end dh overrides
 
 %:
-	dh $@
+	dh ${@} --with=systemd
 
 get-orig-source:
 	chmod +x $(CURDIR)/debian/get-orig-source
 	$(CURDIR)/debian/get-orig-source $(CURDIR)
-




More information about the Pkg-wpa-devel mailing list