[feel++] 01/02: Run wrap-and-sort

Mattia Rizzolo mattia at debian.org
Sun Feb 14 23:31:14 UTC 2016


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

mattia pushed a commit to branch master
in repository feel++.

commit 68bcaa63ba375c4b2a0213f336bdff67cc2b73ff
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Feb 14 23:10:47 2016 +0000

    Run wrap-and-sort
---
 debian/changelog             |   6 +++
 debian/control               | 120 ++++++++++++++++++++++++++++++-------------
 debian/docs                  |   2 +-
 debian/feel++-apps.install   |   8 +--
 debian/feel++-doc.install    |   4 +-
 debian/libfeel++-dev.install |   2 +-
 debian/libfeel++1.install    |   2 +-
 7 files changed, 100 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8172806..69f36b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+feel++ (1:0.99.0-final.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+
+ -- Mattia Rizzolo <mattia at debian.org>  Sun, 14 Feb 2016 23:07:24 +0000
+
 feel++ (1:0.99.0-final.1-1) unstable; urgency=low
 
   * new upstream release
diff --git a/debian/control b/debian/control
index 5707c81..41b0bf4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,32 +2,51 @@ Source: feel++
 Section: science
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: cdbs, quilt, debhelper (>= 7), cmake (>=2.6), g++ (>=4.8), clang-3.5, gfortran (>=4.5),
-	       chrpath,
-	       libboost-all-dev, libboost-mpi-dev,
-	       mpi-default-dev[!hurd-i386], mpi-default-bin[!hurd-i386],
-	       libeigen3-dev, libcln-dev,
-	       libslepc3.4.2-dev,
-	       libhdf5-mpi-dev,
-	       libxml2-dev,
-	       libgmsh-dev, gmsh,
-	       bison,flex,
-	       doxygen, doxygen-latex,
-	       transfig,imagemagick,
-	       libtbb-dev[amd64 i386],
-	       libann-dev, libglpk-dev
+Uploaders:
+ Christophe Prud'homme <prudhomm at debian.org>,
+Build-Depends:
+ bison,
+ cdbs,
+ chrpath,
+ clang-3.5,
+ cmake (>=2.6),
+ debhelper (>= 7),
+ doxygen,
+ doxygen-latex,
+ flex,
+ g++ (>=4.8),
+ gfortran (>=4.5),
+ gmsh,
+ imagemagick,
+ libann-dev,
+ libboost-all-dev,
+ libboost-mpi-dev,
+ libcln-dev,
+ libeigen3-dev,
+ libglpk-dev,
+ libgmsh-dev,
+ libhdf5-mpi-dev,
+ libslepc3.4.2-dev,
+ libtbb-dev[amd64 i386],
+ libxml2-dev,
+ mpi-default-bin[!hurd-i386],
+ mpi-default-dev[!hurd-i386],
+ quilt,
+ transfig,
 Standards-Version: 3.9.4
 Homepage: http://www.feelpp.org
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/feel++/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/feel++/trunk
 
-
 Package: libfeel++1
 Section: libs
 Architecture: amd64 i386 ia64 powerpc sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, gmsh
-Replaces: liblife
+Depends:
+ gmsh,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Replaces:
+ liblife,
 Description: A library for the finite element method
  Provides the dynamic Feel++ libraries.
  .
@@ -60,19 +79,35 @@ Description: A library for the finite element method
  Provide a language embedded in C++ for variational formulations,
  projection and numerical integration
 
-
 Package: libfeel++-dev
 Section: libdevel
 Architecture: amd64 i386 ia64 powerpc sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-dev, libfeel++1 (= ${binary:Version}), libvtk5-dev,
-	 libboost-all-dev, libboost-mpi-dev,
-	 mpi-default-dev, mpi-default-bin, libgmsh-dev,
-	 libeigen3-dev, libcln-dev,
-	 libslepc3.4.2-dev,
-	 libvtk5-dev, libxml2-dev, libtbb-dev [amd64 i386],
-         libopenturns-dev, libann-dev, libglpk-dev
-Suggests: feel++-doc, libfeel++-dbg, doxygen, cmake, cmake-curses-gui
-Replaces: liblife-dev
+Depends:
+ libann-dev,
+ libboost-all-dev,
+ libboost-mpi-dev,
+ libcln-dev,
+ libeigen3-dev,
+ libfeel++1 (= ${binary:Version}),
+ libglpk-dev,
+ libgmsh-dev,
+ libopenturns-dev,
+ libslepc3.4.2-dev,
+ libtbb-dev [amd64 i386],
+ libvtk5-dev,
+ libxml2-dev,
+ mpi-default-bin,
+ mpi-default-dev,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ cmake,
+ cmake-curses-gui,
+ doxygen,
+ feel++-doc,
+ libfeel++-dbg,
+Replaces:
+ liblife-dev,
 Description: A library for the finite element method
  Provides the header files and static libraries.
  .
@@ -108,8 +143,14 @@ Description: A library for the finite element method
 Package: libfeel++-dbg
 Section: debug
 Architecture: amd64 i386 ia64 powerpc sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-dev, libfeel++-dev, libtbb2-dbg [amd64 i386]
-Replaces: liblife-dbg
+Depends:
+ libfeel++-dev,
+ libtbb2-dbg [amd64 i386],
+ mpi-default-dev,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Replaces:
+ liblife-dbg,
 Description: A library for the finite element method
  Feel++ is a versatile finite element library to solve partial
  differential equations
@@ -143,9 +184,16 @@ Description: A library for the finite element method
 Package: feel++-apps
 Section: science
 Architecture: amd64 i386 ia64 powerpc sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfeel++1 (= ${binary:Version}), libfeel++-dev (= ${binary:Version}), gmsh
-Recommends: paraview
-Replaces: life-apps
+Depends:
+ gmsh,
+ libfeel++-dev (= ${binary:Version}),
+ libfeel++1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ paraview,
+Replaces:
+ life-apps,
 Description: A library for the finite element method
  Provides some applications codes(source and executables) such
  as laplacian with cG and dG methods, stokes, heat transfer, solid
@@ -183,8 +231,10 @@ Description: A library for the finite element method
 Package: feel++-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Replaces: life-doc
+Depends:
+ ${misc:Depends},
+Replaces:
+ life-doc,
 Description: A library for the finite element method
  Provides the documentation for the Feel++ library : a user
  guide including a tutorial and the api documentation generated by
diff --git a/debian/docs b/debian/docs
index 95d343e..c369235 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,3 @@
-ChangeLog
 COPYING.md
+ChangeLog
 README.md
diff --git a/debian/feel++-apps.install b/debian/feel++-apps.install
index 743d5d7..fa55be5 100644
--- a/debian/feel++-apps.install
+++ b/debian/feel++-apps.install
@@ -1,5 +1,5 @@
-debian/tmp/usr/bin/feelpp_qs*        /usr/bin
-debian/tmp/usr/bin/feelpp_ls*        /usr/bin
-#debian/tmp/usr/share/*      /usr/share
-#debian/tmp/usr/lib/openturns      /usr/lib
 #debian/tmp/usr/lib/octave      /usr/lib
+#debian/tmp/usr/lib/openturns      /usr/lib
+#debian/tmp/usr/share/*      /usr/share
+debian/tmp/usr/bin/feelpp_ls*        /usr/bin
+debian/tmp/usr/bin/feelpp_qs*        /usr/bin
diff --git a/debian/feel++-doc.install b/debian/feel++-doc.install
index bd295fa..232cd26 100644
--- a/debian/feel++-doc.install
+++ b/debian/feel++-doc.install
@@ -1,3 +1,3 @@
-debian/tmp/usr/share/doc/feel/html              /usr/share/doc/feel++-doc/
-debian/tmp/usr/share/doc/feel/examples          /usr/share/doc/feel++-doc/
 # debian/tmp/usr/bin/feel_get_tutorial            /usr/bin
+debian/tmp/usr/share/doc/feel/examples          /usr/share/doc/feel++-doc/
+debian/tmp/usr/share/doc/feel/html              /usr/share/doc/feel++-doc/
diff --git a/debian/libfeel++-dev.install b/debian/libfeel++-dev.install
index 230517b..d14dd95 100644
--- a/debian/libfeel++-dev.install
+++ b/debian/libfeel++-dev.install
@@ -1,3 +1,3 @@
-debian/tmp/usr/lib/libfeel*.so      usr/lib
 debian/tmp/usr/include/feel         usr/include
+debian/tmp/usr/lib/libfeel*.so      usr/lib
 debian/tmp/usr/share/feel           usr/share
diff --git a/debian/libfeel++1.install b/debian/libfeel++1.install
index 827bac7..e261bda 100644
--- a/debian/libfeel++1.install
+++ b/debian/libfeel++1.install
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/libfeel*.so.*  usr/lib
 debian/tmp/usr/bin/feelpp_excompiler usr/bin
+debian/tmp/usr/lib/libfeel*.so.*  usr/lib

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



More information about the debian-science-commits mailing list