diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 14:29:44 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-06 14:29:44 +0200 |
commit | 044d67472c750481568015277802e4d5ccd9b8bb (patch) | |
tree | 82876f49615c86fbd43fb7d8da7e0f8a0bd90dc9 /debian | |
parent | 34c8bf3605edd43622a08f139ec46dc2cfc2a61d (diff) |
Change VCS-* to point to the new repository
Diffstat (limited to 'debian')
-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 21568e5..18fc231 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ libhx (3.23-1) UNRELEASED; urgency=medium + Remove build depends dh-autoreconf. - Remove --with autoreconf from debian/rules. * New README.source to explain the branching model used. + * debian/control: + - Change VCS-* to point to the new repository. -- Jörg Frings-Fürst <debian@jff.email> Thu, 06 Sep 2018 13:46:37 +0200 diff --git a/debian/control b/debian/control index abff416..6f978b3 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 3.9.6 XS-Testsuite: autopkgtest Section: libs Homepage: http://libhx.sourceforge.net/ -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libhx.git -Vcs-Git: git://anonscm.debian.org/collab-maint/libhx.git +Vcs-Git: git://jff.email/opt/git/libhx.git +Vcs-Browser: https://jff.email/cgit/libhx.git Package: libhx28 Architecture: any |