[getdp] 08/20: run wrap-and-sort
Mattia Rizzolo
mattia at debian.org
Fri Feb 12 19:58:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository getdp.
commit f255188ffdccd39571cca20884b48a785a9f8271
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Feb 12 16:12:32 2016 +0000
run wrap-and-sort
---
debian/control | 38 ++++++++++++++++++++++----------------
debian/copyright | 6 ++----
debian/getdp-sparskit.install | 2 +-
debian/getdp.install | 6 ++----
4 files changed, 27 insertions(+), 25 deletions(-)
diff --git a/debian/control b/debian/control
index e914675..1409751 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,21 @@ Source: getdp
Section: math
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
-Build-Depends: debhelper (>= 9), cmake,
- gfortran, mpi-default-dev,
- python-dev (>= 2.6.6-3~), swig2.0,
- libarpack2-dev, libgsl0-dev,
- libpetsc3.6.1-dev, libslepc3.6.1-dev,
- texlive, texlive-generic-recommended
-# gmsh-tetgen | gmsh,
-# libgmsh-tetgen-dev | libgmsh-dev,
-#
-# comment out to avoid FTBS on sid
-#texinfo, install-info
+Uploaders:
+ Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>,
+Build-Depends:
+ cmake,
+ debhelper (>= 9),
+ gfortran,
+ libarpack2-dev,
+ libgsl0-dev,
+ libpetsc3.6.1-dev,
+ libslepc3.6.1-dev,
+ mpi-default-dev,
+ python-dev (>= 2.6.6-3~),
+ swig2.0,
+ texlive,
+ texlive-generic-recommended,
X-Python-Version: current
Standards-Version: 3.9.5
Homepage: http://www.geuz.org/getdp
@@ -22,7 +25,10 @@ Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/getdp/trunk/
Package: getdp
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
+Depends:
+ dpkg (>= 1.15.4) | install-info,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: general environment for the treatment of discrete problems
GetDP is a general finite element solver using mixed elements to
discretize de Rham-type complexes in one, two and three dimensions.
@@ -36,7 +42,9 @@ Description: general environment for the treatment of discrete problems
Package: getdp-sparskit
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: general environment for the treatment of discrete problems
GetDP is a general finite element solver using mixed elements to
discretize de Rham-type complexes in one, two and three dimensions.
@@ -49,5 +57,3 @@ Description: general environment for the treatment of discrete problems
capabilities: http://www.geuz.org/getdp
.
Getdp is compiled with SPARSKIT support
-
-
diff --git a/debian/copyright b/debian/copyright
index 4877bb8..93a5d96 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,7 +14,7 @@ Copyright:
License:
- /usr/share/common-licenses/GPL-2
+ /usr/share/common-licenses/GPL-2
File: Common/GmshSocket.h:
@@ -42,7 +42,7 @@ License:
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of the University of California not
- be used in advertising or publicity pertaining to distribution of
+ be used in advertising or publicity pertaining to distribution of
the software without specific, written prior permission. The University
of California makes no representations about the suitability of this
software for any purpose. It is provided "as is" without express or
@@ -58,5 +58,3 @@ License: /usr/share/common-licenses/GPL-2
The Debian packaging is (C) 2009, Christophe Trophime <christophe.trophime at grenoble.cnrs.fr> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
-
diff --git a/debian/getdp-sparskit.install b/debian/getdp-sparskit.install
index 1ce63e1..f760181 100644
--- a/debian/getdp-sparskit.install
+++ b/debian/getdp-sparskit.install
@@ -1,2 +1,2 @@
-debian/getdp-sparskit.1 usr/share/man/man1
debian/build/sparskit/getdp-sparskit usr/bin
+debian/getdp-sparskit.1 usr/share/man/man1
diff --git a/debian/getdp.install b/debian/getdp.install
index 6e30962..8885fc9 100644
--- a/debian/getdp.install
+++ b/debian/getdp.install
@@ -1,7 +1,5 @@
+#debian/tmp/usr/share/info/getdp*
debian/tmp/usr/bin/getdp
debian/tmp/usr/share/man/man1/getdp.1
-#debian/tmp/usr/share/info/getdp*
-
-doc/getdp.html usr/share/doc/getdp
demos usr/share/doc/getdp
-
+doc/getdp.html usr/share/doc/getdp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git
More information about the debian-science-commits
mailing list