summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-10 09:33:09 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-10 09:33:09 +0200
commitf6f83e4a3023d099e370e587e1d6fd50e5facfa1 (patch)
treec44439390ad8c012771348dbd515d7bca86f79cb
parentb642e14cbc59e9b7413df1ede9085953d6a4b383 (diff)
Migrate to debhelper 11
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f21a5a..79999b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
psocksxx (1.1.1-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
* Declare compliance with Debian Policy 4.1.5 (No changes needed).
-- Jörg Frings-Fürst <debian@jff.email> Thu, 28 Jun 2018 06:55:17 +0200
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 c7a01f3..7792f6d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Uploaders: Uditha Atukorala <ua@nuked.zone>
Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
dh-autoreconf,
libcunit1-dev,
libcppunit-dev