[freefoam] 06/09: Use wrap-and-sort.

Anton Gladky gladk at moszumanska.debian.org
Thu Sep 18 04:27:29 UTC 2014


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

gladk pushed a commit to branch master
in repository freefoam.

commit 63415dad9995c2782d3ea9d1e6211aaf7a44d57d
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Sep 17 20:55:47 2014 +0200

    Use wrap-and-sort.
---
 debian/control                  | 132 +++++++++++++++++++++++++---------------
 debian/copyright                |   2 +-
 debian/freefoam-dev-doc.install |   2 +-
 debian/freefoam.install         |   6 +-
 4 files changed, 87 insertions(+), 55 deletions(-)

diff --git a/debian/control b/debian/control
index 81973c4..7b7b491 100644
--- a/debian/control
+++ b/debian/control
@@ -3,49 +3,46 @@ Section: science
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders:
-  Gerber van der Graaf <gerber_graaf at users.sourceforge.net>,
-  Michael Wild <themiwi at users.sourceforge.net>
+ Gerber van der Graaf <gerber_graaf at users.sourceforge.net>,
+ Michael Wild <themiwi at users.sourceforge.net>
 Vcs-Git: git://git.debian.org/git/debian-science/packages/freefoam.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/freefoam.git
 Homepage: http://freefoam.wiki.sourceforge.net/
-Build-Depends: debhelper (>= 9), cmake, flex, gawk,
- python, libreadline6-dev, zlib1g-dev, libscotch-dev, mpi-default-dev,
- mpi-default-bin, paraview (>= 3.8), dpkg-dev (>= 1.16.1~)
-Build-Depends-Indep: doxygen, libxml2-utils,
- libjs-jquery, asciidoc, docbook-utils, dvipng, asymptote, texlive-science,
- dblatex, graphviz
+Build-Depends:
+ cmake,
+ debhelper (>= 9),
+ dpkg-dev (>= 1.16.1~),
+ flex,
+ gawk,
+ libreadline6-dev,
+ libscotch-dev,
+ mpi-default-bin,
+ mpi-default-dev,
+ paraview (>= 3.8),
+ python,
+ zlib1g-dev
+Build-Depends-Indep:
+ asciidoc,
+ asymptote,
+ dblatex,
+ docbook-utils,
+ doxygen,
+ dvipng,
+ graphviz,
+ libjs-jquery,
+ libxml2-utils,
+ texlive-science
 Standards-Version: 3.9.3
 
-Package: libfreefoam1
-Section: libs
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
-Description: libraries for Computational Fluid Dynamics (CFD)
- Libraries and modules for grid generation, simulation and analyzing
- of complex fluid flows. The flows may involve chemical reactions,
- turbulence, heat transfer, solid dynamics, electromagnetics and even
- the pricing of financial options. The libraries also include
- algorithms for post-processing and visualizing the resulting
- data. FreeFOAM is a fork of OpenFOAM.
-
-Package: libfreefoam-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends}, libfreefoam1 (= ${binary:Version}), ${python:Depends}
-Description: libraries for Computational Fluid Dynamics (CFD) - development files
- Libraries and modules for grid generation, simulation and analyzing of
- complex fluid flows, post-processing and visualizing of the resulting
- data. The flows may involve chemical reactions, turbulence, heat
- transfer, solid dynamics, electromagnetics and even the pricing of
- financial options. FreeFOAM is a fork of OpenFOAM.
- .
- This package contains static linked libraries, headers and templates
-
 Package: freefoam
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, 
-  libfreefoam1 (= ${binary:Version}), mpi-default-bin, 
-  tcsh | csh | c-shell, ${python:Depends}
+Depends:
+ libfreefoam1 (= ${binary:Version}),
+ mpi-default-bin,
+ tcsh | csh | c-shell,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
 Description: programs for Computational Fluid Dynamics (CFD)
  A collection of solvers and utility programs for grid generation,
  simulation and analyzing of complex fluid flows, post-processing and
@@ -56,11 +53,28 @@ Description: programs for Computational Fluid Dynamics (CFD)
  .
  The programs are invoked with "freefoam foo".
 
+Package: freefoam-dev-doc
+Section: doc
+Architecture: all
+Depends:
+ ${misc:Depends}
+Recommends:
+ python
+Description: software for Computational Fluid Dynamics - developers documentation
+ Library references and developers documentation for a collection of
+ programs for grid generation, simulation and analyzing of complex
+ fluid flows, post-processing and visualizing of the resulting data. The
+ flows may involve chemical reactions, turbulence and heat transfer,
+ solid dynamics, electromagnetics and even the pricing of financial
+ options. FreeFOAM is a fork of OpenFOAM.
+
 Package: freefoam-user-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Recommends: python
