diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index cbf6d9d..9f853de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ fast-cpp-csv-parser (0.0+git20160525~9bf299c-3) UNRELEASED; urgency=medium * debain/watch: - - Change version to 5 + - Change version to 5. + * Migrate to debhelper-compat. -- Jörg Frings-Fürst <debian@jff.email> Wed, 11 Mar 2026 19:14:20 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 52fbae2..e3a168a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: fast-cpp-csv-parser Section: libdevel Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Build-Depends: debhelper (>= 11) +Build-Depends: + debhelper-compat (= 13) Standards-Version: 4.1.5 Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser Vcs-Git: git://jff.email/opt/git/fast-cpp-csv-parser.git |
