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

Christophe Prud'homme prudhomm at debian.org
Sat Nov 1 07:35:51 UTC 2008


SVN commit 3951 by prudhomm:

remove metis contrib

 A             gmsh/trunk/debian/README.source  
 M  +5 -2      gmsh/trunk/debian/changelog  
 M  +8 -1      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #3950:3951
@@ -1,4 +1,4 @@
-gmsh (2.2.5-1) unstable; urgency=low
+gmsh (2.2.5.dfsg-1) unstable; urgency=low
 
   * New upstream release
     + Gmsh now requires FLTK 1.1.7 or above; 
@@ -13,8 +13,11 @@
     + added support for point datasets in model-based postprocessing views;
     + small bug fixes.
   * debian/{rules,control}: work towards med/hdf5 support
+  * debian/rules: modified get-orig-source to get rid of Metis and
+    generate a .dfsg tarball
+  * debian/README.source: added to document the changes in the Gmsh source
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 14 Aug 2008 08:21:32 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 01 Nov 2008 08:33:32 +0100
 
 gmsh (2.2.3-1) unstable; urgency=low
 
--- gmsh/trunk/debian/rules #3950:3951
@@ -18,6 +18,7 @@
 #ENABLE_MED=--enable-med
 ENABLE_MED=--disable-med
 
+GMSH_VERSION=2.2.5
 
 DEB_CONFIGURE_EXTRA_FLAGS :=       \
   --host=$(DEB_HOST_GNU_TYPE)      \
@@ -54,4 +55,10 @@
 	-$(RM) build-doc-stamp
 
 get-orig-source:
-	uscan --force-download --rename
+	uscan --force-download --rename --verbose --upstream-version $(GMSH_VERSION)
+	tar xzf ../gmsh_$(GMSH_VERSION).orig.tar.gz
+	mv gmsh-$(GMSH_VERSION) gmsh-$(GMSH_VERSION).dfsg
+	cd gmsh-$(GMSH_VERSION).dfsg/contrib/Metis && rm *.c *.h
+	tar czf gmsh_$(GMSH_VERSION).dfsg.orig.tar.gz gmsh-$(GMSH_VERSION).dfsg
+	rm -rf gmsh-$(GMSH_VERSION).dfsg
+	if test -d ../tarballs; then mv gmsh_$(GMSH_VERSION).dfsg.orig.tar.gz ../tarballs; fi



More information about the Pkg-scicomp-commits mailing list