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 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 |