diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-03 18:20:02 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-03 18:20:02 +0000 |
commit | 13980bbf6e6b7c6fb7a49f2c8da7361fb275afe5 (patch) | |
tree | 00c6493e0f2efedffceb6b7bdc8b48458742f2f5 /debian/control | |
parent | 96abfb0fa0815718c67e546a4fea1f220788112e (diff) |
Fixed broken hardened build (broken in 3.47.17-1)
Replaced dh_clean -k by dh_prep as advised
Moved from compat=5 to to compat=8
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2baed5c..3cd44c5 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 (>> 5.0.0), zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake1.9, libtool +Build-Depends: debhelper (>> 8), zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake1.9, libtool Homepage: http://www.httrack.com Package: httrack |