diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-24 05:51:21 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-24 05:51:21 +0000 |
commit | b772388bbd53b5a57b5a54de8ed3f71899346b44 (patch) | |
tree | 246ac8a077e076ed6abb65682075fa8ec4a6aac4 | |
parent | d88b5f9b27c3ebca45ce026d0b6188b5ad565a66 (diff) |
Do not depend anymore on automake1.9, but automake (see http://lists.debian.org/debian-devel/2013/05/msg01459.html)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 389819a..c92cb2d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: optional Maintainer: Xavier Roche <roche@httrack.com> Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 8.0.0), zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake1.9, libtool +Build-Depends: debhelper (>= 8.0.0), zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake, libtool Homepage: http://www.httrack.com Package: httrack |