[admesh] 04/05: Use wrap-and-sort.

Anton Gladky gladk at moszumanska.debian.org
Sun Sep 28 23:06:43 UTC 2014


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

gladk pushed a commit to branch master
in repository admesh.

commit 4e7f02d47f19cd92ddff3ab3b85b0366069c4472
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Sep 29 01:01:06 2014 +0200

    Use wrap-and-sort.
---
 debian/control | 52 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index b14a17f..faa21c8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,11 @@ Source: admesh
 Section: math
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf
+Uploaders:
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf
 Standards-Version: 3.9.6
 Homepage: https://github.com/admesh/admesh
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/admesh.git
@@ -13,10 +16,15 @@ XS-Testsuite: autopkgtest
 Package: admesh
 Architecture: any
 Depends:
- libadmesh1 (= ${binary:Version}), 
+ libadmesh1 (= ${binary:Version}),
  ${misc:Depends},
- ${shlibs:Depends} 
-Recommends: geomview, gmsh, paraview, python-admesh, python3-admesh
+ ${shlibs:Depends}
+Recommends:
+ geomview,
+ gmsh,
+ paraview,
+ python-admesh,
+ python3-admesh
 Description: Tool for processing triangulated solid meshes. Binary
  Currently, ADMesh only reads the STL file
  format that is used for rapid prototyping applications,
@@ -27,15 +35,18 @@ Description: Tool for processing triangulated solid meshes. Binary
  (i.e. facets should be CCW) Remove degenerate
  facets (i.e. facets with 2 or more vertices equal)
 
-Package: libadmesh1
+Package: libadmesh-dev
 Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
+Section: libdevel
 Pre-Depends:
  ${misc:Pre-Depends}
 Multi-Arch: same
-Description: Tool for processing triangulated solid meshes. Shared library
+Depends:
+ libadmesh1 (= ${binary:Version}),
+ pkg-config,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Tool for processing triangulated solid meshes. Development files
  Currently, ADMesh only reads the STL file
  format that is used for rapid prototyping applications,
  although it can write STL, VRML, OFF, and DXF files.
@@ -45,20 +56,17 @@ Description: Tool for processing triangulated solid meshes. Shared library
  (i.e. facets should be CCW) Remove degenerate
  facets (i.e. facets with 2 or more vertices equal)
  .
- The package contains shared library.
- 
-Package: libadmesh-dev
+ The package contains development files.
+
+Package: libadmesh1
 Architecture: any
-Section: libdevel
-Pre-Depends:
- ${misc:Pre-Depends}
-Multi-Arch: same
 Depends:
- libadmesh1 (= ${binary:Version}),
- pkg-config,
  ${misc:Depends},
  ${shlibs:Depends}
-Description: Tool for processing triangulated solid meshes. Development files
+Pre-Depends:
+ ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Tool for processing triangulated solid meshes. Shared library
  Currently, ADMesh only reads the STL file
  format that is used for rapid prototyping applications,
  although it can write STL, VRML, OFF, and DXF files.
@@ -68,8 +76,8 @@ Description: Tool for processing triangulated solid meshes. Development files
  (i.e. facets should be CCW) Remove degenerate
  facets (i.e. facets with 2 or more vertices equal)
  .
- The package contains development files.
- 
+ The package contains shared library.
+
 Package: libadmesh1-dbg
 Architecture: any
 Section: debug

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



More information about the debian-science-commits mailing list