From dea03a968b0b1442681a117f46f1b4dd6e63cd04 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 29 Nov 2019 09:03:55 +0000 Subject: [PATCH 1/3] Update standards version to 4.4.1, no changes needed. Fixes lintian: out-of-date-standards-version See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ca6c7d2..236f716 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cpl-plugin-hawki (2.4.6+dfsg-2) UNRELEASED; urgency=medium + + * Update standards version to 4.4.1, no changes needed. + + -- Debian Janitor Fri, 29 Nov 2019 09:03:46 +0000 + cpl-plugin-hawki (2.4.6+dfsg-1) unstable; urgency=low * New upstream version 2.4.6+dfsg diff --git a/debian/control b/debian/control index 191259f..97b55e1 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 12), python3-astropy, python3-cpl, python3-sphinx -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: https://www.eso.org/sci/software/pipelines/hawki Vcs-Git: https://salsa.debian.org/debian-astro-team/cpl-plugin-hawki.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/cpl-plugin-hawki -- GitLab From 5fc16d4e5c536db42c01881d352187946d90317c Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 29 Nov 2019 09:04:18 +0000 Subject: [PATCH 2/3] Set upstream metadata fields: Bug-Submit. Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. --- debian/changelog | 1 + debian/upstream/metadata | 1 + 2 files changed, 2 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 236f716..9d3d718 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cpl-plugin-hawki (2.4.6+dfsg-2) UNRELEASED; urgency=medium * Update standards version to 4.4.1, no changes needed. + * Set upstream metadata fields: Bug-Submit. -- Debian Janitor Fri, 29 Nov 2019 09:03:46 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..080a768 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1 @@ +Bug-Submit: usd-help@eso.org -- GitLab From 9eb2d3dd0f0bb1f656cbe19f09e21a1b91f42553 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 29 Nov 2019 09:04:37 +0000 Subject: [PATCH 3/3] Remove unnecessary get-orig-source-target. Fixes lintian: debian-rules-contains-unnecessary-get-orig-source-target See https://lintian.debian.org/tags/debian-rules-contains-unnecessary-get-orig-source-target.html for more details. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d3d718..2447203 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ cpl-plugin-hawki (2.4.6+dfsg-2) UNRELEASED; urgency=medium * Update standards version to 4.4.1, no changes needed. * Set upstream metadata fields: Bug-Submit. + * Remove unnecessary get-orig-source-target. -- Debian Janitor Fri, 29 Nov 2019 09:03:46 +0000 diff --git a/debian/rules b/debian/rules index a5e9ef2..fae0749 100755 --- a/debian/rules +++ b/debian/rules @@ -7,9 +7,6 @@ include /usr/share/dpkg/pkg-info.mk VERSION ?= $(shell echo '$(DEB_VERSION)' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/+.*//') PIPELINE ?= $(shell echo '$(DEB_SOURCE)' | sed -e 's/cpl-plugin-//') -get-orig-source: - sh ./debian/repackage.sh - %: dh $@ --with sphinxdoc -- GitLab