diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 21:45:48 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 21:45:48 +0200 |
commit | f57f33ee92a252bba6234b0836c7aa725f269446 (patch) | |
tree | 48b272355a07253c5f0705d99f39f7425dfbd6e9 | |
parent | 54117b495e08c92e2521aaa067f68f54c05dd5e4 (diff) |
d/control: Change Vcs-* to point to the new repository
-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 401619f..205a423 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ downtimed (1.0-2) UNRELEASED; urgency=medium - Remove --with=systemd from debian/rules. - Remove build depends dh-systemd from debian/control. * Declare compliance with Debian Policy 4.2.1 (No changes needed). + * debian/control: + - Change Vcs-* to point to the new repository. -- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Sep 2018 21:25:57 +0200 diff --git a/debian/control b/debian/control index d6bd008..f0d0b7d 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: dpkg-dev (>= 1.15.7) Standards-Version: 4.2.1 Homepage: http://dist.epipe.com/downtimed/ -Vcs-Git: git://anonscm.debian.org/collab-maint/downtimed.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/downtimed.git +Vcs-Git: git://jff.email/opt/git/downtimed.git +Vcs-Browser: https://jff.email/cgit/downtimed.git Package: downtimed Architecture: any |