diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 73bf308..623103e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +httrack (3.48.24-1) unstable; urgency=low + + * Removed recommends non-existing package (libssl1.0.0) + closes:#835258 + + -- Xavier Roche <roche@proliant.localnet> Wed, 24 Aug 2016 09:04:28 +0200 + httrack (3.48.23-1) unstable; urgency=medium * Updated to 3.48.23 (3.48-23) diff --git a/debian/control b/debian/control index 31a8f9e..3a0a681 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,6 @@ Section: libs Replaces: libhttrack1 Conflicts: libhttrack1 Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: libssl1.0.0 Description: Httrack website copier library This package is the library part of httrack, website copier and mirroring utility @@ -69,7 +68,6 @@ Package: libhttrack-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, zlib1g-dev -Recommends: libssl1.0.0 Description: Httrack website copier includes and development files This package adds supplemental files for using the httrack website copier library |