diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 12:19:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 12:19:33 +0100 |
commit | d2097c196710ce26e8f845ec528a2eded8107396 (patch) | |
tree | 592630456153373043bbec2dc2647dd8c6833c4e /debian | |
parent | dafaacc2c12d341124d43a1df8713b11d2e2d4b4 (diff) | |
download | libpam-x2go-d2097c196710ce26e8f845ec528a2eded8107396.tar.gz libpam-x2go-d2097c196710ce26e8f845ec528a2eded8107396.tar.bz2 libpam-x2go-d2097c196710ce26e8f845ec528a2eded8107396.zip |
replace dh-autoreconf dependency by autotools-dev, automake and libtool
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fd04615..8e53327 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Build-Depends: libpam0g-dev, libssh-dev, pkg-config, - dh-autoreconf, + automake, + autotools-dev, + libtool, Standards-Version: 3.9.3 Homepage: http://wiki.x2go.org Vcs-Git: git://code.x2go.org/libpam-x2go.git |