[SCM] Packaging for getfem++ branch, master, updated. debian/4.2+dfsg1-1-11-gb894e1a

Anton Gladky gladky.anton at gmail.com
Sun Jun 30 21:41:26 UTC 2013


The following commit has been merged in the master branch:
commit ad44188cdfe27d80283530fa68dda9f0babd645b
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Jun 30 19:06:10 2013 +0200

    Use wrap-and-sort.

diff --git a/debian/control b/debian/control
index 9cd0998..d3e8245 100644
--- a/debian/control
+++ b/debian/control
@@ -1,36 +1,41 @@
 Source: getfem++
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Konstantinos Poulios <poulios.konstantinos at gmail.com>,
-    Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9),
-    autotools-dev, libtool, automake, autoconf,
-    libblas-dev, libboost-dev, libqhull-dev,
-    libsuperlu3-dev, libmumps-seq-dev [!s390x], libmuparser-dev [!hurd-i386],
-    python-numpy, python-scipy, python-all-dev, python-support (>= 1.0.4),
-    scilab-include  [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x],
-    scilab [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x],
-    dh-autoreconf
+Uploaders:
+ Konstantinos Poulios <poulios.konstantinos at gmail.com>,
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ autoconf,
+ automake,
+ autotools-dev,
+ debhelper (>= 9),
+ dh-autoreconf,
+ libblas-dev,
+ libboost-dev,
+ libmumps-seq-dev [!s390x],
+ libmuparser-dev [!hurd-i386],
+ libqhull-dev,
+ libsuperlu3-dev,
+ libtool,
+ python-all-dev,
+ python-numpy,
+ python-scipy,
+ python-support (>= 1.0.4),
+ scilab [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x],
+ scilab-include  [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x]
 Standards-Version: 3.9.4
 Section: libs
 Homepage: http://home.gna.org/getfem/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/getfem.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/getfem.git
 
-Package: libgetfem4++
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: GETFEM++ generic finite element library
- GETFEM++ is a library allowing the computation of any elementary matrix (even
- for mixed finite element methods) on the largest class of methods and elements,
- and for arbitrary dimension.
-
 Package: libgetfem++-dbg
 Section: debug
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgetfem4++ (= ${binary:Version})
+Depends:
+ libgetfem4++ (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: Debugging symbols for the GETFEM++ generic finite element library
  GETFEM++ is a library allowing the computation of any elementary matrix (even
  for mixed finite element methods) on the largest class of methods and elements,
@@ -42,8 +47,13 @@ Description: Debugging symbols for the GETFEM++ generic finite element library
 Package: libgetfem++-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libgetfem4++ (= ${binary:Version}), libboost-dev,
-    libgmm++-dev, libsuperlu3-dev, libmuparser-dev [!hurd-i386]
+Depends:
+ libboost-dev,
+ libgetfem4++ (= ${binary:Version}),
+ libgmm++-dev,
+ libmuparser-dev [!hurd-i386],
+ libsuperlu3-dev,
+ ${misc:Depends}
 Description: Development files for the GETFEM++ generic finite element library
  GETFEM++ is a library allowing the computation of any elementary matrix (even
  for mixed finite element methods) on the largest class of methods and elements,
@@ -52,10 +62,26 @@ Description: Development files for the GETFEM++ generic finite element library
  This package contains development files for building software that uses the
  GETFEM++ library.
 
+Package: libgetfem4++
+Pre-Depends:
+ ${misc:Pre-Depends}
+Multi-Arch: same
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: GETFEM++ generic finite element library
+ GETFEM++ is a library allowing the computation of any elementary matrix (even
+ for mixed finite element methods) on the largest class of methods and elements,
+ and for arbitrary dimension.
+
 Package: libgmm++-dev
 Section: libdevel
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmumps-dev
+Depends:
+ libmumps-dev,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: Generic C++ template library for sparse, dense and skyline matrices
  GMM++ is a framework of pre-defined methods for matrix computation. It is built
  as a set of generic algorithms for any interfaced vector type or matrix type.
@@ -67,11 +93,17 @@ Description: Generic C++ template library for sparse, dense and skyline matrices
 Package: python-getfem++
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
-    libgetfem4++ (= ${binary:Version}), python-numpy, 
-    python (>= 2.7), python (<<2.8)
+Depends:
+ libgetfem4++ (= ${binary:Version}),
+ python (<<2.8),
+ python (>= 2.7),
+ python-numpy,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
 X-Python-Version: current
-Provides: ${python:Provides}
+Provides:
+ ${python:Provides}
 Description: Python interface to the GETFEM++ generic finite element library
  GETFEM++ is a library allowing the computation of any elementary matrix (even
  for mixed finite element methods) on the largest class of methods and elements,
@@ -80,11 +112,15 @@ Description: Python interface to the GETFEM++ generic finite element library
  This package contains the Python interface to GETFEM++.
 
 Package: scilab-getfem++
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends}
 Multi-Arch: same
 Architecture: alpha amd64 armel armhf i386 ia64 mips mipsel powerpc s390 s390x sparc
-Depends: ${shlibs:Depends}, ${misc:Depends},
-    libgetfem4++ (= ${binary:Version}), scilab
+Depends:
+ libgetfem4++ (= ${binary:Version}),
+ scilab,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: Scilab interface to the GETFEM++ generic finite element library
  GETFEM++ is a library allowing the computation of any elementary matrix (even
  for mixed finite element methods) on the largest class of methods and elements,
diff --git a/debian/libgetfem++-dev.install b/debian/libgetfem++-dev.install
index 588f321..ac8247e 100644
--- a/debian/libgetfem++-dev.install
+++ b/debian/libgetfem++-dev.install
@@ -1,6 +1,6 @@
+
 usr/bin/getfem-config
 usr/include/getfem
 usr/include/getfem_boost
-usr/lib/*/libgetfem.so
 usr/lib/*/libgetfem.a
-
+usr/lib/*/libgetfem.so
diff --git a/debian/python-getfem++.install b/debian/python-getfem++.install
index 3fb9379..adf77c5 100644
--- a/debian/python-getfem++.install
+++ b/debian/python-getfem++.install
@@ -1,2 +1,2 @@
-usr/lib/python*/*-packages/getfem/*.so
 usr/lib/python*/*-packages/getfem/*.py
+usr/lib/python*/*-packages/getfem/*.so

-- 
Packaging for getfem++



More information about the debian-science-commits mailing list