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

Christophe Prud'homme prudhomm at debian.org
Wed Jul 25 09:42:35 UTC 2007


SVN commit 1714 by prudhomm:

fix depends, and library name, --whitespace

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


--- tetgen/trunk/debian/changelog #1713:1714
@@ -1,3 +1,11 @@
+tetgen (1.4.2-2) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * debian/rules: renamed libtetgen.so to libtet.so
+  * debian/control: fixed libtet1.4.2-dev Depends field
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 25 Jul 2007 10:11:58 +0200
+
 tetgen (1.4.2-1oc1) unstable; urgency=low
 
   * unofficial release
--- tetgen/trunk/debian/control #1713:1714
@@ -11,7 +11,7 @@
 Package: tetgen
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: A Quality Tetrahedral Mesh Generator 
+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
  tetrahedralizations and quality tetrahedral meshes for three-dimensional
@@ -23,7 +23,7 @@
 Architecture: any
 Section: non-free/libs
 Depends: ${shlibs:Depends}
-Description: A Quality Tetrahedral Mesh Generator 
+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
  tetrahedralizations and quality tetrahedral meshes for three-dimensional
@@ -36,8 +36,8 @@
 Package: libtet1.4.2-dev
 Architecture: any
 Section: non-free/libdevel
-Depends: libtetgen1.4.2 (>= ${source:Version})
-Description: A Quality Tetrahedral Mesh Generator 
+Depends: libtet1.4.2 (>= ${source:Version})
+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
  tetrahedralizations and quality tetrahedral meshes for three-dimensional
--- tetgen/trunk/debian/rules #1713:1714
@@ -19,7 +19,7 @@
 
 build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -29,7 +29,7 @@
 	cd tmp-tetgen-shlib; \
 	ar x ../libtet.a; \
 	gcc -shared -fPIC -Wl,-soname,libtet.so.$(TETGEN_VERSION) -o ../libtet.so.$(TETGEN_VERSION) *.o
-	
+
 	docbook-to-man debian/tetgen.sgml > tetgen.1
 
 	touch $@
@@ -42,7 +42,7 @@
 	# Add here commands to clean up after the build process.
 	#-$(MAKE) clean
 
-	dh_clean 
+	dh_clean
 
 tetgenbin = $(CURDIR)/debian/libtet$(TETGEN_VERSION)
 tetgendev = $(CURDIR)/debian/libtet$(TETGEN_VERSION)-dev
@@ -50,7 +50,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	mkdir -p $(tetgenbin)/usr/lib
@@ -61,7 +61,7 @@
 
 	cp $(CURDIR)/tetgen.h $(tetgendev)/usr/include/
 	cp $(CURDIR)/libtet.a $(tetgendev)/usr/lib
-	ln -s /usr/lib/libtet.so.$(TETGEN_VERSION) $(tetgendev)/usr/lib/libtetgen.so
+	ln -s /usr/lib/libtet.so.$(TETGEN_VERSION) $(tetgendev)/usr/lib/libtet.so
 	cp $(CURDIR)/libtet.so.$(TETGEN_VERSION) $(tetgenbin)/usr/lib/
 
 
@@ -73,7 +73,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
 	dh_installman



More information about the Pkg-scicomp-devel mailing list