diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/copyright | 11 |
3 files changed, 16 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 5856ac4..29c56b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +shotwell (0.32.13-2) unstable; urgency=medium + + * debian/control: + - Remove Build-Depend libxml2 (Closes: #1111632). + * debian/copyright: + - 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 * New upstream release (Closes: #1107513). diff --git a/debian/control b/debian/control index a537d2e..0bc3296 100644 --- a/debian/control +++ b/debian/control @@ -29,11 +29,10 @@ Build-Depends: libsqlite3-dev, libwebkit2gtk-4.1-dev, libwebp-dev, - libxml2, meson, ninja-build, valac -Standards-Version: 4.7.0.1 +Standards-Version: 4.7.2.0 Rules-Requires-Root: binary-targets Homepage: https://wiki.gnome.org/Apps/Shotwell Vcs-Git: https://git.jff.email/cgit//shotwell.git diff --git a/debian/copyright b/debian/copyright index 9538b02..9c2864c 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-2024 Jörg Frings-Fürst <debian@jff.email> + 2014-2025 Jörg Frings-Fürst <debian@jff.email> License: GPL-2+ License: LGPL-2.1+ @@ -65,8 +65,7 @@ License: LGPL-2.1+ Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + License along with this library; if not, see https://www.gnu.org/licenses/. . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". @@ -83,8 +82,7 @@ License: LGPL-2.1 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + License along with this library; if not, see https://www.gnu.org/licenses/. . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". @@ -101,8 +99,7 @@ License: GPL-2+ GNU General Public License for more details. . You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + along with this program; if not, see https://www.gnu.org/licenses/. . On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-2'. |