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

Christophe Prud'homme prudhomm at debian.org
Sun Nov 22 11:53:58 UTC 2009


SVN commit 4683 by prudhomm:

update package

 M  +13 -0     tetgen/trunk/debian/rules  
 M  +1 -1      tetgen/trunk/debian/watch  


--- tetgen/trunk/debian/rules #4682:4683
@@ -94,3 +94,16 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure
+
+
+#DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/.*$$//p')
+TETGEN_VERSION=1.4.3
+ #$(DEB_UPSTREAM_VERSION)
+
+get-orig-source:
+	uscan --force-download --rename --verbose --upstream-version $(TETGEN_VERSION)
+	tar xzf ../tetgen_$(TETGEN_VERSION).orig.tar.gz
+	mv tetgen$(TETGEN_VERSION) tetgen-$(TETGEN_VERSION)
+	tar czf tetgen_$(TETGEN_VERSION).orig.tar.gz tetgen-$(TETGEN_VERSION)
+	rm -rf tetgen-$(TETGEN_VERSION).dfsg
+	if test -d ../tarballs; then mv tetgen_$(TETGEN_VERSION).orig.tar.gz ../tarballs; fi
--- tetgen/trunk/debian/watch #4682:4683
@@ -1,2 +1,2 @@
 version=3
-http://tetgen.berlios.de/ http://www.wias-berlin.de/people/si/tetgen(.*)\.tar\.gz
+http://tetgen.berlios.de/files/tetgen(.*)\.tar\.gz



More information about the Pkg-scicomp-commits mailing list