[Pkg-mpd-commits] [gmpc-plugins] 05/15: Use dh-autoreconf

Etienne Millon emillon-guest at alioth.debian.org
Thu Oct 10 10:05:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

emillon-guest pushed a commit to branch mentors
in repository gmpc-plugins.

commit 57af39bdd978782380b5cba918c8066e073c79af
Author: Etienne Millon <me at emillon.org>
Date:   Wed Jun 20 13:07:51 2012 +0200

    Use dh-autoreconf
---
 debian/changelog |    1 +
 debian/control   |    1 +
 debian/rules     |    2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6790936..6b561cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gmpc-plugins (11.8.16-2) UNRELEASED; urgency=low
   * Bump debhelper compat level to 9
     - Use multi-arch directories
     - Enable hardening flags
+  * Use dh-autoreconf
 
  -- Etienne Millon <etienne.millon at gmail.com>  Mon, 07 Nov 2011 17:30:17 +0100
 
diff --git a/debian/control b/debian/control
index 1d62016..e6b85bf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Etienne Millon <etienne.millon at gmail.com>
 Standards-Version: 3.9.2
 Build-Depends:
  debhelper (>= 9),
+ dh-autoreconf,
  gmpc-dev (>=11.8.16),
  gob2,
  intltool,
diff --git a/debian/rules b/debian/rules
index 8b62df9..bdad2a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DBG_NAME:=$(SRC_NAME)-dbg
 DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME)
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_strip:
 	dh_strip $(DEB_DH_STRIP_ARGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/gmpc-plugins.git



More information about the Pkg-mpd-commits mailing list