[tetgen] 14/15: Use wrap-and-sort.

Anton Gladky gladk at moszumanska.debian.org
Tue Jan 28 22:13:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository tetgen.

commit 90e983534aeacfe8862be9d77346d3bc94598843
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jan 28 23:06:10 2014 +0100

    Use wrap-and-sort.
---
 debian/control        | 39 +++++++++++++++++++++++++--------------
 debian/tetgen.install |  4 ++--
 2 files changed, 27 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index fe4e584..72437a6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,30 +2,27 @@ Source: tetgen
 Priority: extra
 Section: math
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9), docbook-to-man, cmake
+Uploaders:
+ Christophe Prud'homme <prudhomm at debian.org>,
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ cmake,
+ debhelper (>= 9),
+ docbook-to-man
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/tetgen.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/tetgen.git
 Homepage: http://www.tetgen.org/
 
-Package: tetgen
-Multi-Arch: foreign
-Architecture: any
-Depends: ${shlibs:Depends}, ${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
- domains with piecewise linear boundary.
-
 Package: libtet1.5
 Architecture: any
 Multi-Arch: same
 Pre-Depends:
  ${misc:Pre-Depends}
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs: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
@@ -38,7 +35,9 @@ Package: libtet1.5-dev
 Architecture: any
 Section: libdevel
 Multi-Arch: foreign
-Depends: libtet1.5 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libtet1.5 (= ${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
@@ -46,3 +45,15 @@ Description: Quality Tetrahedral Mesh Generator
  domains with piecewise linear boundary.
  .
  This package provides header file.
+
+Package: tetgen
+Multi-Arch: foreign
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs: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
+ domains with piecewise linear boundary.
diff --git a/debian/tetgen.install b/debian/tetgen.install
index 1823e45..050261c 100644
--- a/debian/tetgen.install
+++ b/debian/tetgen.install
@@ -1,3 +1,3 @@
-usr/bin/tetgen
-tetgen.1 usr/share/man/man1
 example.poly usr/share/doc/tetgen/examples
+tetgen.1 usr/share/man/man1
+usr/bin/tetgen

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tetgen.git



More information about the debian-science-commits mailing list