diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 4 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 603553f..bd939d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ shotwell (0.30.7-2) UNRELEASED; urgency=medium    * debian/control: Remove outdated gnome-doc-utils from Build-Depends       (Closes: #945141, #945294). +  * Switch to debhelper-compat: +    - debian/control: Replace debhelper with debhelper-compat. +    - Remove debian/compat.   -- Jörg Frings-Fürst <debian@jff.email>  Sat, 28 Dec 2019 11:20:37 +0100 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 c67cf21..1cc0b3c 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends:   appstream-util,   cmake, - debhelper (>= 12), + debhelper-compat (= 12),   desktop-file-utils,   gnome-pkg-tools,   itstool, | 
