[gmsh] 02/03: Use wrap-and-sort.

Anton Gladky gladk at alioth.debian.org
Mon Oct 14 21:51:00 UTC 2013


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

gladk pushed a commit to branch master
in repository gmsh.

commit 7df1e36ab5c69b63052badb68bf62e91d3a8c18d
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Oct 14 21:59:10 2013 +0200

    Use wrap-and-sort.
---
 debian/control   |  169 ++++++++++++++++++++++++++----------------------------
 debian/copyright |   28 ++++-----
 2 files changed, 96 insertions(+), 101 deletions(-)

diff --git a/debian/control b/debian/control
index 8653bf3..a1aa327 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,42 @@ Source: gmsh
 Section: math
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Christophe Prud'homme <prudhomm at debian.org>,
+Uploaders:
+ Christophe Prud'homme <prudhomm at debian.org>,
  Anton Gladky <gladk at debian.org>,
  Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
-Build-Depends: debhelper (>= 9), cmake, gfortran, libgl1-mesa-dev,
- libglu1-mesa-dev, libfltk1.3-dev (>=1.1.7),
- libpng-dev, libjpeg-dev, zlib1g-dev, texlive, texinfo,
- mpi-default-dev,
- libgmm++-dev [!hurd-i386 !s390x],
- liboce-modeling-dev, liboce-visualization-dev, liboce-ocaf-dev, oce-draw,
+Build-Depends:
+ chrpath,
+ cmake,
+ debhelper (>= 9),
+ default-jdk,
+ freeglut3-dev,
+ gfortran,
+ javahelper,
+ libann-dev,
+ libblas-dev,
  libcgns-dev (>= 3.1.3.2),
- libmed-dev (>= 2.3.6), libmedc-dev (>= 2.3.6), 
+ libfltk1.3-dev (>=1.1.7),
+ libgl1-mesa-dev,
+ libgl2ps-dev,
+ libglu1-mesa-dev,
+ libgmm++-dev [!hurd-i386 !s390x],
  libhdf5-mpi-dev (>= 1.8.8) [alpha amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc],
- libblas-dev, liblapack-dev, libgl2ps-dev, freeglut3-dev,
- python-dev (>= 2.6.6-3~), swig2.0,
- chrpath, libann-dev,
- javahelper, default-jdk
+ libjpeg-dev,
+ liblapack-dev,
+ libmed-dev (>= 2.3.6),
+ libmedc-dev (>= 2.3.6),
+ liboce-modeling-dev,
+ liboce-ocaf-dev,
+ liboce-visualization-dev,
+ libpng-dev,
+ mpi-default-dev,
+ oce-draw,
+ python-dev (>= 2.6.6-3~),
+ swig2.0,
+ texinfo,
+ texlive,
+ zlib1g-dev
 Standards-Version: 3.9.4
 X-Python-Version: current
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/gmsh.git
@@ -25,9 +45,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/gmsh.gi
 Homepage: http://www.geuz.org/gmsh/
 
 Package: gmsh
-Architecture: amd64 i386 armel armhf ia64 powerpc s390 s390x sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-bin
-Recommends: gmsh-doc
+Architecture: amd64 armel armhf i386 ia64 powerpc s390 s390x sparc
+Depends:
+ mpi-default-bin,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends:
+ gmsh-doc
 Description: Three-dimensional finite element mesh generator
  Gmsh is an automatic 3D finite element mesh generator (primarily
  Delaunay) with build-in CAD and post-processing facilities. Its
@@ -43,39 +67,18 @@ Description: Three-dimensional finite element mesh generator
  See Gmsh's reference manual for a more thorough overview of Gmsh's
  capabilities.
 
-Package: libgmsh2
-Architecture: amd64 i386 armel armhf ia64 powerpc s390 s390x sparc
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: gmsh (<< 2.6.0.dfsg-3), libjava-gmsh2 (<<2.7.1.dfsg-1)
-Breaks: gmsh (<< 2.6.0.dfsg-3), libjava-gmsh2 (<<2.7.1.dfsg-1)
-Recommends: gmsh
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Description: Three-dimensional finite element mesh generator. Shared library
- Gmsh is an automatic 3D finite element mesh generator (primarily
- Delaunay) with build-in CAD and post-processing facilities. Its
- design goal is to provide a simple meshing tool for academic test
- cases with parametric input and up to date visualization
- capabilities.
- .
- Gmsh is built around four modules: geometry, mesh, solver and
- post-processing. The specification of any input to these modules is
- done either interactively using the graphical user interface or in
- ASCII text files using Gmsh's own scripting language.
- .
- See Gmsh's reference manual for a more thorough overview of Gmsh's
- capabilities.
- .
- The package contains a shared library.
-
 Package: libgmsh-dev
