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

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


The following commit has been merged in the upstream branch:
commit 8930ca4be341acb839093dbf5d5a6fe22d21a489
Author: Clint Adams <schizo at debian.org>
Date:   Sat May 7 21:41:12 2005 +0000

    patch from Michael Banck to fix the Hurd alternative handling.  closes: #299633.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-63

diff --git a/debian/changelog b/debian/changelog
index 186406e..3480cea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.2.11) unstable; urgency=low
+
+  * Apply patch from Michael Banck to fix the Hurd alternative
+    handling.  closes: #299633.
+
+ -- Clint Adams <schizo at debian.org>  Sat,  7 May 2005 17:37:37 -0400
+
 fakeroot (1.2.10) unstable; urgency=low
 
   * Have fakeroot-tcp be a higher-priority alternative on the Hurd.
diff --git a/debian/rules b/debian/rules
index b3e4bf5..39614de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,7 +136,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
 	$(INSTALL_FILE) debian/shlibs debian/tmp/DEBIAN/shlibs
 	$(INSTALL_SCRIPT) debian/fakeroot.prerm debian/tmp/DEBIAN/prerm
-ifneq ($(DEB_HOST_GNU_TYPE),i386-hurd)
+ifneq ($(DEB_HOST_GNU_SYSTEM),gnu)
 	sed 's/@FAKEROOT_SYSV_ALTPRIO@/50/;s/@FAKEROOT_TCP_ALTPRIO@/30/;' \
 		debian/fakeroot.postinst.in > debian/fakeroot.postinst
 else

-- 
fakeroot



More information about the Fakeroot-commits mailing list