[getfem] 02/03: Apply cme fix dpkg.

Anton Gladky gladk at moszumanska.debian.org
Fri Mar 4 21:06:48 UTC 2016


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

gladk pushed a commit to branch master
in repository getfem.

commit 099be6a58c8109aa52358174566caa704d8d9357
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Mar 4 21:57:14 2016 +0100

    Apply cme fix dpkg.
---
 debian/control                        | 131 +++++++++++++++-------------------
 debian/patches/02_addgetfempath.diff  |   1 +
 debian/patches/03_disableXaccess.diff |   1 +
 3 files changed, 61 insertions(+), 72 deletions(-)

diff --git a/debian/control b/debian/control
index 6f7a9e0..f80cfc7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,44 +1,39 @@
 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:
- autoconf,
- automake,
- autotools-dev,
- debhelper (>= 9),
- dh-autoreconf,
- dh-python,
- libblas-dev,
- libboost-all-dev,
- libmetis-dev,
- libmumps-seq-dev,
- libmuparser-dev,
- libqhull-dev,
- libsuperlu-dev,
- libtool,
- python-all-dev,
- python-numpy,
- python-scipy,
- scilab [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x !armel],
- scilab-include  [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x !armel]
-Standards-Version: 3.9.6
+Uploaders: Konstantinos Poulios <poulios.konstantinos at gmail.com>,
+           Anton Gladky <gladk at debian.org>
 Section: libs
+Testsuite: autopkgtest
+Priority: extra
+Build-Depends: autoconf,
+               automake,
+               autotools-dev,
+               debhelper (>= 9),
+               dh-autoreconf,
+               dh-python,
+               libblas-dev,
+               libboost-all-dev,
+               libmetis-dev,
+               libmumps-seq-dev,
+               libmuparser-dev,
+               libqhull-dev,
+               libsuperlu-dev,
+               libtool,
+               python-all-dev,
+               python-numpy,
+               python-scipy
+Standards-Version: 3.9.7
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/getfem.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/getfem.git
 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
-XS-Testsuite: autopkgtest
 X-Python-Version: >= 2.5
 
 Package: libgetfem++-dbg
-Section: debug
 Architecture: any
-Depends:
- libgetfem4++v5 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Section: debug
+Depends: libgetfem4++v5 (= ${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,
@@ -48,15 +43,14 @@ Description: Debugging symbols for the GETFEM++ generic finite element library
  binaries included in the GETFEM++ packages.
 
 Package: libgetfem++-dev
-Section: libdevel
 Architecture: any
-Depends:
- libboost-dev,
- libgetfem4++v5 (= ${binary:Version}),
- libgmm++-dev,
- libmuparser-dev [!hurd-i386],
- libsuperlu-dev,
- ${misc:Depends}
+Section: libdevel
+Depends: libboost-dev,
+         libgetfem4++v5 (= ${binary:Version}),
+         libgmm++-dev,
+         libmuparser-dev [!hurd-i386],
+         libsuperlu-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,
@@ -66,13 +60,11 @@ Description: Development files for the GETFEM++ generic finite element library
  GETFEM++ library.
 
 Package: libgetfem4++v5
-Pre-Depends:
- ${misc:Pre-Depends}
-Multi-Arch: same
 Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
+Multi-Arch: same
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Breaks: libgetfem4++
 Replaces: libgetfem4++
 Description: GETFEM++ generic finite element library
@@ -81,12 +73,11 @@ Description: GETFEM++ generic finite element library
  and for arbitrary dimension.
 
 Package: libgmm++-dev
-Section: libdevel
 Architecture: all
-Depends:
- libmumps-dev,
- ${misc:Depends},
- ${shlibs:Depends}
+Section: libdevel
+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.
@@ -96,36 +87,32 @@ Description: Generic C++ template library for sparse, dense and skyline matrices
  are built-in, hence it can be used as a standalone linear algebra library.
 
 Package: python-getfem++
-Section: python
 Architecture: any
-Depends:
- libgetfem4++v5 (= ${binary:Version}),
- python (<<2.8),
- python (>= 2.7),
- python-numpy,
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
-X-Python-Version: current
-Provides:
- ${python:Provides}
+Section: python
+Depends: libgetfem4++v5 (= ${binary:Version}),
+         python (<< 2.8),
+         python (>= 2.7),
+         python-numpy,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+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,
  and for arbitrary dimension.
  .
  This package contains the Python interface to GETFEM++.
+X-Python-Version: current
 
 Package: scilab-getfem++
-Pre-Depends:
- ${misc:Pre-Depends}
-Multi-Arch: same
 Architecture: alpha amd64 armel armhf i386 ia64 mips mipsel powerpc s390 s390x sparc
-Depends:
- libgetfem4++v5 (= ${binary:Version}),
- scilab,
- ${misc:Depends},
- ${shlibs:Depends}
+Multi-Arch: same
+Depends: libgetfem4++v5 (= ${binary:Version}),
+         scilab,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-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/patches/02_addgetfempath.diff b/debian/patches/02_addgetfempath.diff
index e3c2911..32131bc 100644
--- a/debian/patches/02_addgetfempath.diff
+++ b/debian/patches/02_addgetfempath.diff
@@ -1,3 +1,4 @@
+Description: _addgetfempath.diff
 Index: getfem/interface/src/scilab/etc/sci_getfem.start
 ===================================================================
 --- getfem.orig/interface/src/scilab/etc/sci_getfem.start
diff --git a/debian/patches/03_disableXaccess.diff b/debian/patches/03_disableXaccess.diff
index 702e41f..303440e 100644
--- a/debian/patches/03_disableXaccess.diff
+++ b/debian/patches/03_disableXaccess.diff
@@ -1,3 +1,4 @@
+Description: _disableXaccess.diff
 Index: getfem/interface/src/scilab/Makefile.am
 ===================================================================
 --- getfem.orig/interface/src/scilab/Makefile.am

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



More information about the debian-science-commits mailing list