From f788eb709fb4bfc1ffc4f307ff81ffa4c36a8e50 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 12 Oct 2021 07:08:13 +0000 Subject: [PATCH 1/3] 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 | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3fb8d2..b2c87a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dcraw (9.28-3) UNRELEASED; urgency=medium + + * Bump debhelper from old 11 to 13. + + -- Debian Janitor Tue, 12 Oct 2021 07:08:13 -0000 + dcraw (9.28-2) unstable; urgency=low * Fixed: stack-based buffer overflow bug. Closes: #906529 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 f1b03ba..90f97b6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Debian Astronomy Team Uploaders: Filip Hroch -Build-Depends: debhelper (>= 11), libjpeg-dev, liblcms2-dev +Build-Depends: debhelper (>= 13~), libjpeg-dev, liblcms2-dev Standards-Version: 4.1.5 Vcs-Git: https://salsa.debian.org/debian-astro-team/dcraw.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/dcraw.git -- GitLab From 339b55765c6e7e9e16cd751024fcf27c846aec1b Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 12 Oct 2021 07:08:14 +0000 Subject: [PATCH 2/3] 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 b2c87a3..5b2b1be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dcraw (9.28-3) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 13. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Tue, 12 Oct 2021 07:08:13 -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 90f97b6..c73cc9d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Debian Astronomy Team Uploaders: Filip Hroch -Build-Depends: debhelper (>= 13~), libjpeg-dev, liblcms2-dev +Build-Depends: debhelper-compat (= 13), libjpeg-dev, liblcms2-dev Standards-Version: 4.1.5 Vcs-Git: https://salsa.debian.org/debian-astro-team/dcraw.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/dcraw.git -- GitLab From 4d16a63ff8e50d59dbacf1e6b958984d0cdb8591 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 12 Oct 2021 07:08:18 +0000 Subject: [PATCH 3/3] Use canonical URL in Vcs-Browser. Changes-By: lintian-brush Fixes: lintian: vcs-field-not-canonical See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5b2b1be..69db79a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dcraw (9.28-3) UNRELEASED; urgency=medium * Bump debhelper from old 11 to 13. * Set debhelper-compat version in Build-Depends. + * Use canonical URL in Vcs-Browser. -- Debian Janitor Tue, 12 Oct 2021 07:08:13 -0000 diff --git a/debian/control b/debian/control index c73cc9d..5fce5bd 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Filip Hroch Build-Depends: debhelper-compat (= 13), libjpeg-dev, liblcms2-dev Standards-Version: 4.1.5 Vcs-Git: https://salsa.debian.org/debian-astro-team/dcraw.git -Vcs-Browser: https://salsa.debian.org/debian-astro-team/dcraw.git +Vcs-Browser: https://salsa.debian.org/debian-astro-team/dcraw Homepage: http://www.cybercom.net/~dcoffin/dcraw/ Package: dcraw -- GitLab