[Pkg-shadow-devel] Bug#737805: Bug#737806: Bug#737805: coreutils: FTBFS on hurd-i386 due to /bin/su

Samuel Thibault sthibault at debian.org
Thu Mar 13 22:51:38 UTC 2014


Hello,

Here are the changes I have just uploaded to DELAYED/5.

Samuel
-------------- next part --------------
diff -u coreutils-8.21/debian/changelog coreutils-8.21/debian/changelog
--- coreutils-8.21/debian/changelog
+++ coreutils-8.21/debian/changelog
@@ -1,3 +1,10 @@
+coreutils (8.21-1.1) unstable; urgency=medium
+
+  * Non-Maintainer Upload
+  * Do not install su on hurd-i386 any more (Closes: #737806).
+
+ -- Samuel Thibault <sthibault at debian.org>  Wed, 05 Feb 2014 22:50:43 +0000
+
 coreutils (8.21-1) unstable; urgency=low
 
   * New upstream version
diff -u coreutils-8.21/debian/rules coreutils-8.21/debian/rules
--- coreutils-8.21/debian/rules
+++ coreutils-8.21/debian/rules
@@ -32,11 +32,7 @@
 endif
 
 # programs to include/not include
-ifeq ($(DEB_HOST_ARCH_OS),hurd)
-  BUILDPROG_OPTS := --enable-install-program=su,arch
-else
-  BUILDPROG_OPTS := --enable-install-program=arch
-endif
+BUILDPROG_OPTS := --enable-install-program=arch
 
 BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false ln ls mkdir \
 	mknod mv pwd readlink rm rmdir vdir sleep stty sync touch true uname \
@@ -114,9 +110,6 @@
 else
 	mv $(d)/usr/bin/kill $(d)/bin
 endif
-ifneq ($(DEB_HOST_ARCH_OS),hurd)
-		rm -f $(d)/usr/bin/su $(d)/usr/share/man/man1/su.1
-endif
 	rm -f $(d)/usr/bin/hostname $(d)/usr/share/man/man1/hostname.1
 	rm -f $(d)/usr/bin/uptime $(d)/usr/share/man/man1/uptime.1
 	rm -f $(d)/usr/bin/realpath $(d)/usr/share/man/man1/realpath.1
@@ -178,9 +171,6 @@
 	dh_link -a
 	dh_compress -a
 	dh_fixperms -a
-ifeq ($(DEB_HOST_ARCH_OS),hurd)
-	chmod u+s $(d)/usr/bin/su
-endif
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_gencontrol -a


More information about the Pkg-shadow-devel mailing list