diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 16:05:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-07-08 16:05:20 +0200 |
commit | e002c9d1038b41b82c59fad9462bbbff1df1a523 (patch) | |
tree | f96b4d129e35753c216773132fe530eb367ecd29 /debian | |
parent | 44455c623326a92d322ddd640b2b7403f66def65 (diff) |
Migrate to debhelper 11
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0fd5226..b8bb374 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ fast-cpp-csv-parser (0.0+git20160525~9bf299c-2) UNRELEASED; urgency=medium * New debian/patches/0105-cve-2018-13421.patch (Closes: #903247): - Fix heap-based buffer over-read in io::trim_chars (CVE-2018-13421). * Change to my new mail address. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. -- Jörg Frings-Fürst <debian@jff.email> Thu, 17 Nov 2016 14:32:30 +0100 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 4412cd4..c905d07 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fast-cpp-csv-parser Section: libdevel Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Build-Depends: debhelper (>= 10) +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 |