diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index dc2d289..8a63732 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ -libunistring (1.1-2) UNRELEASED; urgency=medium +libunistring (1.1-1~experimental3) UNRELEASED; urgency=medium * New debian/libunistring5.symbols.hurd-i386 (Closes: #1035617). * debian/copyright: - Add year 2023 to myself. * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). + * debian/control: + - Change to new repository URL. -- Jörg Frings-Fürst <debian@jff.email> Wed, 28 Jun 2023 22:07:49 +0200 diff --git a/debian/control b/debian/control index 321a091..b33002e 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 4.6.2.0 Section: libs Rules-Requires-Root: no Homepage: https://www.gnu.org/software/libunistring/ -Vcs-Git: git://jff.email/opt/git/libunistring.git -Vcs-Browser: https://jff.email/cgit/libunistring.git +Vcs-Git: git://git.jff.email/libunistring.git +Vcs-Browser: https://git.jff.email/cgit/libunistring.git Package: libunistring-dev Section: libdevel |