summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2018-12-02 23:33:00 +0000
committerDmitry Bogatov <KAction@debian.org>2018-12-02 23:46:05 +0000
commit247b51ac2e4a55d06074ac384bb7d049b441131c (patch)
treed93b58295ec084a8125d635b50bbfbd52edf467b
parentb9f04b9a917b178e76f855a16e80ac052810dccc (diff)
Update debhelper compat to 11
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
4 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5bbf874..8cc250d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ htp (1.19-7) UNRELEASED; urgency=medium
+ debian/changelog
+ debian/htp.1
* Update standards version to 4.2.1 (no changes needed)
+ * Update debhelper compat to 11.
+ + Export PERL_USE_UNSAFE_INC in `debian/rules'. It is need for
+ upstream build system. Unlike compat=10, compat=11 does not set
+ this variable.
-- Dmitry Bogatov <KAction@debian.org> Sun, 02 Dec 2018 23:27:08 +0000
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 0eca958..9929ecc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian QA Group <packages@qa.debian.org>
Section: web
Priority: optional
Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11~),
Standards-Version: 4.2.1
Homepage: http://htp.sourceforge.net
diff --git a/debian/rules b/debian/rules
index 20cac3c..91989f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
export TZ=UTC
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export PERL_USE_UNSAFE_INC = 1
%:
dh $@