diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8bbf465..197a422 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ libunistring (0.9.10-1) UNRELEASED; urgency=medium * New upstream release. + * debian/control: + - Switch Vcs-* to new loacation. -- Jörg Frings-Fürst <debian@jff.email> Wed, 07 Mar 2018 05:36:05 +0100 diff --git a/debian/control b/debian/control index 8624603..2351306 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: Standards-Version: 4.1.2.0 Section: libs Homepage: http://www.gnu.org/software/libunistring/ -Vcs-Git: https://anonscm.debian.org/git/collab-maint/libunistring.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libunistring.git/ +Vcs-Git: git://jff.email/opt/git/libunistring.git +Vcs-Browser: https://jff.email/cgit/libunistring.git Package: libunistring-dev Section: libdevel |