Control: tags -1 patch[...]
I am uploading a NMU to fix this. I have based my changes on the last
git commit, so it includes additional changes.
diff -Nru autogen-5.18.16/debian/changelog autogen-5.18.16/debian/changelog --- autogen-5.18.16/debian/changelog 2022-05-24 19:13:45.000000000 +0200
+++ autogen-5.18.16/debian/changelog 2025-05-08 20:03:08.000000000 +0200
@@ -1,3 +1,14 @@
+autogen (1:5.18.16-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop versioned constraint on tar
+ * Record changelog date in manpages (Closes: #1104867)
+
+ [ Andreas Metzler ]
+ * Drop ancient (2014 and pre-2008) Breaks/Conflicts/Replaces.
+
+ -- Bastian Germann <bage@debian.org> Thu, 08 May 2025 20:03:08 +0200
+
autogen (1:5.18.16-5) unstable; urgency=low
* Pull a couple of patches from Suse:
diff -Nru autogen-5.18.16/debian/rules autogen-5.18.16/debian/rules
--- autogen-5.18.16/debian/rules 2022-05-24 19:09:49.000000000 +0200
+++ autogen-5.18.16/debian/rules 2025-05-08 19:55:20.000000000 +0200
@@ -9,7 +9,7 @@
include /usr/share/dpkg/pkg-info.mk
# Used by 10_libopts_tarball_perms.diff
export MAN_PAGE_DATE = $(shell env LC_ALL=C date -u \
- -d '@$(SOURCE_DATE_EPOCH)' +%Y-%m-%d)
+ -d "$(shell dpkg-parsechangelog -SDate)" +%Y-%m-%d)
ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
export libopts_cv_with_libregex=yes
It is a no-op, SOURCE_DATE_EPOCH is exactly
the date from debian/changelog
Hi Andreas,
Am 10.05.25 um 11:31 schrieb Andreas Metzler:
It is a no-op, SOURCE_DATE_EPOCH is exactly
the date from debian/changelog
If that is true, why does SOURCE_DATE_EPOCH change on a binNMU, which
was the reason for this bug?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 480 |
Nodes: | 16 (2 / 14) |
Uptime: | 255:04:28 |
Calls: | 9,532 |
Files: | 13,650 |
Messages: | 6,138,179 |