[Pkg-ofed-commits] r329 - branches/ofed-1.4.1upgrade/libibcommon/trunk/debian

Guy Coates gmpc-guest at alioth.debian.org
Sat May 30 08:03:17 UTC 2009


Author: gmpc-guest
Date: 2009-05-30 20:03:17 +0000 (Sat, 30 May 2009)
New Revision: 329

Modified:
   branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules
Log:
Fix whitespace


Modified: branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules
===================================================================
--- branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules	2009-05-30 20:00:37 UTC (rev 328)
+++ branches/ofed-1.4.1upgrade/libibcommon/trunk/debian/rules	2009-05-30 20:03:17 UTC (rev 329)
@@ -27,11 +27,11 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-        libtoolize --force --copy
-        aclocal
-        autoconf
-        touch NEWS README
-        automake --copy --add-missing
+	libtoolize --force --copy
+	aclocal
+	autoconf
+	touch NEWS README
+	automake --copy --add-missing
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" --sysconfdir=/etc
 
 




More information about the Pkg-ofed-commits mailing list