[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:44 UTC 2011


The following commit has been merged in the upstream branch:
commit 8f11e3a0ffd8c6182730412fae4f0cf1efbef3d5
Author: Clint Adams <schizo at debian.org>
Date:   Tue Dec 13 22:16:59 2005 +0000

    adjust test Makefile for accidentally-committed soname change.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-94

diff --git a/debian/changelog b/debian/changelog
index 5798802..2205c32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ fakeroot (1.5.6) unstable; urgency=low
   * Patch from Thomas Huriaux to put translated manpages
     under po4a; includes updated French translation from
     Sylvain Cherrier.  closes: #343175.
+  * Change soname to avoid ldconfig cruft.  closes: #338071.
 
  -- Clint Adams <schizo at debian.org>  Tue, 13 Dec 2005 13:43:26 -0500
 
diff --git a/test/Makefile.am b/test/Makefile.am
index 7c70265..5f941ca 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,7 +4,7 @@ TESTS = t.echoarg t.mknod t.tar t.truereturn t.falsereturn t.option \
 	t.touchinstall
 
 suffix =
-TESTS_ENVIRONMENT = libfakeroot=libfakeroot.so.0 suffix=$(suffix) posixshell=$(SHELL)
+TESTS_ENVIRONMENT = libfakeroot=libfakeroot-0.so suffix=$(suffix) posixshell=$(SHELL)
 
 CLEANFILES = tmp* tartest.tar.gz hda3
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list