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

Christophe Prud'homme prudhomm at debian.org
Sun Nov 2 11:07:44 UTC 2008


SVN commit 3959 by prudhomm:

new upstream release

 M  +9 -0      scotch/trunk/debian/changelog  
 M  +8 -6      scotch/trunk/debian/rules  


--- scotch/trunk/debian/changelog #3958:3959
@@ -1,3 +1,12 @@
+scotch (5.1.2.dfsg-1) unstable; urgency=low
+
+  [Christophe Prud'homme] 
+  * New upstream release
+  * debian/rules: rename rule orig-tarball by standard rule
+    get-orig-source
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 02 Nov 2008 12:07:24 +0100
+
 scotch (5.0.6.dfsg-3) unstable; urgency=low
 
   * Patched metis.h to include typedef idxtype (closes: #496693).
--- scotch/trunk/debian/rules #3958:3959
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
+SCOTCH_VERSION=5.1.2
+
 # Add here any variable or target overrides you need.
 # where sources are
 DEB_SRCDIR = $(CURDIR)/src
@@ -34,14 +36,14 @@
 	-rm bin/*
 	-rm src/Makefile.inc
 
-orig-tarball:
+get-orig-source:
 	mkdir tmp; \
 	cd tmp; \
-	wget http://gforge.inria.fr/frs/download.php/5218/scotch_5.0.6.tgz; \
-	tar xzf scotch_5.0.6.tgz; \
-	mv scotch_5.0 scotch-5.0.6;\
-	cd scotch-5.0.6;\
+	wget http://gforge.inria.fr/frs/download.php/5218/scotch_$(SCOTCH_VERSION).tgz; \
+	tar xzf scotch_$(SCOTCH_VERSION).tgz; \
+	mv scotch_5.0 scotch-$(SCOTCH_VERSION);\
+	cd scotch-$(SCOTCH_VERSION);\
 	rm doc/ptscotch_user5.0.pdf doc/scotch_user5.0.ps.gz doc/ptscotch_user5.0.ps.gz  doc/scotch_user5.0.pdf; \
 	cd .. ; \
-	tar czf ../scotch_5.0.6.dfsg.orig.tar.gz scotch-5.0.6; \
+	tar czf ../scotch_$(SCOTCH_VERSION).dfsg.orig.tar.gz scotch-$(SCOTCH_VERSION); \
 	cd ..; rm -rf tmp



More information about the Pkg-scicomp-commits mailing list