+Depends:
+ ${misc:Depends}
+Recommends:
+ python
 Description: software for Computational Fluid Dynamics - user documentation
  Tutorials and user documentation for a collection of programs for
  grid generation, simulation and analyzing of complex fluid flows,
@@ -69,15 +83,33 @@ Description: software for Computational Fluid Dynamics - user documentation
  dynamics, electromagnetics and even the pricing of financial
  options. FreeFOAM is a fork of OpenFOAM.
 
-Package: freefoam-dev-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: python
-Description: software for Computational Fluid Dynamics - developers documentation
- Library references and developers documentation for a collection of
- programs for grid generation, simulation and analyzing of complex
- fluid flows, post-processing and visualizing of the resulting data. The
- flows may involve chemical reactions, turbulence and heat transfer,
- solid dynamics, electromagnetics and even the pricing of financial
- options. FreeFOAM is a fork of OpenFOAM.
+Package: libfreefoam-dev
+Section: libdevel
+Architecture: any
+Depends:
+ libfreefoam1 (= ${binary:Version}),
+ ${misc:Depends},
+ ${python:Depends}
+Description: libraries for Computational Fluid Dynamics (CFD) - development files
+ Libraries and modules for grid generation, simulation and analyzing of
+ complex fluid flows, post-processing and visualizing of the resulting
+ data. The flows may involve chemical reactions, turbulence, heat
+ transfer, solid dynamics, electromagnetics and even the pricing of
+ financial options. FreeFOAM is a fork of OpenFOAM.
+ .
+ This package contains static linked libraries, headers and templates
+
+Package: libfreefoam1
+Section: libs
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: libraries for Computational Fluid Dynamics (CFD)
+ Libraries and modules for grid generation, simulation and analyzing
+ of complex fluid flows. The flows may involve chemical reactions,
+ turbulence, heat transfer, solid dynamics, electromagnetics and even
+ the pricing of financial options. The libraries also include
+ algorithms for post-processing and visualizing the resulting
+ data. FreeFOAM is a fork of OpenFOAM.
diff --git a/debian/copyright b/debian/copyright
index b6ad0ca..df1f4ed 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ Copyright: Copyright (C) 1991-2010 OpenCFD Ltd.
 License: GPL-3+
  On Debian systems, the full text of the GNU General Public License version 3
  can be found in the file '/usr/share/common-licenses/GPL-3'
- 
+
 Files:
  applications/utilities/surface/surfaceCoarsen/bunnylod/font.h
  applications/utilities/surface/surfaceCoarsen/bunnylod/list.h
diff --git a/debian/freefoam-dev-doc.install b/debian/freefoam-dev-doc.install
index 0445570..5261ed9 100644
--- a/debian/freefoam-dev-doc.install
+++ b/debian/freefoam-dev-doc.install
@@ -1,3 +1,3 @@
+*/InstallFiles/data/DoxyDocIndex /usr/share/freefoam
 debian/tmp/usr/share/doc/freefoam/API/* /usr/share/doc/freefoam-dev-doc/api
 debian/tmp/usr/share/doc/freefoam/css debian/tmp/usr/share/doc/freefoam/img /usr/share/doc/freefoam-dev-doc
-*/InstallFiles/data/DoxyDocIndex /usr/share/freefoam
diff --git a/debian/freefoam.install b/debian/freefoam.install
index 01fa831..d9e747f 100644
--- a/debian/freefoam.install
+++ b/debian/freefoam.install
@@ -1,8 +1,8 @@
-debian/tmp/usr/bin/* /usr/bin
+
 # Temprary disabled (a2x configuration bug)
 #debian/tmp/usr/share/man/man1/* /usr/share/man/man1
+data/shellFunctions/bashCompletion/freefoam /etc/bash_completion.d/
 debian/man1/* /usr/share/man/man1
 debian/tmp/etc/freefoam/* /etc/freefoam
+debian/tmp/usr/bin/* /usr/bin
 debian/tmp/usr/share/freefoam/foamLog.db
-data/shellFunctions/bashCompletion/freefoam /etc/bash_completion.d/
-

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



More information about the debian-science-commits mailing list