diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-08-04 20:53:22 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-08-04 20:53:22 +0200 |
commit | 12c63f075199be9c96dd6b272cd3c97737d77223 (patch) | |
tree | 395884610cdbdc16c41523c032630c9998f5962a | |
parent | 40d7e6fdb93e79f67f4cb4a6600591e7241c6b8c (diff) |
Switch Vcs-* to new location
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3ca98c2..9bc0eae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dmidecode (3.1-2) UNRELEASED; urgency=medium * debian/control: - Change to my new email address. - Use secure homepage URI. + - Switch Vcs-* to new location. * debian/copyright: - Change to my new email address. - Use secure copyright format URI. diff --git a/debian/control b/debian/control index 530b69d..57a2b9a 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,11 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper (>= 11) Standards-Version: 4.1.5 -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git -Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git +Vcs-Git: git://jff.email/opt/git/dmidecode.git +Vcs-Browser: https://jff.email/cgit/dmidecode.git/ Homepage: https://nongnu.org/dmidecode/ + Package: dmidecode Priority: important Architecture: any-amd64 arm64 armhf ia64 any-i386 |