diff options
-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, |