From 345b4e690d75a30c58c08e543360f9898018095b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 12 Jul 2019 10:47:37 +0200 Subject: Migrate to debhelper 12 --- debian/changelog | 7 +++++-- debian/compat | 2 +- debian/control | 2 +- debian/files | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 7259f1a..58781d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,14 @@ -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). * 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. - -- Jörg Frings-Fürst Sun, 28 Apr 2019 16:47:23 +0200 + -- Jörg Frings-Fürst Sun, 28 Apr 2019 18:22:16 +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..44f2d44 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: appstream-util, - debhelper (>= 11), + debhelper (>= 12), desktop-file-utils, gnome-doc-utils, gnome-pkg-tools, diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..8284795 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +shotwell_0.30.4-1_source.buildinfo gnome optional -- cgit v1.2.3 From d8bdfade2688538fa602a2a4f782580bc2ef73e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 12 Jul 2019 10:48:55 +0200 Subject: Declare compliance with Debian Policy 4.4.0 --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 58781d4..7ee8423 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ 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: diff --git a/debian/control b/debian/control index 44f2d44..0691e8b 100644 --- a/debian/control +++ b/debian/control @@ -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 -- cgit v1.2.3 From cb774d1baf242adcc03a1df5eed6d100f7e3bd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 12 Jul 2019 14:06:11 +0200 Subject: debian/copyright: Fix typo --- debian/changelog | 3 ++- debian/copyright | 2 +- debian/files | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 7ee8423..b8ea9e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ shotwell (0.30.4-1) unstable; urgency=medium * 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 Sun, 28 Apr 2019 18:22:16 +0200 + -- Jörg Frings-Fürst Fri, 12 Jul 2019 11:05:56 +0200 shotwell (0.30.1-1) unstable; urgency=medium 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 diff --git a/debian/files b/debian/files deleted file mode 100644 index 8284795..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -shotwell_0.30.4-1_source.buildinfo gnome optional -- cgit v1.2.3