[ug] 05/07: debian/control: Add package description.

Ansgar Burchardt ansgar at moszumanska.debian.org
Mon Apr 7 12:33:55 UTC 2014


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

ansgar pushed a commit to branch master
in repository ug.

commit 611968a12008e9d0557618fb810ed65c225a2451
Author: Ansgar Burchardt <burchardt at igpm.rwth-aachen.de>
Date:   Mon Apr 7 13:58:01 2014 +0200

    debian/control: Add package description.
---
 debian/control | 36 ++++++++++++++++++++++++++++++------
 1 file changed, 30 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 4775358..de53d6d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,16 +17,32 @@ Multi-Arch: same
 Depends: ${misc:Depends},
  libug3.10.0 (= ${binary:Version})
 Suggests: libug-dbg (= ${binary:Version})
-Description: TODO
- TODO
+Description: software framework for finite element methods (development files)
+ UG is a flexible software tool for the numerical solution of partial
+ differential equations on unstructured meshes, with a focus on
+ multigrid methods. It has a very powerful grid manager, which supports
+ two- and three-dimensional grids with mixed element types. The grids
+ can be adaptively refinement using either classic
+ red/green-refinement, or pure red refinement with hanging nodes. All
+ this is fully parallelized and can run on large distributed machines.
+ .
+ This package contains the development files.
 
 Package: libug3.10.0
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Description: TODO
- TODO
+Description: software framework for finite element methods (library)
+ UG is a flexible software tool for the numerical solution of partial
+ differential equations on unstructured meshes, with a focus on
+ multigrid methods. It has a very powerful grid manager, which supports
+ two- and three-dimensional grids with mixed element types. The grids
+ can be adaptively refinement using either classic
+ red/green-refinement, or pure red refinement with hanging nodes. All
+ this is fully parallelized and can run on large distributed machines.
+ .
+ This package contains the shared library.
 
 Package: libug-dbg
 Section: debug
@@ -35,5 +51,13 @@ Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
  libug3.10.0 (= ${binary:Version})
-Description: TODO
- TODO
+Description: software framework for finite element methods (debug symbols)
+ UG is a flexible software tool for the numerical solution of partial
+ differential equations on unstructured meshes, with a focus on
+ multigrid methods. It has a very powerful grid manager, which supports
+ two- and three-dimensional grids with mixed element types. The grids
+ can be adaptively refinement using either classic
+ red/green-refinement, or pure red refinement with hanging nodes. All
+ this is fully parallelized and can run on large distributed machines.
+ .
+ This package contains the debug symbols.

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



More information about the debian-science-commits mailing list