diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-11 19:40:10 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-11 19:40:10 +0100 |
| commit | 053bf95b6916883620536e076b1a255de9b1f8b1 (patch) | |
| tree | 6b1e98f15104c025ab5218154f74b1a66daec1aa | |
| parent | 9d85e904fc8ae28da2995d15981fc20c8cc05092 (diff) | |
d/control: Change Vcs-* to new URL
| -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 7530304..b6c7cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ fast-cpp-csv-parser (0.0+git20160525~9bf299c-3) UNRELEASED; urgency=medium - Change version to 5. * Migrate to debhelper-compat. * Declare compliance with Debian Policy 4.7.3.0 (No changes needed). + * debian/control: + - Change Vcs-* to new URL. -- Jörg Frings-Fürst <debian@jff.email> Wed, 11 Mar 2026 19:14:20 +0100 diff --git a/debian/control b/debian/control index 41ef9ad..595ab82 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: debhelper-compat (= 13) Standards-Version: 4.7.3.0 Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser -Vcs-Git: git://jff.email/opt/git/fast-cpp-csv-parser.git -Vcs-Browser: https://jff.email/cgit/fast-cpp-csv-parser.git/ +Vcs-Git: https://git.jff.email/cgit/fast-cpp-csv-parser.git +Vcs-Browser: https://git.jff.email/cgit/fast-cpp-csv-parser.git Package: libfccp-dev Architecture: all |
