tags 1020662 + pending patch
thanks
I've just uploaded log4cpp 1.1.3-3.1 to DELAYED/10:
log4cpp (1.1.3-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply a patch by Vagrant Cascadian to avoid embedding the build path in
the log4cpp-config file. (Closes: #1020662)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diffstat for log4cpp-1.1.3 log4cpp-1.1.3
changelog | 8 ++++++++
rules | 5 +++++
2 files changed, 13 insertions(+)
diff -Nru log4cpp-1.1.3/debian/changelog log4cpp-1.1.3/debian/changelog
--- log4cpp-1.1.3/debian/changelog 2020-07-05 14:11:37.000000000 +0100
+++ log4cpp-1.1.3/debian/changelog 2023-01-10 16:28:21.000000000 +0000
@@ -1,3 +1,11 @@
+log4cpp (1.1.3-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Apply a patch by Vagrant Cascadian to avoid embeddedng the build path in
+ the log4cpp-config file. (Closes: #1020662)
+
+ -- Chris Lamb <[email protected]> Tue, 10 Jan 2023 16:28:21 +0000
+
log4cpp (1.1.3-3) unstable; urgency=medium
* Prepare for glibc 2.31.
diff -Nru log4cpp-1.1.3/debian/rules log4cpp-1.1.3/debian/rules
--- log4cpp-1.1.3/debian/rules 2018-05-12 23:09:09.000000000 +0100
+++ log4cpp-1.1.3/debian/rules 2023-01-10 16:28:21.000000000 +0000
@@ -7,3 +7,8 @@
override_dh_acc:
- dh_acc $@
+
+override_dh_auto_install:
+ dh_auto_install
+ # Remove the build path from passed arguments for reproducible builds
+ sed -i -e "s,$(CURDIR),BUILDPATH,g" debian/tmp/usr/bin/log4cpp-config