From 4fb830199980948525fa58ea606c7b3021e06896 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 11 Sep 2021 09:04:38 +0000 Subject: [PATCH 1/4] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/changelog | 6 ++++++ debian/rules | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 320867b..01f4033 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tycho2 (2-5) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + + -- Debian Janitor Sat, 11 Sep 2021 09:04:38 -0000 + tycho2 (2-4) unstable; urgency=low * Update VCS fields to use salsa.d.o diff --git a/debian/rules b/debian/rules index 2eef008..77ec193 100755 --- a/debian/rules +++ b/debian/rules @@ -55,4 +55,3 @@ get-orig-source: && chmod 644 * \ && tar cJvf ../tycho2_2.orig.tar.xz --owner=tycho2 --group=tycho2 * ) ; \ rm -rf tycho2-2 - -- GitLab From 39103281514521dee48a5ba6550a5695e5f99b00 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 11 Sep 2021 09:05:19 +0000 Subject: [PATCH 2/4] Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 01f4033..bba3c8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ tycho2 (2-5) UNRELEASED; urgency=medium * Trim trailing whitespace. + * Use secure URI in Homepage field. -- Debian Janitor Sat, 11 Sep 2021 09:04:38 -0000 diff --git a/debian/control b/debian/control index e0f92e9..0e32f7a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Astronomy Team Build-Depends: astrometry.net, debhelper (>= 11), python3, python3-astropy Standards-Version: 4.2.1 -Homepage: http://www.astro.ku.dk/~erik/Tycho-2/ +Homepage: https://www.astro.ku.dk/~erik/Tycho-2/ Vcs-Git: https://salsa.debian.org/debian-astro-team/tycho2.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/tycho2 -- GitLab From 9813a4417f12dd037a829b06f2084588b432c3ad Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 11 Sep 2021 09:05:55 +0000 Subject: [PATCH 3/4] Bump debhelper from old 11 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bba3c8e..51900c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ tycho2 (2-5) UNRELEASED; urgency=medium * Trim trailing whitespace. * Use secure URI in Homepage field. + * Bump debhelper from old 11 to 13. -- Debian Janitor Sat, 11 Sep 2021 09:04:38 -0000 diff --git a/debian/compat b/debian/compat index b4de394..b1bd38b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +13 diff --git a/debian/control b/debian/control index 0e32f7a..01fc0d2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: optional Maintainer: Debian Astronomy Team Uploaders: Ole Streicher -Build-Depends: astrometry.net, debhelper (>= 11), python3, python3-astropy +Build-Depends: astrometry.net, debhelper (>= 13~), python3, python3-astropy Standards-Version: 4.2.1 Homepage: https://www.astro.ku.dk/~erik/Tycho-2/ Vcs-Git: https://salsa.debian.org/debian-astro-team/tycho2.git -- GitLab From cdfdca695dd2e8d6ad7c92fae49f51c5f4738595 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sat, 11 Sep 2021 09:05:58 +0000 Subject: [PATCH 4/4] Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- 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 51900c8..d591572 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ tycho2 (2-5) UNRELEASED; urgency=medium * Trim trailing whitespace. * Use secure URI in Homepage field. * Bump debhelper from old 11 to 13. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Sat, 11 Sep 2021 09:04:38 -0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index 01fc0d2..e40e468 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: optional Maintainer: Debian Astronomy Team Uploaders: Ole Streicher -Build-Depends: astrometry.net, debhelper (>= 13~), python3, python3-astropy +Build-Depends: astrometry.net, debhelper-compat (= 13), python3, python3-astropy Standards-Version: 4.2.1 Homepage: https://www.astro.ku.dk/~erik/Tycho-2/ Vcs-Git: https://salsa.debian.org/debian-astro-team/tycho2.git -- GitLab