-Architecture: amd64 i386 armel armhf ia64 powerpc s390 s390x sparc
+Architecture: amd64 armel armhf i386 ia64 powerpc s390 s390x sparc
 Section: libdevel
-Replaces: gmsh (<< 2.6.0.dfsg-3)
-Breaks: gmsh (<< 2.6.0.dfsg-3)
-Recommends: gmsh
-Depends: libgmsh2 (= ${binary:Version}), libjava-gmsh2 (= ${binary:Version}),
+Replaces:
+ gmsh (<< 2.6.0.dfsg-3)
+Breaks:
+ gmsh (<< 2.6.0.dfsg-3)
+Recommends:
+ gmsh
+Depends:
+ libgmsh2 (= ${binary:Version}),
+ libjava-gmsh2 (= ${binary:Version}),
  ${misc:Depends}
 Multi-Arch: foreign
 Description: Three-dimensional finite element mesh generator. Development files
@@ -95,41 +98,24 @@ Description: Three-dimensional finite element mesh generator. Development files
  .
  The package contains development files.
 
-Package: gmsh-doc
-Section: doc
-Architecture: all
-Replaces: gmsh (<< 2.6.0.dfsg-3)
-Breaks: gmsh (<< 2.6.0.dfsg-3)
-Recommends: gmsh
-Depends: ${misc:Depends} 
-Multi-Arch: foreign
-Description: Three-dimensional finite element mesh generator. Documentation
- Gmsh is an automatic 3D finite element mesh generator (primarily
- Delaunay) with build-in CAD and post-processing facilities. Its
- design goal is to provide a simple meshing tool for academic test
- cases with parametric input and up to date visualization
- capabilities.
- .
- Gmsh is built around four modules: geometry, mesh, solver and
- post-processing. The specification of any input to these modules is
- done either interactively using the graphical user interface or in
- ASCII text files using Gmsh's own scripting language.
- .
- See Gmsh's reference manual for a more thorough overview of Gmsh's
- capabilities.
- .
- The package contains documentation and examples.
- 
-Package: python-gmsh
-Section: python
-Architecture: amd64 i386 armel armhf ia64 powerpc s390 s390x sparc
-Replaces: gmsh (<< 2.6.0.dfsg-3)
-Breaks: gmsh (<< 2.6.0.dfsg-3)
-Recommends: gmsh
-Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7), python (<<2.8), 
-  libgmsh2 (= ${binary:Version})
-Description: Three-dimensional finite element mesh generator. Python wrapper
+Package: libgmsh2
+Architecture: amd64 armel armhf i386 ia64 powerpc s390 s390x sparc
+Section: libs
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Replaces:
+ gmsh (<< 2.6.0.dfsg-3),
+ libjava-gmsh2 (<<2.7.1.dfsg-1)
+Breaks:
+ gmsh (<< 2.6.0.dfsg-3),
+ libjava-gmsh2 (<<2.7.1.dfsg-1)
+Recommends:
+ gmsh
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends}
+Description: Three-dimensional finite element mesh generator. Shared library
  Gmsh is an automatic 3D finite element mesh generator (primarily
  Delaunay) with build-in CAD and post-processing facilities. Its
  design goal is to provide a simple meshing tool for academic test
@@ -144,15 +130,22 @@ Description: Three-dimensional finite element mesh generator. Python wrapper
  See Gmsh's reference manual for a more thorough overview of Gmsh's
  capabilities.
  .
- This package contains the Python wrappers for gmsh
- 
+ The package contains a shared library.
+
 Package: libjava-gmsh2
 Section: java
-Architecture: amd64 i386 armel armhf ia64 powerpc s390 s390x sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgmsh2 (= ${binary:Version})
+Architecture: amd64 armel armhf i386 ia64 powerpc s390 s390x sparc
+Replaces:
+ gmsh (<< 2.6.0.dfsg-3)
+Breaks:
+ gmsh (<< 2.6.0.dfsg-3)
+Recommends:
+ gmsh
+Depends:
+ libgmsh2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Multi-Arch: foreign
-Pre-Depends: ${misc:Pre-Depends}
-Recommends: gmsh
 Description: Three-dimensional finite element mesh generator. Java wrapper
  Gmsh is an automatic 3D finite element mesh generator (primarily
  Delaunay) with build-in CAD and post-processing facilities. Its
