diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 13:22:00 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 13:22:00 +0100 |
commit | 7e4ca5240d975d9d93198bf835c0cde27a4d5f0d (patch) | |
tree | 3cc8d4a71a4760098be173049ebe5605915729c3 /debian | |
parent | 8012c81c7224c3b6215e54c77af15470a6c362d9 (diff) | |
download | libpam-x2go-7e4ca5240d975d9d93198bf835c0cde27a4d5f0d.tar.gz libpam-x2go-7e4ca5240d975d9d93198bf835c0cde27a4d5f0d.tar.bz2 libpam-x2go-7e4ca5240d975d9d93198bf835c0cde27a4d5f0d.zip |
/debian/control: Depend on dh-autoreconf.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 4 insertions, 0 deletions
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 <mike.gabriel@das-netzwerkteam.de> 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 |