[SCM] Google Gadgets packaging branch, master, updated. debian/0.11.2-3-7-g6ebf7d3

Pino Toscano pino-guest at alioth.debian.org
Mon Jun 20 11:11:41 UTC 2011


The following commit has been merged in the master branch:
commit 30ce6d726fc162f50c975a5f68adcab290e74c8a
Author: Pino Toscano <pino at kde.org>
Date:   Mon Jun 20 12:12:51 2011 +0200

    pass the arguments to `dh' after the target name
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d893d6..a86ce9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ google-gadgets (0.11.2-4) UNRELEASED; urgency=low
   * Add build-dependency on libqtwebkit-dev, as it has been split from
     libqt4-dev.
   * Bump Standards-Version to 3.9.2, no changes required.
+  * Pass the arguments to `dh' after the target name (dh v8 compatibility).
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 21 Feb 2011 14:04:53 +0100
 
diff --git a/debian/rules b/debian/rules
index 9d75f36..8f01e00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --with xulrunner $@
+	dh $@ --with xulrunner
 
 override_dh_auto_configure:
 	autoreconf --verbose --force --install

-- 
Google Gadgets packaging



More information about the pkg-kde-commits mailing list