diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 12 | ||||
-rw-r--r-- | debian/shotwell.lintian-overrides | 1 |
5 files changed, 27 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index beec44f..b8ea9e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +shotwell (0.30.4-1) unstable; urgency=medium + + * New upstream release. + * 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> Fri, 12 Jul 2019 11:05:56 +0200 + shotwell (0.30.1-1) unstable; urgency=medium * New upstream release. 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 122da85..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.2.1 +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 e05d184..ba36d08 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,12 +8,20 @@ Copyright: 2009-2013 Yorba Foundation 2010 Evgeniy Polyakov 2010 Maxim Kartashev 2013 Jens Bav - 2016-2018 Software Freedom Conservancy Inc. + 2016-2019 Software Freedom Conservancy Inc. +License: LGPL-2.1 + +Files: plugins/shotwell-publishing/PhotosPublisher.vala + plugins/shotwell-publishing/PhotosService.vala + plugins/shotwell-publishing/PhotosPublishingPane.vala + plugins/shotwell-publishing/PhotosUploader.vala +Copyright: 2016 Software Freedom Conservancy Inc. + 2019 Jens Georg <mail@jensge.org> License: LGPL-2.1 Files: debian/* Copyright: 2009-2011 Devid Antonio Filoni <d.filoni@ubuntu.com> - 2014-2018 Jörg Frings-Fürst <debian@jff.email> + 2014-2019 Jörg Frings-Fürst <debian@jff.email> License: GPL-2+ License: LGPL-2.1 diff --git a/debian/shotwell.lintian-overrides b/debian/shotwell.lintian-overrides index bb5c383..61210c5 100644 --- a/debian/shotwell.lintian-overrides +++ b/debian/shotwell.lintian-overrides @@ -1 +1,2 @@ non-dev-pkg-with-shlib-symlink +package-name-doesnt-match-sonames libshotwell-authenticator0 libshotwell-plugin-common0 libshotwell-plugin-dev-1.0-0 |