diff options
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/copyright | 2 | 
4 files changed, 11 insertions, 7 deletions
| diff --git a/debian/changelog b/debian/changelog index 7259f1a..b8ea9e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ -shotwell (0.30.4-1) UNRELEASED; urgency=medium +shotwell (0.30.4-1) unstable; urgency=medium    * New upstream release. -  * Declare compliance with Debian Policy 4.3.0.3 (No changes needed). +  * Declare compliance with Debian Policy 4.4.0 (No changes needed).    * Add package-name-doesnt-match-sonames to lintian-overrides.    * Refresh debian/copyright. +  * Migrate to debhelper 12: +    - Change debian/compat to 12. +    - Change debhelper version in debian/control to >= 12. +  * debian/copyright: Fix typo. - -- Jörg Frings-Fürst <debian@jff.email>  Sun, 28 Apr 2019 16:47:23 +0200 + -- Jörg Frings-Fürst <debian@jff.email>  Fri, 12 Jul 2019 11:05:56 +0200  shotwell (0.30.1-1) unstable; urgency=medium 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 0ae9dda..0691e8b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends:   appstream-util, - debhelper (>= 11), + debhelper (>= 12),   desktop-file-utils,   gnome-doc-utils,   gnome-pkg-tools, @@ -32,7 +32,7 @@ Build-Depends:   meson,   ninja-build,   valac (>= 0.22.0) -Standards-Version: 4.3.0.3 +Standards-Version: 4.4.0  Homepage: https://wiki.gnome.org/Apps/Shotwell  Vcs-Git: git://jff.email/opt/git/shotwell.git  Vcs-Browser: https://jff.email/cgit/shotwell.git diff --git a/debian/copyright b/debian/copyright index 63a1cc7..ba36d08 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,7 +13,7 @@ License: LGPL-2.1  Files: plugins/shotwell-publishing/PhotosPublisher.vala         plugins/shotwell-publishing/PhotosService.vala -       plugins/shotwell-publishing/PhotosPublishingPane +       plugins/shotwell-publishing/PhotosPublishingPane.vala         plugins/shotwell-publishing/PhotosUploader.vala  Copyright: 2016      Software Freedom Conservancy Inc.             2019      Jens Georg <mail@jensge.org> | 
