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


Wed Mar 16 15:56:17 UTC 2011


SVN commit 4999 by trophime-guest:

update to 1.4.3

 M  +8 -0      tetgen/trunk/debian/changelog  
 M  +4 -4      tetgen/trunk/debian/control  
 M  +12 -4     tetgen/trunk/debian/rules  


--- tetgen/trunk/debian/changelog #4998:4999
@@ -1,3 +1,11 @@
+tetgen (1.4.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: change definition of tetgenbin and tetgendev variables
+  * fix linitian errors
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Mon, 11 Oct 2010 11:11:14 +0200
+
 tetgen (1.4.3-1) unstable; urgency=low
 
   [Christophe Prud'homme]
--- tetgen/trunk/debian/control #4998:4999
@@ -4,7 +4,7 @@
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
 Build-Depends: debhelper (>= 5), docbook-to-man, quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/tetgen/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/tetgen/
 XS-DM-Upload-Allowed: yes
@@ -12,7 +12,7 @@
 
 Package: tetgen
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A Quality Tetrahedral Mesh Generator
  TetGen generates the Delaunay tetrahedralization, Voronoi diagram, and convex
  hull for three-dimensional point sets, generates the constrained Delaunay
@@ -22,7 +22,7 @@
 Package: libtet1.4
 Architecture: any
 Section: non-free/libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A Quality Tetrahedral Mesh Generator
  TetGen generates the Delaunay tetrahedralization, Voronoi diagram, and convex
  hull for three-dimensional point sets, generates the constrained Delaunay
@@ -34,7 +34,7 @@
 Package: libtet1.4-dev
 Architecture: any
 Section: non-free/libdevel
-Depends: libtet1.4
+Depends: libtet1.4 (>= ${source:Upstream-Version}), libtet1.4 (<<  ${source:Upstream-Version}+1~), ${misc:Depends}
 Description: A Quality Tetrahedral Mesh Generator
  TetGen generates the Delaunay tetrahedralization, Voronoi diagram, and convex
  hull for three-dimensional point sets, generates the constrained Delaunay
--- tetgen/trunk/debian/rules #4998:4999
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-TETGEN_VERSION = 1.4.2
+TETGEN_VERSION = 1.4.3
+TETGEN_LIBVERSION = 1.4
 
 CFLAGS = -Wall -g
 
@@ -10,6 +11,10 @@
 	CFLAGS += -O2
 endif
 
+
+tetgenbin = $(CURDIR)/debian/libtet$(TETGEN_LIBVERSION)
+tetgendev = $(CURDIR)/debian/libtet$(TETGEN_LIBVERSION)-dev
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -45,11 +50,14 @@
 	rm -rf tmp-tetgen-shlib
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
+	# Remove 
+	rm -f tetgen.1
+	rm -f libtet.so.1.4.3
+	rm -f $(tetgenbin)/usr/lib/libtet.so.1.4.3
+	rm -f $(tetgendev)/usr/lib/libtet.*
+
 	dh_clean
 
-tetgenbin = $(CURDIR)/debian/libtet$(TETGEN_VERSION)
-tetgendev = $(CURDIR)/debian/libtet$(TETGEN_VERSION)-dev
-
 install: build
 	dh_testdir
 	dh_testroot



More information about the Pkg-scicomp-commits mailing list