[admesh] 08/17: Add libadmesh1, libadmesh-dev and libadmesh1-dbg binaries.

Anton Gladky gladk at moszumanska.debian.org
Fri May 9 21:40:59 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 81f7590a04fa4ecfea1dcec92b1f4c444e563c72
Author: Anton Gladky <gladk at debian.org>
Date:   Fri May 9 22:18:52 2014 +0200

    Add libadmesh1, libadmesh-dev and libadmesh1-dbg binaries.
---
 debian/admesh.docs           |  3 +-
 debian/admesh.install        |  1 +
 debian/control               | 70 ++++++++++++++++++++++++++++++++++++++++++--
 debian/libadmesh-dev.install |  3 ++
 debian/libadmesh1.install    |  1 +
 5 files changed, 75 insertions(+), 3 deletions(-)

diff --git a/debian/admesh.docs b/debian/admesh.docs
index ce40fac..ee518f3 100644
--- a/debian/admesh.docs
+++ b/debian/admesh.docs
@@ -1 +1,2 @@
-ADMESH.DOC 
+README.md
+admesh-doc.txt
diff --git a/debian/admesh.install b/debian/admesh.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/admesh.install
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/control b/debian/control
index 7c933f5..5eb6416 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/admesh.
 
 Package: admesh
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ libadmesh1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: geomview, gmsh, paraview
-Description: Tool for processing triangulated solid meshes
+Description: Tool for processing triangulated solid meshes. Binary
  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.
@@ -22,3 +23,68 @@ Description: Tool for processing triangulated solid meshes
  nearby facets. Repair normal directions
  (i.e. facets should be CCW) Remove degenerate
  facets (i.e. facets with 2 or more vertices equal)
+
+Package: libadmesh1
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+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.
+ Some features of admesh are: Fill holes in the mesh
+ by adding facets. Repair facets by connecting
+ nearby facets. Repair normal directions
+ (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
+Architecture: any
+Section: libdevel
+Pre-Depends:
+ ${misc:Pre-Depends}
+Multi-Arch: same
+Depends:
+ libadmesh1 (= ${binary:Version}),
+ ${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.
+ Some features of admesh are: Fill holes in the mesh
+ by adding facets. Repair facets by connecting
+ nearby facets. Repair normal directions
+ (i.e. facets should be CCW) Remove degenerate
+ facets (i.e. facets with 2 or more vertices equal)
+ .
+ The package contains development files.
+ 
+Package: libadmesh1-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Pre-Depends:
+ ${misc:Pre-Depends}
+Multi-Arch: same
+Depends:
+ libadmesh1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Tool for processing triangulated solid meshes.  Debugging symbols
+ 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.
+ Some features of admesh are: Fill holes in the mesh
+ by adding facets. Repair facets by connecting
+ nearby facets. Repair normal directions
+ (i.e. facets should be CCW) Remove degenerate
+ facets (i.e. facets with 2 or more vertices equal)
+ .
+ The package contains debugging symbols.
diff --git a/debian/libadmesh-dev.install b/debian/libadmesh-dev.install
new file mode 100644
index 0000000..508bd82
--- /dev/null
+++ b/debian/libadmesh-dev.install
@@ -0,0 +1,3 @@
+usr/include/admesh/*
+usr/lib/*/*.so
+usr/lib/*/pkgconfig/*
diff --git a/debian/libadmesh1.install b/debian/libadmesh1.install
new file mode 100644
index 0000000..3de3b10
--- /dev/null
+++ b/debian/libadmesh1.install
@@ -0,0 +1 @@
+usr/lib/*/*.so.*

-- 
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