diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 16:07:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 16:07:38 +0200 |
commit | f2022ac23b38329d131b5f57276ed1c0eab2f018 (patch) | |
tree | 5f3d7575f88422e3a251aa401e10e601b5ce59a2 | |
parent | e002c9d1038b41b82c59fad9462bbbff1df1a523 (diff) |
Switch Vcs-* to new loacation
-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 b8bb374..e86f706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ fast-cpp-csv-parser (0.0+git20160525~9bf299c-2) UNRELEASED; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. + * debian/control: + - Switch Vcs-* to new loacation. -- Jörg Frings-Fürst <debian@jff.email> Thu, 17 Nov 2016 14:32:30 +0100 diff --git a/debian/control b/debian/control index c905d07..252b3bc 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper (>= 11) Standards-Version: 3.9.8 Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser -Vcs-Git: git://anonscm.debian.org/collab-maint/fast-cpp-csv-parser.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/fast-cpp-csv-parser.git +Vcs-Git: git://jff.email/opt/git/fast-cpp-csv-parser.git +Vcs-Browser: https://jff.email/cgit/fast-cpp-csv-parser.git/ Package: libfccp-dev Architecture: all |