r43894 - in /packages/tetgen/trunk/debian: changelog control rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Thu Sep 15 08:38:14 UTC 2011
Author: sylvestre
Date: Thu Sep 15 08:38:13 2011
New Revision: 43894
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43894
Log:
* Team upload
* Package migrated to the Debian Science team
* Standards-Version updated to version 3.9.2
* lintian error weak-library-dev-dependency on libtet1.4.2-dev fixed
* Fix debian-rules-missing-recommended-target build-arch
* Update of the uploaders (Closes: #550418)
Modified:
packages/tetgen/trunk/debian/changelog
packages/tetgen/trunk/debian/control
packages/tetgen/trunk/debian/rules
Modified: packages/tetgen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/tetgen/trunk/debian/changelog?rev=43894&op=diff
==============================================================================
--- packages/tetgen/trunk/debian/changelog (original)
+++ packages/tetgen/trunk/debian/changelog Thu Sep 15 08:38:13 2011
@@ -1,15 +1,18 @@
-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
+ * Team upload
+ * Package migrated to the Debian Science team
+ * Standards-Version updated to version 3.9.2
+ * lintian error "weak-library-dev-dependency" on libtet1.4.2-dev fixed
+ * Fix debian-rules-missing-recommended-target build-arch
+ * Update of the uploaders (Closes: #550418)
+
+ [ Christophe Trophime ]
+ * debian/rules: change definition of tetgenbin and tetgendev variables
+ * fix lintian errors
+
[Christophe Prud'homme]
- * New upstream release
+ * New upstream release (Closes: #618574)
- A new implementation of the Bowyer-Watson algorithm for Delaunay
tetrahedralization. It is generally faster than the incremental flip
algorithm. From my tests, the flip algorithm usually constructs about
@@ -29,10 +32,9 @@
ratio (set after -q option) is still in use.
- Support the read and write of the legacy VTK file format which can be
visualized by Paraview (see .vtk file format and -K option).
- * update Standard-Version to 3.8.3
* renamed lib version to 1.4 instead of 1.4.x
- -- Christophe Prud'homme <prudhomm at debian.org> Sun, 22 Nov 2009 13:02:09 +0100
+ -- Sylvestre Ledru <sylvestre at debian.org> Thu, 15 Sep 2011 09:50:08 +0200
tetgen (1.4.2-4) UNRELEASED; urgency=low
Modified: packages/tetgen/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/tetgen/trunk/debian/control?rev=43894&op=diff
==============================================================================
--- packages/tetgen/trunk/debian/control (original)
+++ packages/tetgen/trunk/debian/control Thu Sep 15 08:38:13 2011
@@ -1,10 +1,10 @@
Source: tetgen
Priority: extra
Section: non-free/math
-Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm at debian.org>
Build-Depends: debhelper (>= 5), docbook-to-man, quilt
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
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
@@ -13,7 +13,7 @@
Package: tetgen
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A Quality Tetrahedral Mesh Generator
+Description: 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}, ${misc:Depends}
-Description: A Quality Tetrahedral Mesh Generator
+Description: 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
@@ -34,8 +34,8 @@
Package: libtet1.4-dev
Architecture: any
Section: non-free/libdevel
-Depends: libtet1.4 (>= ${source:Upstream-Version}), libtet1.4 (<< ${source:Upstream-Version}+1~), ${misc:Depends}
-Description: A Quality Tetrahedral Mesh Generator
+Depends: libtet1.4 (= ${binary:Version}), ${misc:Depends}
+Description: 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
Modified: packages/tetgen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/tetgen/trunk/debian/rules?rev=43894&op=diff
==============================================================================
--- packages/tetgen/trunk/debian/rules (original)
+++ packages/tetgen/trunk/debian/rules Thu Sep 15 08:38:13 2011
@@ -23,7 +23,9 @@
touch configure-stamp
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: configure-stamp
dh_testdir
More information about the debian-science-commits
mailing list