diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 15:36:37 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 15:36:37 +0100 |
commit | 867c3b9785f7da1f66588c24a6191ea43df5639e (patch) | |
tree | 54675a561f778ebc6ab82d0df8dd0f88023a4103 | |
parent | 63bdc1f87004082372cddfcf0b6aab13bbe68a16 (diff) | |
download | nx-libs-867c3b9785f7da1f66588c24a6191ea43df5639e.tar.gz nx-libs-867c3b9785f7da1f66588c24a6191ea43df5639e.tar.bz2 nx-libs-867c3b9785f7da1f66588c24a6191ea43df5639e.zip |
Add autoconf as build dependency.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 28e57aab5..164beb271 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,5 +14,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low * Add patch: 006_remove-configure-files.patch. * Add patch: 007_nxcompshad-clean-gch-files.patch. * Remove unknown option --with from dh_auto_clean. + * Add autoconf as build dependency. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200 diff --git a/debian/control b/debian/control index 46cad6e89..a4afbd50f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: libpng-dev, libjpeg-dev, zlib1g-dev, - quilt (>= 0.46-7~) + quilt (>= 0.46-7~), + autoconf Build-Conflicts: x11proto-core-dev, x11proto-kb-dev, |