Your message dated Tue, 19 Jun 2012 12:10:03 +0000
with message-id <[email protected]>
and subject line Bug#678094: Removed package(s) from unstable
has caused the Debian Bug report #501659,
regarding libtrash: clarify documentation and examples
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.)
--
501659: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501659
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libtrash
Version: 2.4-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu intrepid ubuntu-patch
Hi,
debian/README.debian and debian/example.bash_profile refer
to /usr/lib/libtrash/libtrash.so, which is not shipped in
the package. Daniel Chen provided the attached patch to
use /usr/lib/libtrash/libtrash.so.2.4 instead. Please
consider applying it.
Thanks,
James
diff -u libtrash-2.4/debian/README.Debian libtrash-2.4/debian/README.Debian
--- libtrash-2.4/debian/README.Debian
+++ libtrash-2.4/debian/README.Debian
@@ -5,7 +5,7 @@
application is run. This can be done by setting the LD_PRELOAD environment
variable:
-$ LD_PRELOAD=/usr/lib/libtrash/libtrash.so
+$ LD_PRELOAD=/usr/lib/libtrash/libtrash.so.2.4
$ export LD_PRELOAD
This will mean that all applications that are started from the shell after
@@ -13,12 +13,12 @@
the shell you originally set the LD_PRELOAD variable from will not be using
libtrash, ie:
-$ export LD_PRELOAD=/usr/lib/libtrash/libtrash.so
+$ export LD_PRELOAD=/usr/lib/libtrash/libtrash.so.2.4
$ rm my_file
will be OK, but:
-$ export LD_PRELOAD=/usr/lib/libtrash/libtrash.so
+$ export LD_PRELOAD=/usr/lib/libtrash/libtrash.so.2.4
$ echo "asdf" > my_file
will overwrite "my_file" with "asdf", as the shell (which isn't using libtrash)
@@ -27,7 +27,7 @@
re-starting the shell in your ~/.bash_profile with something like the
following (this could be dangerous, however):
-LIBTRASH=/usr/lib/libtrash/libtrash.so
+LIBTRASH=/usr/lib/libtrash/libtrash.so.2.4
LIBTRASH_dest=$LIBTRASH
if test -L $LIBTRASH ; then
LIBTRASH_dest="$(dirname $LIBTRASH)/$(ls -l "$LIBTRASH" | \
diff -u libtrash-2.4/debian/example.bash_profile libtrash-2.4/debian/example.bash_profile
--- libtrash-2.4/debian/example.bash_profile
+++ libtrash-2.4/debian/example.bash_profile
@@ -1,6 +1,6 @@
# Include this in your ~/.bash_profile to enable libtrash every time you
# log in (or otherwise start a login shell)
-LIBTRASH=/usr/lib/libtrash/libtrash.so
+LIBTRASH=/usr/lib/libtrash/libtrash.so.2.4
LIBTRASH_dest=$LIBTRASH
if test -L $LIBTRASH ; then
--- End Message ---
--- Begin Message ---
Version: 2.4-2+rm
Dear submitter,
as the package libtrash has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/678094
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---