aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
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