diff options
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/files | 2 |
5 files changed, 21 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index b933a44..ad535bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ -scons-doc (3.0.0+repack-2) UNRELEASED; urgency=medium - - * d/copyright: Use https protocol in Format field - * d/control: Set Vcs-* to salsa.debian.org - * d/watch: Use https protocol +scons-doc (3.0.0+repack-2) unstable; urgency=medium + + * Switch from openjdk-8-jre to default-jre (Closes: #894355). + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. + * Declare compliance with Debian Policy 4.1.4 (No changes needed). + * Change to my new email address: + - debian/control + - debian/copyright + * debian/copyright: + - Add year 2018 to debian/*. + - Use secure URI for copyright format. - -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:49:36 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Fri, 04 May 2018 21:42:05 +0200 scons-doc (3.0.0+repack-1) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 5bb1acd..674f9a2 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,19 @@ Source: scons-doc Section: doc Priority: optional -Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Maintainer: Jörg Frings-Fürst <debian@jff.email> Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), scons (>= 3.0) Build-Depends-Indep: - openjdk-8-jre, + default-jre, docbook-utils, docbook-xml, fop, python-libxml2, python-libxslt1 -Standards-Version: 4.1.0 +Standards-Version: 4.1.4 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons-doc.git Vcs-Browser: https://salsa.debian.org/debian/scons-doc diff --git a/debian/copyright b/debian/copyright index b21c844..6bf9a60 100644 --- a/debian/copyright +++ b/debian/copyright @@ -43,7 +43,7 @@ License: CC-BY-SA-3.0 Files: debian/* Copyright: 2008-2011 Luca Falavigna <dktrkranz@debian.org> - 2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net> + 2014-2018 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ License: CC-BY-SA-3.0 diff --git a/debian/files b/debian/files index d209510..8cfe841 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -scons-doc_3.0.0+repack-1_source.buildinfo doc optional +scons-doc_3.0.0+repack-2_source.buildinfo doc optional |