[Pkg-ganeti-devel] [ganeti] 06/13: Use dh-autoreconf

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Fri Sep 18 11:03:56 UTC 2015


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

apoikos pushed a commit to branch debian/backports/wheezy
in repository ganeti.

commit c44b87124c2d309044c5c61b804a66de67c76d95
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Tue Feb 10 21:57:53 2015 +0200

    Use dh-autoreconf
    
    Since we patched configure.ac and Makefile.am, use dh-autoreconf to make
    sure configure and friends are regenerated on each build (which is a
    good idea anyway).
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e3518a8..a076b46 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
 Uploaders: Guido Trotter <ultrotter at debian.org>,
  Apollon Oikonomopoulos <apoikos at debian.org>
 Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
  m4,
  python-all,
  ghc (>= 6.12),
diff --git a/debian/rules b/debian/rules
index c0e0588..a34548d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ VER = $(shell cat vcs-version | sed -r 's/v([0-9]+\.[0-9]+)(\..*)/\1/')
 GNT_USERGROUP_PREFIX="gnt-"
 
 %:
-	dh $@ --with python2,sphinxdoc,bash_completion
+	dh $@ --with python2,sphinxdoc,bash_completion,autoreconf
 
 debian/control: debian/control.in vcs-version
 	sed -s 's/#VER#/$(VER)/g' debian/control.in > debian/control

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



More information about the Pkg-ganeti-devel mailing list