diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b5c5e1b..06c48a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,12 @@ httrack (3.48.2-1) unstable; urgency=low -- Xavier Roche <xavier@debian.org> Thu, 10 Apr 2014 18:30:08 +0200 +httrack (3.48.1-4) unstable; urgency=low + + * Cleanup in dependencies + + -- Xavier Roche <roche@proliant.localnet> Tue, 15 Apr 2014 22:13:19 +0200 + httrack (3.48.1-3) unstable; urgency=low * Fixed FTBFS due to a missing Build-Depends: dh-autoreconf diff --git a/debian/control b/debian/control index f1efe91..cec8f58 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.5 -Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake, libtool +Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, autotools-dev, autoconf, automake, libtool, zlib1g-dev, libssl-dev Homepage: http://www.httrack.com Package: httrack |