Dear Maintainer,
please note that I just uploaded a new version (with the same Debian
version!) of my proposed readline5 NMU, still available from the same
location at
http://mentors.debian.net/package/readline5
and downloadable via
dget -x
http://mentors.debian.net/debian/pool/main/r/readline5/readline5_5.2-11.1.dsc
In addition to fixing RC bug #670111, this version now also provides a
fix for the Multi-Arch bugs #670028 and #658850, by substituting the
arch-dependant (and non-functional) paths in examples/Makefile with
their correct (on Debian) and at the same time arch-indep paths.
this is the diff for just this change:
debian/changelog | 5 ++++-
debian/rules | 4 ++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 44a25de..1d0f225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ readline5 (5.2-11.1) unstable; urgency=low
* Non-maintainer upload.
* libreadline-gplv2-dev: explicitly conflict against libreadline6-dev.
Closes: #670111.
+ * libreadline-gplv2-dev: substitute build- and architecture-dependant paths
+ in examples/Makefile with their actual, arch-indep value.
+ Closes: #658850, #670028.
- -- Florian Schlichting <[email protected]> Sat, 15 Sep 2012
19:44:11 +0200
+ -- Florian Schlichting <[email protected]> Sat, 15 Sep 2012
20:57:13 +0200
readline5 (5.2-11) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ceb309d..716f08a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -393,6 +393,10 @@ binary-arch: build install
mkdir -p $(d_rld)/usr/share/doc/$(p_rl)/examples
cp -p $(builddir)/examples/Makefile examples/*.c \
$(d_rld)/usr/share/doc/$(p_rl)/examples/
+ sed -i -e's,srcdir = .*/readline5-5.2/examples,srcdir =
/usr/share/doc/libreadline5/examples,' \
+ -e's,VPATH = .:.*/readline5-5.2/examples,VPATH =
.:/usr/share/doc/libreadline5/examples,' \
+ -e's,top_srcdir = .*/readline5-5.2,top_srcdir =
/usr/include/readline/,' \
+ $(d_rld)/usr/share/doc/$(p_rl)/examples/Makefile
ln -sf $(p_rl) $(d_rld)/usr/share/doc/$(p_rld)
ln -sf $(p_rl) $(d_rlg)/usr/share/doc/$(p_rlg)
Florian
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]