diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 11 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 1a44621..b666285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +simple-scan (3.34.2-1) UNRELEASED; urgency=medium + +  * New upstream release. +  * Switch to debhelper-compat: +    - debian/control: change to debhelper-compat (=12). +    - remove debian/compat. + + + -- Jörg Frings-Fürst <debian@jff.email>  Thu, 28 Nov 2019 11:37:37 +0100 +  simple-scan (3.34.1-2) unstable; urgency=medium    * debian/control: diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 26d1448..ab9ea8a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email>  Standards-Version: 4.4.1.1  Rules-Requires-Root: binary-targets  Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12),   gettext,   gnome-pkg-tools,   itstool, | 
