diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 13 |
3 files changed, 23 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 2327c63..e464f02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,28 @@ -scons-doc (3.1.0+repack-1) unstable; urgency=medium +scons-doc (3.1.2+repack-1) experimental; urgency=medium + + * New upstream release. + * debian/control: + - Add Build-Depends-Indep python3-distutils and python3-lxml. + - Remove from Build-Depends-Indep python-libxml2 and python-libxslt1. + - Add Rules-Requires-Root: binary-targets. + - Remove unused Build-Depends-Indep docbook-utils and docbook-xml. + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=12). + - remove debian/compat. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 29 Dec 2019 11:45:24 +0100 + +scons-doc (3.1.1+repack-1) unstable; urgency=medium * New upstream release. - Rewrite Files-Excluded. * Migrate to debhelper 12: - Change debian/compat to 12. - Bump minimum debhelper version in debian/control to >= 12. - * Declare compliance with Debian Policy 4.4.0. (No changes needed). + * Declare compliance with Debian Policy 4.4.1 (No changes needed). * debian/copyright: Add year 2019. - -- Jörg Frings-Fürst <debian@jff.email> Tue, 23 Jul 2019 17:04:59 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Mon, 07 Oct 2019 17:51:56 +0200 scons-doc (3.0.0+repack-2) unstable; urgency=medium diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 1e4edf5..7650dc9 100644 --- a/debian/control +++ b/debian/control @@ -4,16 +4,15 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: - debhelper (>= 12), - scons (>= 3.0) + debhelper-compat (= 12), + scons (>= 3.1.2) Build-Depends-Indep: default-jre, - docbook-utils, - docbook-xml, fop, - python-libxml2, - python-libxslt1 -Standards-Version: 4.4.0 + python3-distutils, + python3-lxml +Standards-Version: 4.4.1 +Rules-Requires-Root: binary-targets Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons-doc.git Vcs-Browser: https://salsa.debian.org/debian/scons-doc |