diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-11 20:57:00 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-11 20:57:00 +0200 | 
| commit | f7a334a753c2ef8fd2f528b6b38f0fd1f133984d (patch) | |
| tree | 26defc66170c0ea2b14f0e1dfcf6efe5cc6e82ff /debian | |
| parent | 4018962c6a48d851deb12d04e2924c093f44eb00 (diff) | |
Migrate to debhelper 12
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 8b81142..c3bc76c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@  simple-scan (3.32.2.1-1) unstable; urgency=medium    * New upstream release. +  * Migrate to debhelper 12: +    - Change debian/compat to 12. +    - Change debhelper version in debian/control to >= 12.   -- Jörg Frings-Fürst <debian@jff.email>  Thu, 30 May 2019 14:39:34 +0200 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 86eb09a..4e5bb07 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Standards-Version: 4.2.1  Build-Depends: - debhelper (>= 11), + debhelper (>= 12),   gettext,   gnome-pkg-tools,   itstool, | 
