diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-06-28 04:35:25 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-06-28 04:35:25 +0200 |
commit | 6867d4c816eb7bd85e9de8836649866424f6d8ed (patch) | |
tree | 259d83b689be9307ff942f78e34a2879301bd974 /debian | |
parent | 9b2e873c48869a3735e4ca8499d9e0584fc47f0e (diff) |
Migrate to debhelper 11
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 197a422c..3efb1591 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ libunistring (0.9.10-1) UNRELEASED; urgency=medium * New upstream release. * debian/control: - Switch Vcs-* to new loacation. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. -- Jörg Frings-Fürst <debian@jff.email> Wed, 07 Mar 2018 05:36:05 +0100 diff --git a/debian/compat b/debian/compat index f599e28b..b4de3947 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 2351306f..b87039f9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libunistring Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), Standards-Version: 4.1.2.0 Section: libs Homepage: http://www.gnu.org/software/libunistring/ |