diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-28 18:41:48 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-28 18:41:48 +0100 | 
| commit | 92e08ea32d895834598bb6cc78cf3cbf32869712 (patch) | |
| tree | 6d5e69ad3b718a07a7d68d24af00e2876f66047b | |
| parent | 7d825a592e26b2e0457da8afaddb12e9536a1f58 (diff) | |
Switch to debhelper-compat
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 86d2dd5..7d01d0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ scons-doc (3.1.2+repack-1) UNRELEASED; urgency=medium    * debian/control:      - Add Build-Depends-Indep python3-distutils and python3-lxml.      - Remove from Build-Depends-Indep python-libxml2 and python-libxslt1. +  * Switch to debhelper-compat: +    - debian/control: change to debhelper-compat (=12). +    - remove debian/compat.   -- Jörg Frings-Fürst <debian@jff.email>  Sat, 28 Dec 2019 17:15:31 +0100 diff --git a/debian/control b/debian/control index 0c7ed29..d8d5261 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>  Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12),   scons (>= 3.1)  Build-Depends-Indep:   default-jre,  | 
