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

Christophe Prud'homme prudhomm at debian.org
Tue Apr 7 11:37:47 UTC 2009


SVN commit 4360 by prudhomm:

update changelog and rules

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


--- petsc/trunk/debian/changelog #4359:4360
@@ -1,3 +1,9 @@
+petsc (3.0.0.dfsg-2) unstable; urgency=low
+
+  * debian/rules: use --prefix=/usr in configure
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Tue, 07 Apr 2009 13:35:36 +0200
+
 petsc (3.0.0.dfsg-1) unstable; urgency=low
 
   * New tarball without non-free bin/win32fe.
--- petsc/trunk/debian/rules #4359:4360
@@ -54,12 +54,12 @@
 	-if [ -e patch ]; then \
 	  debian/rules unpatch; \
 	fi
-	-mv TAGS thetags
+	if [ -f TAGS ]; then mv TAGS thetags; fi
 	dh_clean
 # These are needed for -lam, -dec and -contrib builds
 	rm -rf debian/lib$(PETSC_NAME) debian/lib$(PETSC_NAME)-dev \
 	  debian/lib$(PETSC_NAME)-dbg
-	-mv thetags TAGS
+	if [ -f thetags ]; then mv thetags TAGS; fi
 	rm -f build* install* debian/*.substvars $(ARCH_GENERATED_FILES)
 # This is commented because it really doesn't do anything useful for us
 # (removes example executables, so what?)



More information about the Pkg-scicomp-commits mailing list