From 0bc44f90b8849a01e7408fb85d75166aa52faec7 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 10 Dec 2019 21:37:27 +0000 Subject: [PATCH 1/3] Bump debhelper from old 11 to 12. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details. --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb0f99e..56f7e7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libcds-savot-java (4.0.0-3) UNRELEASED; urgency=medium + + * Bump debhelper from old 11 to 12. + + -- Debian Janitor Tue, 10 Dec 2019 21:37:19 +0000 + libcds-savot-java (4.0.0-2) unstable; urgency=low [ Paul Sladen ] diff --git a/debian/compat b/debian/compat index b4de394..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index 8c27f74..c1705f7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Astro Team Uploaders: Paul Sladen -Build-Depends: ant, debhelper (>= 11), javahelper (>= 0.32) +Build-Depends: ant, debhelper (>= 12~), javahelper (>= 0.32) Build-Depends-Indep: default-jdk, default-jdk-doc, libkxml2-java Standards-Version: 4.1.3 Homepage: https://cdsweb.u-strasbg.fr/cdsdevcorner/savot.html -- GitLab From 360b4eb7b7b11d83387b3ef7cfd3643da503f0c3 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 10 Dec 2019 21:37:46 +0000 Subject: [PATCH 2/3] Set debhelper-compat version in Build-Depends. Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details. --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 56f7e7e..fb11eec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libcds-savot-java (4.0.0-3) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Tue, 10 Dec 2019 21:37:19 +0000 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 c1705f7..0fd77e9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Astro Team Uploaders: Paul Sladen -Build-Depends: ant, debhelper (>= 12~), javahelper (>= 0.32) +Build-Depends: ant, debhelper-compat (= 12), javahelper (>= 0.32) Build-Depends-Indep: default-jdk, default-jdk-doc, libkxml2-java Standards-Version: 4.1.3 Homepage: https://cdsweb.u-strasbg.fr/cdsdevcorner/savot.html -- GitLab From a38ad8d16dfdd2562ef71711b6c8ae211aa14499 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 10 Dec 2019 21:38:07 +0000 Subject: [PATCH 3/3] Fix field name typos in debian/copyright. Fixes lintian: field-name-typo-dep5-copyright See https://lintian.debian.org/tags/field-name-typo-dep5-copyright.html for more details. --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fb11eec..884a5ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libcds-savot-java (4.0.0-3) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. + * Fix field name typos in debian/copyright. -- Debian Janitor Tue, 10 Dec 2019 21:37:19 +0000 diff --git a/debian/copyright b/debian/copyright index d94ef98..25c7016 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SAVOT - Simple Access to Virtual Observatory Tables -Upstream-contact: Andre Schaaff Source: https://cds.u-strasbg.fr/resources/doku.php?id=downloads +Upstream-Contact: Andre Schaaff Files: * Copyright: 2014, Andre Schaaff (CDS) -- GitLab