From 7e4ca5240d975d9d93198bf835c0cde27a4d5f0d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 9 Nov 2012 13:22:00 +0100 Subject: /debian/control: Depend on dh-autoreconf. --- debian/changelog | 2 ++ debian/control | 1 + debian/rules | 1 + 3 files changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 380aade..fd415c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,5 +6,7 @@ libpam-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low server). * /debian/rules: - Override auto_build with our own automake mechanism. + * /debian/control: + - Depend on dh-autoreconf. -- Mike Gabriel Fri, 09 Nov 2012 01:10:25 +0100 diff --git a/debian/control b/debian/control index 5206a93..9a7abe2 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: libssh-dev, pkg-config, cdbs, + dh-autoreconf, Standards-Version: 3.9.3 Homepage: http://wiki.x2go.org Vcs-Git: git://code.x2go.org/libpam-x2go.git diff --git a/debian/rules b/debian/rules index c19b8ef..4edf62f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,5 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk -- cgit v1.2.3