tags 1001853 + pending patch
thanks
I've just RE-uploaded nanomsg 1.1.5+dfsg-1.1 to DELAYED/10:
nanomsg (1.1.5+dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Apply a patch by Vagrant Cascadian to address Build-Id differences in
binaries caused by a difference in RPATH. (Closes: #1001853)
This was because the previous upload did not include the
actual/required change to debian/rules. The full debdiff, which
reflects this, is attached. Thanks, Vagrant!
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diffstat for nanomsg-1.1.5+dfsg nanomsg-1.1.5+dfsg
changelog | 8 ++++++++
rules | 3 +++
2 files changed, 11 insertions(+)
diff -Nru nanomsg-1.1.5+dfsg/debian/changelog
nanomsg-1.1.5+dfsg/debian/changelog
--- nanomsg-1.1.5+dfsg/debian/changelog 2018-10-22 01:17:21.000000000 +0100
+++ nanomsg-1.1.5+dfsg/debian/changelog 2023-01-10 16:33:43.000000000 +0000
@@ -1,3 +1,11 @@
+nanomsg (1.1.5+dfsg-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Apply a patch by Vagrant Cascadian to address Build-Id differences in
+ binaries caused by a difference in RPATH. (Closes: #1001853)
+
+ -- Chris Lamb <[email protected]> Tue, 10 Jan 2023 16:33:43 +0000
+
nanomsg (1.1.5+dfsg-1) unstable; urgency=medium
* New watch file.
diff -Nru nanomsg-1.1.5+dfsg/debian/rules nanomsg-1.1.5+dfsg/debian/rules
--- nanomsg-1.1.5+dfsg/debian/rules 2018-10-22 00:09:34.000000000 +0100
+++ nanomsg-1.1.5+dfsg/debian/rules 2023-01-10 16:33:43.000000000 +0000
@@ -3,3 +3,6 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --buildsystem=cmake
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON