[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4810 - in glibc-package: . tunk/debian/rules.d



Author: vorlon
Date: 2011-07-23 07:06:56 +0000 (Sat, 23 Jul 2011)
New Revision: 4810

Added:
   glibc-package/tunk/
Modified:
   glibc-package/tunk/debian/rules.d/debhelper.mk
Log:
makefile, not a shell script; don't forget our line continuations.

Modified: glibc-package/tunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2011-07-22 13:51:10 UTC (rev 4809)
+++ glibc-package/tunk/debian/rules.d/debhelper.mk	2011-07-23 07:06:56 UTC (rev 4810)
@@ -113,13 +113,13 @@
 	#
 	# Disable multiarch support on some architectures until we fix the /lib64 -> /lib issue
 	#
-	case $(curpass)/$(DEB_HOST_ARCH) in
-	libc6/amd64 | libc6/kfreebsd-amd64 | libc6/ppc64 | libc6/sparc64)
-		dh_gencontrol -p$(curpass) -- -UMulti-Arch
-		;;
-	*)
-		dh_gencontrol -p$(curpass)
-		;;
+	case $(curpass)/$(DEB_HOST_ARCH) in \
+	libc6/amd64 | libc6/kfreebsd-amd64 | libc6/ppc64 | libc6/sparc64) \
+		dh_gencontrol -p$(curpass) -- -UMulti-Arch \
+		;; \
+	*) \
+		dh_gencontrol -p$(curpass) \
+		;; \
 	esac
 
 	if [ $(curpass) = nscd ] ; then \


Reply to: