[Pkg-openmpi-commits] r28 - /openmpi/trunk/debian/rules

edd at users.alioth.debian.org edd at users.alioth.debian.org
Sun Jun 24 18:46:54 UTC 2007


Author: edd
Date: Sun Jun 24 18:46:54 2007
New Revision: 28

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=28
Log:
don't install LICENSE after all
small fix to how examples are installed
one reformatting change for configure call

Modified:
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=28&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Sun Jun 24 18:46:54 2007
@@ -20,8 +20,15 @@
 
 config.status: configure
 	dh_testdir
-	CFLAGS="$(CFLAGS)" ./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc/openmpi --with-devel-headers --enable-mpi-threads --enable-progress-threads
-
+	CFLAGS="$(CFLAGS)" ./configure 				\
+			--build=$(DEB_BUILD_GNU_TYPE) 		\
+			--prefix=/usr 				\
+			--mandir=\$${prefix}/share/man 		\
+			--infodir=\$${prefix}/share/info 	\
+			--sysconfdir=/etc/openmpi 		\
+			--with-devel-headers 			\
+			--enable-mpi-threads 			\
+			--enable-progress-threads
 
 build: build-arch build-indep
 
@@ -76,9 +83,9 @@
 	dh_testdir -i
 	dh_testroot -i
 	dh_installchangelogs  -i
-	dh_installdocs --all AUTHORS NEWS README LICENSE
+	dh_installdocs --all AUTHORS NEWS README
 #	dh_installexamples -i 
-	dh_installexamples -popenmpi-doc examples
+	dh_installexamples -popenmpi-doc examples/*
 	dh_installman -i
 	dh_link -i
 	dh_strip -i
@@ -95,7 +102,7 @@
 	dh_testdir -a
 	dh_testroot -a
 	dh_installchangelogs  -a
-	dh_installdocs --all AUTHORS NEWS README LICENSE
+	dh_installdocs --all AUTHORS NEWS README
 	dh_installexamples -a
 	dh_installman -a
 	dh_link -a




More information about the Pkg-openmpi-commits mailing list