From e2072d3a14fce2cc10b76d1457ec6ce5dfb6f2ca Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:15 +0000 Subject: [PATCH 1/8] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/changelog | 10 ++++++++-- debian/rules | 4 +--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46353a7..a1a499c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +clog (1.3.0-2) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + + -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -0000 + clog (1.3.0-1) unstable; urgency=medium * New upstream release. @@ -16,13 +22,13 @@ clog (1.3.0-1) unstable; urgency=medium clog (1.1.0-3) unstable; urgency=medium * Fix wrong upstream Homepage URL. Thanks Matanya Moses (Closes: #739105). - * Update Standards-Version field in d/control. + * Update Standards-Version field in d/control. -- Alejandro Garrido Mota Sun, 20 Apr 2014 12:50:22 -0430 clog (1.1.0-2) unstable; urgency=low - * d/control: Improve package description (short and long). Thanks + * d/control: Improve package description (short and long). Thanks to Justin B Rye (Closes: #724846). -- Alejandro Garrido Mota Mon, 30 Sep 2013 06:34:49 -0430 diff --git a/debian/rules b/debian/rules index 7646d5d..8ce0545 100755 --- a/debian/rules +++ b/debian/rules @@ -6,12 +6,10 @@ TMP = $(CURDIR)/debian/$(PACKAGE) export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ override_dh_auto_install: cp $(CURDIR)/doc/man/clog.1.in debian/clog.1 dh_auto_install rm -f $(TMP)/usr/share/doc/clog/COPYING \ $(TMP)/usr/share/doc/clog/INSTALL - - -- GitLab From 9a6631499df9ada791acacff5ff8802f76c5f700 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:15 +0000 Subject: [PATCH 2/8] Use secure copyright file specification URI. Changes-By: lintian-brush Fixes: lintian: insecure-copyright-format-uri See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1a499c..768db8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ clog (1.3.0-2) UNRELEASED; urgency=medium * Trim trailing whitespace. + * Use secure copyright file specification URI. -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -0000 diff --git a/debian/copyright b/debian/copyright index 116b8cf..cc374e1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: clog Source: http://tasktools.org/projects/clog.html -- GitLab From f946b7cb3405893306cf965f74a8f9aebc447e09 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:16 +0000 Subject: [PATCH 3/8] Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 768db8c..236846b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ clog (1.3.0-2) UNRELEASED; urgency=medium * Trim trailing whitespace. * Use secure copyright file specification URI. + * Update watch file format version to 4. -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -0000 diff --git a/debian/watch b/debian/watch index 4f00b55..30fda1d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 http://tasktools.org http://tasktools.org/download/clog-(.*)\.tar\.gz -- GitLab From 7b46ad93f7410688d881011ef6b754fd639a03ad Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:19 +0000 Subject: [PATCH 4/8] Bump debhelper from deprecated 9 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-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 236846b..9752dc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ clog (1.3.0-2) UNRELEASED; urgency=medium * Trim trailing whitespace. * Use secure copyright file specification URI. * Update watch file format version to 4. + * Bump debhelper from deprecated 9 to 13. -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -0000 diff --git a/debian/compat b/debian/compat index ec63514..b1bd38b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +13 diff --git a/debian/control b/debian/control index 570d6a1..6357a82 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Alejandro Garrido Mota , Iain R. Learmonth Section: utils Priority: extra -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 13~), cmake Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tasktools/clog.git -- GitLab From dc77a21580e98034c0e46ba68f5a8f412612f9ca Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:20 +0000 Subject: [PATCH 5/8] 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 | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 9752dc9..c7e26b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ clog (1.3.0-2) UNRELEASED; urgency=medium * Use secure copyright file specification URI. * Update watch file format version to 4. * Bump debhelper from deprecated 9 to 13. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -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 6357a82..2fc7c77 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Uploaders: Alejandro Garrido Mota , Iain R. Learmonth Section: utils Priority: extra -Build-Depends: debhelper (>= 13~), - cmake +Build-Depends: debhelper-compat (= 13), cmake Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tasktools/clog.git Vcs-Git: https://anonscm.debian.org/git/pkg-tasktools/clog.git -- GitLab From c5f1dec4db6d4fe1b2dda84e2b136c31b912ecbb Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:20 +0000 Subject: [PATCH 6/8] Change priority extra to priority optional. Changes-By: lintian-brush Fixes: lintian: priority-extra-is-replaced-by-priority-optional See-also: https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c7e26b7..2b67c94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ clog (1.3.0-2) UNRELEASED; urgency=medium * Update watch file format version to 4. * Bump debhelper from deprecated 9 to 13. * Set debhelper-compat version in Build-Depends. + * Change priority extra to priority optional. -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -0000 diff --git a/debian/control b/debian/control index 2fc7c77..4e64869 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Tasktools Packaging Team Uploaders: Alejandro Garrido Mota , Iain R. Learmonth Section: utils -Priority: extra +Priority: optional Build-Depends: debhelper-compat (= 13), cmake Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tasktools/clog.git -- GitLab From 8a5d10e1a4141a661917fef2c578c21754ee1edb Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:24 +0000 Subject: [PATCH 7/8] Update Vcs-* headers from URL redirect. Changes-By: lintian-brush Fixes: lintian: vcs-obsolete-in-debian-infrastructure See-also: https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2b67c94..eb45fb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ clog (1.3.0-2) UNRELEASED; urgency=medium * Bump debhelper from deprecated 9 to 13. * Set debhelper-compat version in Build-Depends. * Change priority extra to priority optional. + * Update Vcs-* headers from URL redirect. -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -0000 diff --git a/debian/control b/debian/control index 4e64869..eac4d41 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Section: utils Priority: optional Build-Depends: debhelper-compat (= 13), cmake Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-tasktools/clog.git -Vcs-Git: https://anonscm.debian.org/git/pkg-tasktools/clog.git +Vcs-Browser: https://salsa.debian.org/tasktools-team/clog +Vcs-Git: https://salsa.debian.org/tasktools-team/clog Homepage: http://tasktools.org/projects/clog.html Package: clog -- GitLab From ef7f6a87ed95c12064ae53d281c0398235137e4e Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Sun, 5 Sep 2021 20:33:24 +0000 Subject: [PATCH 8/8] Use canonical URL in Vcs-Git. 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 eb45fb5..1d8d67a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ clog (1.3.0-2) UNRELEASED; urgency=medium * Set debhelper-compat version in Build-Depends. * Change priority extra to priority optional. * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. -- Debian Janitor Sun, 05 Sep 2021 20:33:15 -0000 diff --git a/debian/control b/debian/control index eac4d41..a860867 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), cmake Standards-Version: 3.9.8 Vcs-Browser: https://salsa.debian.org/tasktools-team/clog -Vcs-Git: https://salsa.debian.org/tasktools-team/clog +Vcs-Git: https://salsa.debian.org/tasktools-team/clog.git Homepage: http://tasktools.org/projects/clog.html Package: clog -- GitLab