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

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


The following commit has been merged in the upstream branch:
commit ea4c906f39b4638fb83046d016bf644bc5bf1270
Author: Clint Adams <schizo at debian.org>
Date:   Fri Mar 18 14:44:01 2005 +0000

    fix stripping
    
      * Apply patch from Andrey Mitrofanov to fix stripping of shared
        objects, broken by the alternatives changes.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-57

diff --git a/debian/changelog b/debian/changelog
index b131f7a..43527f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.2.7) unstable; urgency=medium
+
+  * Apply patch from Andrey Mitrofanov to fix stripping of shared
+    objects, broken by the alternatives changes.
+
+ -- Clint Adams <schizo at debian.org>  Fri, 18 Mar 2005 09:42:58 -0500
+
 fakeroot (1.2.6) unstable; urgency=low
 
   * Manage /usr/bin/fakeroot via alternatives.
diff --git a/debian/rules b/debian/rules
index f119dba..99b8630 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,11 +126,11 @@ endif
 		 debian/tmp/usr/share/man/man1/fakeroot-tcp.1 \
 		 debian/tmp/usr/share/doc/fakeroot/changelog
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/libfakeroot.so.0.0.1
-	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/libfakeroot/libfakeroot.so.0.0.1
+	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/libfakeroot-sysv.so.0.0.1
+	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/libfakeroot/libfakeroot-sysv.so.0.0.1
 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/libfakeroot-tcp.so.0.0.1
 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/tmp/usr/lib/libfakeroot/libfakeroot-tcp.so.0.0.1
-	strip --remove-section=.comment --remove-section=.note debian/tmp/usr/bin/faked
+	strip --remove-section=.comment --remove-section=.note debian/tmp/usr/bin/faked-sysv
 	strip --remove-section=.comment --remove-section=.note debian/tmp/usr/bin/faked-tcp
 #	strip --strip-debug debian/tmp/usr/lib/libfakeroot.a
 endif

-- 
fakeroot



More information about the Fakeroot-commits mailing list