[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 038cdade26c2877ca430ba195d685215580b4a36
Author: Pino Toscano <pino at kde.org>
Date:   Mon Jun 20 12:17:02 2011 +0200

    build-depend on dh-autoreconf and use the dh autoreconf addon
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |    3 +--
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a86ce9e..2d8516e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ google-gadgets (0.11.2-4) UNRELEASED; urgency=low
     libqt4-dev.
   * Bump Standards-Version to 3.9.2, no changes required.
   * Pass the arguments to `dh' after the target name (dh v8 compatibility).
+  * Build-depend on dh-autoreconf and use the dh autoreconf addon.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 21 Feb 2011 14:04:53 +0100
 
diff --git a/debian/control b/debian/control
index 3a7315c..2fc7a8c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: extra
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <debian at pusling.com>, Modestas Vainius <modax at debian.org>, Fathi Boudra <fabo at debian.org>, Pino Toscano <pino at kde.org>
-Build-Depends: debhelper (>= 7.0.50~), automake, autoconf,
+Build-Depends: debhelper (>= 7.0.50~), automake, autoconf, dh-autoreconf,
  libtool, chrpath, zip, libsoup2.4-dev (>= 2.26.0),
  libdbus-1-dev, libeditline-dev, libgtk2.0-dev,
  libgstreamer-plugins-base0.10-dev, libltdl3-dev, libqt4-dev, libqtwebkit-dev,
diff --git a/debian/rules b/debian/rules
index 8f01e00..521f234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,9 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with xulrunner
+	dh $@ --with autoreconf,xulrunner
 
 override_dh_auto_configure:
-	autoreconf --verbose --force --install
 	dh_auto_configure -- \
 		--with-browser-plugins-dir=\$${prefix}/lib/xulrunner-addons/plugins \
 		--disable-werror \

-- 
Google Gadgets packaging



More information about the pkg-kde-commits mailing list