diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/files | 1 |
4 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index c89ff5e..6ff7498 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ -uriparser (0.9.8+dfsg-1) UNRELEASED; urgency=medium +uriparser (0.9.8+dfsg-1) unstable; urgency=medium * New upstream release: - Fixes CVE-2024-34402, CVE-2024-34403 (Closes: #1070376). + * debian/changelog: + - Add year 2024 to myself. + * debian/control: + - Change to new repository URL. + * Declare compliance with Debian Policy 4.7.0 (No changes needed). - -- Jörg Frings-Fürst <debian@jff.email> Sun, 30 Jun 2024 16:14:02 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Thu, 11 Jul 2024 16:49:54 +0200 uriparser (0.9.7+dfsg-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3be17a8..d5bf0fd 100644 --- a/debian/control +++ b/debian/control @@ -11,11 +11,11 @@ Build-Depends: libqt5sql5-sqlite, qtbase5-dev, qttools5-dev-tools -Standards-Version: 4.6.2.0 +Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net -Vcs-Git: git://jff.email/opt/git/uriparser.git -Vcs-Browser: https://jff.email/cgit/uriparser.git +Vcs-Git: https://git.jff.email/uriparser.git +Vcs-Browser: https://git.jff.email/cgit/uriparser.git Package: liburiparser1 Architecture: any diff --git a/debian/copyright b/debian/copyright index 6b2878e..11d2b7c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,7 +20,7 @@ Copyright: 2014-2015 Sebastian Pipping <webmaster@hartwork.org> License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2023 Jörg Frings-Fürst <debian@jff.email> +Copyright: 2014-2024 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ License: BSD-3-clause diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..174a831 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +uriparser_0.9.8+dfsg-1_source.buildinfo libs optional |