@@ -169,3 +162,5 @@ Description: Three-dimensional finite element mesh generator. Java wrapper
  capabilities.
  .
  This package contains the Java wrappers for gmsh
+Pre-Depends:
+ ${misc:Pre-Depends}
diff --git a/debian/copyright b/debian/copyright
index ae51e90..2b425f6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,11 +9,11 @@ License: GPL-2+, with the following exception:
  with code included in the standard release of TetGen (from Hang Si),
  Netgen (from Joachim Sch"oberl), Chaco (from Bruce Hendrickson and
  Robert Leland at Sandia National Laboratories), METIS (from
- George Karypis at the University of Minnesota) and OpenCASCADE (from 
- Open CASCADE S.A.S) under their respective licenses. You may copy 
- and distribute such a system following the terms of the GNU GPL 
- for Gmsh and the licenses of the other code concerned, provided 
- that you include the source code of that other code when and as the 
+ George Karypis at the University of Minnesota) and OpenCASCADE (from
+ Open CASCADE S.A.S) under their respective licenses. You may copy
+ and distribute such a system following the terms of the GNU GPL
+ for Gmsh and the licenses of the other code concerned, provided
+ that you include the source code of that other code when and as the
  GNU GPL requires distribution of source code.
  .
  Note that people who make modified versions of Gmsh are not
@@ -57,19 +57,19 @@ License: LGPL-2.1
  defined as Gmsh_printf to write through a Gmsh Msg::Info.  All other
  modifications are tagged by 'Gmsh' and 'Gmsh - end'
  .
- On Debian systems, the full text of the GNU LESSER GENERAL PUBLIC 
+ On Debian systems, the full text of the GNU LESSER GENERAL PUBLIC
  LICENSE version 2.1 can be found in the file
  `/usr/share/common-licenses/LGPL-2.1'.
 
 Files: contrib/Netgen/*
-Copyright: 1997-2011 Dr. Joachim Schöberl <js at jku.at> 
+Copyright: 1997-2011 Dr. Joachim Schöberl <js at jku.at>
 License: LGPL-2.1
- On Debian systems, the full text of the GNU LESSER GENERAL PUBLIC 
+ On Debian systems, the full text of the GNU LESSER GENERAL PUBLIC
  LICENSE version 2.1 can be found in the file
  `/usr/share/common-licenses/LGPL-2.1'.
 
 Files: contrib/blossom/*
-Copyright: 1997-2011 Prof. Cook <bico at isye.gatech.edu> 
+Copyright: 1997-2011 Prof. Cook <bico at isye.gatech.edu>
 License: other
  Free to use for both academic and non-academic work.
  Concorde license is granted only for use within the Gmsh system.
@@ -77,7 +77,7 @@ License: other
  For more informatoin, please, refer contrib/blossom/README.txt
 
 Files: contrib/voro++/*
-Copyright: 2008 The Regents of the University of California 
+Copyright: 2008 The Regents of the University of California
 License: other
  Voro++ Copyright (c) 2008, The Regents of the University of California, through
  Lawrence Berkeley National Laboratory (subject to receipt of any required
@@ -91,12 +91,12 @@ License: other
  .
  (2) Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution. 
+ and/or other materials provided with the distribution.
  .
  (3) Neither the name of the University of California, Lawrence Berkeley
  National Laboratory, U.S. Dept. of Energy nor the names of its contributors may
  be used to endorse or promote products derived from this software without
- specific prior written permission. 
+ specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -107,7 +107,7 @@ License: other
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  .
  You are under no obligation whatsoever to provide any bug fixes, patches, or
  upgrades to the features, functionality or performance of the source code
@@ -120,7 +120,7 @@ License: other
  such enhancements or derivative works thereof, in binary and source code form.
 
 Files: contrib/rtree/*
-Copyright: 1983 Antonin Guttman, UC Berkely 
+Copyright: 1983 Antonin Guttman, UC Berkely
            1983 Michael Stonebraker, UC Berkely
            1994 Melinda Green <melinda at superliminal.com>
            1995 Paul Brook

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



More information about the debian-science-commits mailing list