diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-12 18:17:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-12 18:17:32 +0200 |
commit | 2fa650932693967c84f40e9b69000fa622d0c219 (patch) | |
tree | 6477a3d65a8104846d100634a0360c35435cd245 /debian | |
parent | c1083e1f5530a09b256975a3855ac2363d5ed6f6 (diff) |
Migrate to debhelper 12
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index a9456a1..7715eff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,9 +7,9 @@ scons (3.0.5-1) UNRELEASED; urgency=medium * Refresh debian/patches/0110-remove_stale_files.patch for python 3 compatibility (Closes: #893740). Thanks to Bernd Zeimetz <bzed@debian.org>. - * Migrate to debhelper 11: - - Change debian/compat to 11. - - Bump minimum debhelper version in debian/control to >= 11. + * Migrate to debhelper 12: + - Change debian/compat to 12. + - Bump minimum debhelper version in debian/control to >= 12. * Declare compliance with Debian Policy 4.2.1 (No changes needed). * debian/control: - Remove trailing whitespaces. diff --git a/debian/compat b/debian/compat index b4de394..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index 462778b..b6d1434 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: - debhelper (>= 11), + debhelper (>= 12), dh-python, python-all, python3-all |