diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2020-09-10 20:41:12 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2020-09-10 20:41:12 +0200 | 
| commit | d16d109af2d26d31379ea4354c1d56f1a9a1d76f (patch) | |
| tree | 8a5d55b52d856fc652effbc024cf48a4ae5e2fdf | |
| parent | aa391883188db9290d2c378b72edb9b6dbb7c9fc (diff) | |
Migrate to debhelper 13
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 77f3a88..cb4066a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ xsd (4.0.0-10) UNRELEASED; urgency=medium    * debian/copyright:      - Add paragraph for FLOSS.      - Fix lintian *-globbing-patterns errors. +  * Migrate to debhelper 13: +    - Bump minimum debhelper-compat version in debian/control to = 13.   -- Jörg Frings-Fürst <debian@jff.email>  Sun, 31 May 2020 17:16:10 +0200 diff --git a/debian/control b/debian/control index 8e7fda5..af2f164 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Rules-Requires-Root: no  Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13),   dpkg-dev (>= 1.15.4),   jdupes,   libboost-date-time-dev, | 
