Hi,
I was reviewing this and ran debdiff and there seem to be entries removed from
previous changelogs… this shouldn't really be happening.
Can you fix it?
Thanks
--
Salvo Tomaselli
"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di
senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei
https://ltworf.codeberg.page/diff -Nru check-0.15.2/debian/changelog check-0.15.2/debian/changelog
--- check-0.15.2/debian/changelog 2021-01-18 19:11:46.000000000 +0100
+++ check-0.15.2/debian/changelog 2025-01-14 00:39:04.000000000 +0100
@@ -1,3 +1,15 @@
+check (0.15.2-3) unstable; urgency=medium
+
+ * d/changelog: fix typos
+ * d/control: depend on pkgconf instead of pkg-config
+ * d/control: bump std-version to 4.7.0 (no further changes)
+ * d/copyright: bump year
+ * d/patches: close verbatim environment in tex file (Closes: #1092959)
+ * d/salsa-ci.yml: enable build-twice job
+ * d/watch: adjust to GitHub API change
+
+ -- Christian Göttsche <cgzones@googlemail.com> Tue, 14 Jan 2025 00:39:04 +0100
+
check (0.15.2-2) unstable; urgency=medium
* d/{rules,patches}: adjust test suite for PowerPC and drop dh_auto_test
@@ -69,7 +81,7 @@
* Team upload.
* f/rules Fixing up sed regular expression to remove arch dependent line in
header (Closes: #796304)
- * Depdend on libsubunit-dev (Closes: #796494)
+ * Depend on libsubunit-dev (Closes: #796494)
-- Tobias Frost <tobi@debian.org> Sat, 22 Aug 2015 18:08:47 +0200
@@ -81,7 +93,7 @@
* Remove patch 04setitimer_hurd.patch from d/patches/series, applied upstream.
* Refresh patch 03texi.patch
* d/clean: remove some files to be able to build twice in a row
- * Bumping d/compat to level 9 (and therfore B-D on debhelper >=9)
+ * Bumping d/compat to level 9 (and therefore B-D on debhelper >=9)
* Rewriting d/rules from scratch:
- Short debhelper format
- Using dh_autoreconf
@@ -92,7 +104,7 @@
* B-D on pkg-config
* Delete leftover file d/q
* Bump S-V to 3.9.6, no changes needed
- * Do not embedd timestamp in check.info (Closes: #728784)
+ * Do not embed timestamp in check.info (Closes: #728784)
* Fix "FTCBFS: uses wrong compiler" with the solution from the BTS. (Closes:
#788449)
@@ -138,7 +150,7 @@
* Make pkg-config return the correct flags for static liking even
when called without --static (closes: #711599)
- * Make check explicitely depend on mawk, unfortunately mawk and gawk
+ * Make check explicitly depend on mawk, unfortunately mawk and gawk
are somewhat incompatible (see: #691684). This is also a partial
solution to #711566.
* Removed a comment from /usr/include/check_stdint.h that changed with
@@ -148,7 +160,7 @@
check (0.9.10-1) unstable; urgency=low
- * Add Thomas Bechtold to uploades, he also did the following changes:
+ * Add Thomas Bechtold to uploaders, he also did the following changes:
* New upstream release (closes: #709969)
* Convert to Multi-Arch: same (thanks to Colin Watson) (closes: #693221).
* Remove obsolete debian/check.files (since we no longer use
diff -Nru check-0.15.2/debian/control check-0.15.2/debian/control
--- check-0.15.2/debian/control 2021-01-18 19:11:46.000000000 +0100
+++ check-0.15.2/debian/control 2025-01-14 00:39:04.000000000 +0100
@@ -6,9 +6,9 @@
libsubunit-dev,
mawk,
patchutils,
- pkg-config,
+ pkgconf,
texinfo
-Standards-Version: 4.5.1
+Standards-Version: 4.7.0
Homepage: https://libcheck.github.io/check/
Vcs-Git: https://salsa.debian.org/cgzones/check.git
Vcs-Browser: https://salsa.debian.org/cgzones/check
diff -Nru check-0.15.2/debian/copyright check-0.15.2/debian/copyright
--- check-0.15.2/debian/copyright 2021-01-17 08:28:36.000000000 +0100
+++ check-0.15.2/debian/copyright 2025-01-14 00:39:04.000000000 +0100
@@ -214,7 +214,7 @@
2005-2013 Robert Lemmen <robertle@debian.org>
2013-2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
2015 Tobias Frost <tobi@debian.org>
- 2020-2021 Christian Göttsche <cgzones@googlemail.com>
+ 2020-2025 Christian Göttsche <cgzones@googlemail.com>
License: LGPL-2.1+
License: LGPL-2.1+
diff -Nru check-0.15.2/debian/patches/0007-Close-verbatim-environment-Closes-1092959.patch check-0.15.2/debian/patches/0007-Close-verbatim-environment-Closes-1092959.patch
--- check-0.15.2/debian/patches/0007-Close-verbatim-environment-Closes-1092959.patch 1970-01-01 01:00:00.000000000 +0100
+++ check-0.15.2/debian/patches/0007-Close-verbatim-environment-Closes-1092959.patch 2025-01-14 00:39:04.000000000 +0100
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com>
+Date: Tue, 14 Jan 2025 00:01:13 +0100
+Subject: Close verbatim environment (Closes: #1092959)
+
+Suggested by Hilmar Preusse <hille42@web.de>
+---
+ doc/check.texi | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/doc/check.texi b/doc/check.texi
+index 8db3689..d0e1293 100644
+--- a/doc/check.texi
++++ b/doc/check.texi
+@@ -2253,6 +2253,7 @@ your CMake build how to find it:
+
+ @verbatim
+ cmake -Dcheck_ROOT=${INSTALL_PREFIX}
++@end verbatim
+
+ Then use Check in your @file{CMakeLists.txt} like this:
+
diff -Nru check-0.15.2/debian/patches/series check-0.15.2/debian/patches/series
--- check-0.15.2/debian/patches/series 2021-01-18 19:11:46.000000000 +0100
+++ check-0.15.2/debian/patches/series 2025-01-14 00:39:04.000000000 +0100
@@ -4,3 +4,4 @@
correct-misspelling.patch
0005-Remove-testsuite-result-files.patch
0006-Adjust-test-suite-for-106-bit-long-double-precision.patch
+0007-Close-verbatim-environment-Closes-1092959.patch
diff -Nru check-0.15.2/debian/salsa-ci.yml check-0.15.2/debian/salsa-ci.yml
--- check-0.15.2/debian/salsa-ci.yml 2021-01-17 08:28:36.000000000 +0100
+++ check-0.15.2/debian/salsa-ci.yml 2025-01-14 00:39:04.000000000 +0100
@@ -4,3 +4,4 @@
variables:
SALSA_CI_LINTIAN_FAIL_WARNING: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_TWICE: 0
diff -Nru check-0.15.2/debian/watch check-0.15.2/debian/watch
--- check-0.15.2/debian/watch 2021-01-17 08:28:36.000000000 +0100
+++ check-0.15.2/debian/watch 2025-01-14 00:39:04.000000000 +0100
@@ -1,2 +1,5 @@
version=4
-https://github.com/libcheck/check/releases .*/check-(\d\S*)\.tar.gz
+
+opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
+ https://github.com/libcheck/check/tags \
+ (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@
Attachment:
signature.asc
Description: This is a digitally signed message part.