diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-04-12 17:26:52 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-04-12 17:26:52 +0200 | 
| commit | f71c5976606d1caf856c64cdfe0b59628c02ecaa (patch) | |
| tree | c0199760d286c1a0f963f7c5d2f580d283c96c2f | |
| parent | dd7606a48ac04db0361c224e2378a659db0c239b (diff) | |
Switch to debhelper-compat
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 2 | 
3 files changed, 4 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 2833678..96ae56b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ xsd (4.0.0-8) UNRELEASED; urgency=medium    * Fix FTCBFS: Use dpkg's buildtools.mk to export tools for make      install. (Closes: #955728). Thanks to Helmut Grohne <helmut@subdivi.de>.    * Declare compliance with Debian Policy 4.5.0 (No changes needed). +  * Switch to debhelper-compat: +    - debian/control: Replace debhelper with debhelper-compat. +    - Remove debian/compat.    * debian/control:      - Switch Vcs-* to new location. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 3949aa2..ca5e2ca 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel  Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends: - debhelper (>= 10), + debhelper-compat (= 12),   dpkg-dev (>= 1.15.4),   libboost-date-time-dev,   libboost-filesystem-dev, | 
