diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-09 18:19:48 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-09 18:19:48 +0100 |
| commit | b11befe1c9ea84969ebd418e96f7209b772b58d0 (patch) | |
| tree | 4cee94cb12ad4dd24253c2a111b87577f50ed80d /debian | |
| parent | d048b2c970f6182a2201b5ba6c29d0d155abc22b (diff) | |
| parent | 8656a544ddcf098e10df1430eecb75902dbc7999 (diff) | |
Merge branch 'release/debian/0.32.15-1'HEADdebian/0.32.15-1master
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 16 | ||||
| -rw-r--r-- | debian/control | 7 | ||||
| -rw-r--r-- | debian/copyright | 2 |
3 files changed, 19 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 29c56b4..55c4e88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +shotwell (0.32.15-1) unstable; urgency=medium + + * New upstream release. + * debian/control: + - Fix Vcs-Git. + - Replace Build Depend appstream-util with appstream + (Closes: #1119104). + - Remove redundant priority field. + * debian/copyright: + - Add year 2026 to myself. + * Declare compliance with Debian Policy 4.7.3.0 (No changes needed). + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 08 Mar 2026 14:00:01 +0100 + shotwell (0.32.13-2) unstable; urgency=medium * debian/control: @@ -6,7 +20,7 @@ shotwell (0.32.13-2) unstable; urgency=medium - Remove old FSF address. - Add year 2025 to myself. * Declare compliance with Debian Policy 4.7.2.0 (No changes needed). - + -- Jörg Frings-Fürst <debian@jff.email> Wed, 20 Aug 2025 14:41:44 +0200 shotwell (0.32.13-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 0bc3296..723e875 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,8 @@ Source: shotwell Section: gnome -Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - appstream-util, + appstream, cmake, debhelper-compat (= 13), desktop-file-utils, @@ -32,10 +31,10 @@ Build-Depends: meson, ninja-build, valac -Standards-Version: 4.7.2.0 +Standards-Version: 4.7.3.0 Rules-Requires-Root: binary-targets Homepage: https://wiki.gnome.org/Apps/Shotwell -Vcs-Git: https://git.jff.email/cgit//shotwell.git +Vcs-Git: https://git.jff.email/cgit/shotwell.git Vcs-Browser: https://git.jff.email/cgit/shotwell.git Package: shotwell diff --git a/debian/copyright b/debian/copyright index 9c2864c..a7a6f1c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -50,7 +50,7 @@ License: LGPL-2.1 Files: debian/* Copyright: 2009-2011 Devid Antonio Filoni <d.filoni@ubuntu.com> - 2014-2025 Jörg Frings-Fürst <debian@jff.email> + 2014-2026 Jörg Frings-Fürst <debian@jff.email> License: GPL-2+ License: LGPL-2.1+ |
