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 | |
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
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 18c1c63..8ebea60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +httrack (3.47.17-2) unstable; urgency=low + + * 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 + + -- Xavier Roche <roche@proliant.localnet> Mon, 03 Jun 2013 09:52:34 +0200 + httrack (3.47.17-1) unstable; urgency=low * Updated to 3.47.17 (3.47-17) diff --git a/debian/compat b/debian/compat index 7ed6ff8..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +8 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 diff --git a/debian/rules b/debian/rules index a445a68..e885393 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ configure-stamp: dh_testdir autoreconf -v -i - dh_auto_configure + dh_auto_configure -- $(shell dpkg-buildflags --export=configure) touch configure-stamp |