r38298 - in /packages/pastix/trunk/debian: ./ patches/series rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Thu Mar 31 12:21:07 UTC 2011


Author: saramito-guest
Date: Thu Mar 31 12:20:47 2011
New Revision: 38298

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38298
Log:
debian/patches/series added

Added:
    packages/pastix/trunk/debian/patches/series
Modified:
    packages/pastix/trunk/debian/   (props changed)
    packages/pastix/trunk/debian/rules

Propchange: packages/pastix/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/pastix/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/pastix/trunk/debian/patches/series?rev=38298&op=file
==============================================================================
--- packages/pastix/trunk/debian/patches/series (added)
+++ packages/pastix/trunk/debian/patches/series Thu Mar 31 12:20:47 2011
@@ -1,0 +1,1 @@
+scotch-include-guard.patch

Modified: packages/pastix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/pastix/trunk/debian/rules?rev=38298&op=diff
==============================================================================
--- packages/pastix/trunk/debian/rules (original)
+++ packages/pastix/trunk/debian/rules Thu Mar 31 12:20:47 2011
@@ -27,6 +27,10 @@
 	CFLAGS += -O2
 endif
 
+patch-stamp:
+	- QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	touch $@
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -38,7 +42,7 @@
 	cp debian/ChangeLog ChangeLog
 	touch configure-stamp
 
-build: build-stamp
+build: patch-stamp build-stamp
 
 build-stamp: configure-stamp
 	dh_testdir
@@ -64,6 +68,8 @@
 	rm -rf install_seq_nosmp
 	rm -rf install_mpi_nosmp
 	rm -f ChangeLog
+	- QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -f patch-stamp
 	rm -f build-stamp configure-stamp
 	dh_clean
 	rm -Rf $(TMPDIR)




More information about the debian-science-commits mailing list