rev 19105 - kde-extras/kio-gopher/trunk/debian

Pino Toscano pino at alioth.debian.org
Sat Feb 18 11:04:18 UTC 2012


Author: pino
Date: 2012-02-18 11:04:17 +0000 (Sat, 18 Feb 2012)
New Revision: 19105

Modified:
   kde-extras/kio-gopher/trunk/debian/changelog
   kde-extras/kio-gopher/trunk/debian/rules
Log:
adjust `dh' invocation in rules to be more compatible with greater dh compat versions


Modified: kde-extras/kio-gopher/trunk/debian/changelog
===================================================================
--- kde-extras/kio-gopher/trunk/debian/changelog	2012-02-18 11:01:48 UTC (rev 19104)
+++ kde-extras/kio-gopher/trunk/debian/changelog	2012-02-18 11:04:17 UTC (rev 19105)
@@ -8,6 +8,8 @@
   * Remove DM-Upload-Allowed: yes, no more needed now.
   * Bump Standards-Version to 3.9.2, no changes required.
   * Switch to format "3.0 (quilt)".
+  * Adjust `dh' invocation in rules to be more compatible with greater dh
+    compat versions.
 
  -- Pino Toscano <pino at debian.org>  Sat, 18 Feb 2012 11:03:56 +0100
 

Modified: kde-extras/kio-gopher/trunk/debian/rules
===================================================================
--- kde-extras/kio-gopher/trunk/debian/rules	2012-02-18 11:01:48 UTC (rev 19104)
+++ kde-extras/kio-gopher/trunk/debian/rules	2012-02-18 11:04:17 UTC (rev 19105)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with kde $@
+	dh $@ --with kde
 




More information about the pkg-kde-commits mailing list