[Pkg-ganeti-devel] [ganeti] 09/10: Use dh_autoreconf

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Thu Apr 30 08:23:24 UTC 2015


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

apoikos pushed a commit to branch master
in repository ganeti.

commit 10a2e537b3105d43586d82628681c7041c2e16d3
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Thu Apr 30 10:21:55 2015 +0300

    Use dh_autoreconf
    
    The GHC 7.8 patch touches Makefile.am, so we need to regenerate
    Makefile.in from it. Use dh_autoreconf to achieve this.
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e70bb76..fdfd3eb 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