diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2024-07-12 09:14:12 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2024-07-12 09:14:12 +0200 |
commit | 1b5f1800bd4c22a1256f390c065150e827c86393 (patch) | |
tree | 8e784147122ea840e1566c10d74e1a9d040c8047 | |
parent | cd074332eea1d9582d167976f9d75d54eab84bb2 (diff) |
d/contol: Fix Vcs-Git URL
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6ff7498..c313862 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +uriparser (0.9.8+dfsg-2) UNRELEASED; urgency=medium + + * debian/control: + - Fix Vcs-Git URL. + + -- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Jul 2024 09:10:39 +0200 + uriparser (0.9.8+dfsg-1) unstable; urgency=medium * New upstream release: diff --git a/debian/control b/debian/control index d5bf0fd..b9ff2d5 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net -Vcs-Git: https://git.jff.email/uriparser.git +Vcs-Git: https://git.jff.email/cgit/uriparser.git Vcs-Browser: https://git.jff.email/cgit/uriparser.git Package: liburiparser1 |