diff options
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/copyright | 2 | 
3 files changed, 13 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 56838740..5de495d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libunistring (1.3-2) unstable; urgency=medium + +  * debian/control: +    - Fix Vcs-Git. +  * Declare compliance with Debian Policy 4.7.2 (No changes needed). +  * debian/copyright: +    - Add year 2025 to myself. + + -- Jörg Frings-Fürst <debian@jff.email>  Sat, 22 Mar 2025 18:05:41 +0100 +  libunistring (1.3-1) unstable; urgency=medium    * New upstream release. diff --git a/debian/control b/debian/control index cad3a00c..127b1633 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends:   debhelper-compat (= 13) -Standards-Version: 4.7.0.1 +Standards-Version: 4.7.2  Section: libs  Rules-Requires-Root: no  Homepage: https://www.gnu.org/software/libunistring/ -Vcs-Git: https://git.jff.email/libunistring.git +Vcs-Git: https://git.jff.email/cgit/libunistring.git  Vcs-Browser: https://git.jff.email/cgit/libunistring.git  Package: libunistring-dev diff --git a/debian/copyright b/debian/copyright index 4a8d845c..865f2de6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1297,7 +1297,7 @@ License: X11  Files: debian/*  Copyright: 2009-2011 Andreas Rottmann <rotty@debian.org> -           2017-2024 Jörg Frings-Fürst <debian@jff.email> +           2017-2025 Jörg Frings-Fürst <debian@jff.email>  License: GPL-3+  License: LGPL-3+ | 
