diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rw-r--r-- | debian/copyright | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 06e05ae1..2f387907 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,10 @@ libunistring (1.4.2-1) unstable; urgency=medium - Add year 2026 to myself. * debian/control: - Remove redundant Rules-Requires-Root field. + - Remove redundant priority field. + * Declare compliance with Debian Policy 4.7.3.0 (No changes needed). - -- Jörg Frings-Fürst <debian@jff.email> Sun, 19 Oct 2025 13:31:45 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Sun, 08 Mar 2026 20:19:07 +0100 libunistring (1.3-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 0ea9ccd3..7e97579c 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,8 @@ Source: libunistring -Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.7.2.0 +Standards-Version: 4.7.3.0 Section: libs Homepage: https://www.gnu.org/software/libunistring/ Vcs-Git: https://git.jff.email/cgit/libunistring.git diff --git a/debian/copyright b/debian/copyright index 775c11fe..d6245afa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -28,6 +28,8 @@ Files: lib/fcntl.in.h lib/setlocale-fixes.h lib/stdlib.c lib/string.c + lib/streq-opt.h + lib/strncpy.c Copyright: 1995-2026 Free Software Foundation, Inc. License: LGPL-2.1+ |
