[Pkg-scicomp-commits] petsc/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Tue Apr 7 09:08:39 UTC 2009


SVN commit 4356 by prudhomm:

added get-orig-source

 M  +6 -2      petsc/trunk/debian/rules  


--- petsc/trunk/debian/rules #4355:4356
@@ -101,7 +101,7 @@
 	  --with-superlu-lib=/usr/lib/libsuperlu.so \
 	  --with-spooles=1 --with-spooles-include=/usr/include/spooles \
 	  --with-spooles-lib=/usr/lib/libspooles.so \
-	  --with-hypre=1 --with-hypre-dir=/usr 
+	  --with-hypre=1 --with-hypre-dir=/usr
 #	  `if [ -e /usr/lib/libsidl.so ]; then echo "--with-babel=1 --with-babel-dir=/usr"; fi`
 	$(MAKE) PETSC_ARCH=$(PETSC_ARCH)-c-debug PETSC_DIR=$(CURDIR) \
 	  PETSC_INSTALL_DIR=/usr/lib/petscdir/$(PETSC_VERSION)
@@ -115,7 +115,7 @@
 	  --with-superlu-lib=/usr/lib/libsuperlu.so \
 	  --with-spooles=1 --with-spooles-include=/usr/include/spooles \
 	  --with-spooles-lib=/usr/lib/libspooles.so \
-	  --with-hypre=1 --with-hypre-dir=/usr 
+	  --with-hypre=1 --with-hypre-dir=/usr
 #	  `if [ -e /usr/lib/libsidl.so ]; then echo "--with-babel=1 --with-babel-dir=/usr"; fi`
 	$(MAKE) PETSC_ARCH=$(PETSC_ARCH)-c-opt PETSC_DIR=$(CURDIR) \
 	  PETSC_INSTALL_DIR=/usr/lib/petscdir/$(PETSC_VERSION) \
@@ -401,3 +401,7 @@
 binary:		binary-indep binary-arch
 
 .PHONY: binary binary-arch binary-indep clean checkroot
+
+
+get-orig-source:
+	uscan --force-download  --verbose



More information about the Pkg-scicomp-commits mailing list