Your message dated Tue, 06 Oct 2009 23:34:43 +0000
with message-id <[email protected]>
and subject line Bug#350468: fixed in pcre3 7.8-3
has caused the Debian Bug report #350468,
regarding libpcre3: install libpcre.so* in /lib
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
350468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350468
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpcre3
Version: 6.4-1.1
Severity: wishlist
It would be nice to see libpcre.so* installed in /lib so that the -P
option in grep can be enabled. See also bugs #238237, #237071, #338401,
#338500, (...?). According to these webpages, redhat installs
libpcre.so* in /lib since 2001, for the very same reason :
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=41104
http://rpmfind.net/linux/RPM/fedora/3/i386/pcre-4.5-3.i386.html
The attached patch works for me.
diff -ruN orig/pcre3-6.4/debian/libpcre3.dirs pcre3-6.4/debian/libpcre3.dirs
--- orig/pcre3-6.4/debian/libpcre3.dirs 2006-01-29 18:36:51.000000000 +0100
+++ pcre3-6.4/debian/libpcre3.dirs 2006-01-29 18:35:37.000000000 +0100
@@ -1,2 +1,3 @@
usr/lib
+lib
diff -ruN orig/pcre3-6.4/debian/libpcre3.files pcre3-6.4/debian/libpcre3.files
--- orig/pcre3-6.4/debian/libpcre3.files 2006-01-29 18:36:51.000000000
+0100
+++ pcre3-6.4/debian/libpcre3.files 2006-01-29 19:06:55.000000000 +0100
@@ -1,4 +1,5 @@
-usr/lib/libpcre.so.*
+lib/libpcre.so.*
+lib/libpcre.so
usr/lib/libpcreposix.so.*
usr/bin/pcretest
usr/share/man/man1/pcretest.1
diff -ruN orig/pcre3-6.4/debian/rules pcre3-6.4/debian/rules
--- orig/pcre3-6.4/debian/rules 2006-01-29 18:36:51.000000000 +0100
+++ pcre3-6.4/debian/rules 2006-01-29 19:08:40.000000000 +0100
@@ -73,6 +73,9 @@
# Add here commands to install the package into debian/tmp
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+ mkdir $(CURDIR)/debian/tmp/lib
+ mv $(CURDIR)/debian/tmp/usr/lib/libpcre.so.* $(CURDIR)/debian/tmp/lib
+ mv $(CURDIR)/debian/tmp/usr/lib/libpcre.so $(CURDIR)/debian/tmp/lib
# Build architecture-independent files here.
--- End Message ---
--- Begin Message ---
Source: pcre3
Source-Version: 7.8-3
We believe that the bug you reported is fixed in the latest version of
pcre3, which is due to be installed in the Debian FTP archive:
libpcre3-dbg_7.8-3_i386.deb
to pool/main/p/pcre3/libpcre3-dbg_7.8-3_i386.deb
libpcre3-dev_7.8-3_i386.deb
to pool/main/p/pcre3/libpcre3-dev_7.8-3_i386.deb
libpcre3-udeb_7.8-3_i386.udeb
to pool/main/p/pcre3/libpcre3-udeb_7.8-3_i386.udeb
libpcre3_7.8-3_i386.deb
to pool/main/p/pcre3/libpcre3_7.8-3_i386.deb
libpcrecpp0_7.8-3_i386.deb
to pool/main/p/pcre3/libpcrecpp0_7.8-3_i386.deb
pcre3_7.8-3.diff.gz
to pool/main/p/pcre3/pcre3_7.8-3.diff.gz
pcre3_7.8-3.dsc
to pool/main/p/pcre3/pcre3_7.8-3.dsc
pcregrep_7.8-3_i386.deb
to pool/main/p/pcre3/pcregrep_7.8-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mark Baker <[email protected]> (supplier of updated pcre3 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 07 Oct 2009 00:05:25 +0100
Source: pcre3
Binary: libpcre3 libpcre3-udeb libpcrecpp0 libpcre3-dev libpcre3-dbg pcregrep
Architecture: source i386
Version: 7.8-3
Distribution: unstable
Urgency: low
Maintainer: Mark Baker <[email protected]>
Changed-By: Mark Baker <[email protected]>
Description:
libpcre3 - Perl 5 Compatible Regular Expression Library - runtime files
libpcre3-dbg - Perl 5 Compatible Regular Expression Library - debug symbols
libpcre3-dev - Perl 5 Compatible Regular Expression Library - development files
libpcre3-udeb - Perl 5 Compatible Regular Expression Library - runtime files
(ude (udeb)
libpcrecpp0 - Perl 5 Compatible Regular Expression Library - C++ runtime files
pcregrep - grep utility that uses perl 5 compatible regexes.
Closes: 338658 350468 492565 549608
Changes:
pcre3 (7.8-3) unstable; urgency=low
.
* debian/rules: Install main library in /lib (Closes: 350468, #549608)
* debian/pcre-config.1: Minor formatting changes (thanks Alexander
Peslyak) (Closes: 338658)
* Makefile.am,Makefile.in: Added libpcre.la to LDADD for various things;
apparently this will make it cross-build successfully (Closes: 492565)
* debian/control: Added ${misc:Depends} to dependencies for all the
binary packages
* debian/rules: Don't ignore errors from make distclean
Checksums-Sha1:
27cd50f8644513d9b47a4fc0542dd78feeff7a1b 986 pcre3_7.8-3.dsc
f7ab5849424775a86bf8bf03c7e77c063bcbdc71 16375 pcre3_7.8-3.diff.gz
537eb736a6c2a5ef4bb4b493900af8a545083872 213592 libpcre3_7.8-3_i386.deb
0d03a8a625cc2e3de1fcdcd249b42fb3bff3622b 71052 libpcre3-udeb_7.8-3_i386.udeb
5f243f0109510a2a7fc2f363613d34e4054a52f9 97876 libpcrecpp0_7.8-3_i386.deb
07db6cf53280764ec5c4d30f6a8bad0bf50fa2cc 258042 libpcre3-dev_7.8-3_i386.deb
1d4b27639f6cd8be8200f20a2d13e5a687d07af7 345448 libpcre3-dbg_7.8-3_i386.deb
3ddb0d46a07fdbcee7ced1ab1494e84ec5f0bd34 20784 pcregrep_7.8-3_i386.deb
Checksums-Sha256:
b35e7f21dccc15289f91cc25c17ea19240a5aeb8486fce70824963772ec3f4ad 986
pcre3_7.8-3.dsc
fd0602e1ba8ab47a8fc1fea0871d37f7c987cff6399efb1bfffb3b7fa5d5b1c9 16375
pcre3_7.8-3.diff.gz
739859b6235c4236c1b57d6b3a91ec53029420bdff86741bc0af0d2e0d27d6db 213592
libpcre3_7.8-3_i386.deb
a6bb2a39c51912cfb71619a5b959035aa3b6dd42d60b86532036d9cb4ea899a2 71052
libpcre3-udeb_7.8-3_i386.udeb
01bdbaf6a0ceb6e3a785a5b8afecfde86ef59e9b872878a8f1fcbd87293ba501 97876
libpcrecpp0_7.8-3_i386.deb
4bd3f0a96227b27890bb7827d1ddeb1beeb5c2f99545e03570ab5ca665dfb52d 258042
libpcre3-dev_7.8-3_i386.deb
8b3371973cdfb51656667546299b589ae270e848544abc7cec47f73902fcf57e 345448
libpcre3-dbg_7.8-3_i386.deb
c76f4a8e22ef8b02bdae2e4eb15d8c4c5dc5dbcff1fbc53a11e4fc1c8ef94a87 20784
pcregrep_7.8-3_i386.deb
Files:
72bfbfd8aa4acb3ac9c005cf983f39af 986 libs optional pcre3_7.8-3.dsc
4805642dcb4e3989be43aa044f97efd7 16375 libs optional pcre3_7.8-3.diff.gz
5a8027c76727754426001531dd8766b3 213592 libs important libpcre3_7.8-3_i386.deb
73138f8294d8780aca7168b7188ee8aa 71052 debian-installer important
libpcre3-udeb_7.8-3_i386.udeb
2a5303a67887a326bbf2f6719b7e49f0 97876 libs optional libpcrecpp0_7.8-3_i386.deb
0ba1c8ed4d4a38c97cb4d6b677de9e6c 258042 libdevel optional
libpcre3-dev_7.8-3_i386.deb
eb3f6336c0bd084c3ac3c11164684f5c 345448 libdevel optional
libpcre3-dbg_7.8-3_i386.deb
50f7aaaaad0cbbff1a2cceae21ec2d9d 20784 utils optional pcregrep_7.8-3_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkrLzkEACgkQLk+GuosNQvmm2QCdFJ7rWpxLAC/r7bO26OP4m3XT
eywAniqV2oXd9dwcFvxegZlX8vIVU5kY
=wMJx
-----END PGP SIGNATURE-----
--- End Message ---