[libccp4] 01/01: add the description (largely inspired by the fedora package)
Frédéric-Emmanuel Picca
picca at alioth.debian.org
Sat Aug 31 14:45:09 UTC 2013
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository libccp4.
commit fbf8622b8509076a9232a830fe54d65c3bca235d
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Aug 31 14:32:46 2013 +0200
add the description (largely inspired by the fedora package)
---
debian/control | 274 ++++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 237 insertions(+), 37 deletions(-)
diff --git a/debian/control b/debian/control
index 18e5fc1..5673097 100644
--- a/debian/control
+++ b/debian/control
@@ -1,72 +1,272 @@
Source: libccp4
-Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, gfortran, libmmdb-dev, m4
-Standards-Version: 3.9.4
Section: science
+Priority: extra
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ gfortran,
+ libmmdb-dev,
+ m4
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/?p=debian-science/packages/libccp4.git;a=summary
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/libccp4.git
Homepage: http://www.ccp4.ac.uk/
-Vcs-Git: git://git.debian.org/debian-science/packages/libccp4.git
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/libccp4.git;a=summary
Package: libccp4c0
-Section: libs
-Multi-Arch: same
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Section: libs
Depends: ${misc:Depends},
${shlibs:Depends},
libccp4-data
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Pre-Depends: ${misc:Pre-Depends}
+Description: CCP4 core functionality - C runtime
+ The CCP4 software suite is based around a library of routines which
+ cover common tasks, such as file opening, parsing keyworded input,
+ reading and writing of standard data formats, applying symmetry
+ operations, etc. Programs in the suite call these routines which, as
+ well as saving the programmer some effort, ensure that the varied
+ programs in the suite have a similar look-and-feel.
+ .
+ The library contains several sub components:
+ .
+ * CMTZ library -- Contains a variety of functions for manipulating
+ the data structure, for example adding crystals, datasets or
+ columns. The data structure can be dumped to an output MTZ data
+ file.
+ .
+ * CMAP library -- Functions defining the C-level API for accessing
+ CCP4 map files.
+ .
+ * CSYM library -- a collection of functions centered around a data
+ file syminfo.lib which is auto-generated from sgtbx (the Space
+ Group Toolbox of cctbx).
+ .
+ * CCP4 utility library -- many utility functions which either give
+ specific CCP4 or platform independent functionality.
+ .
+ * CCP4 Parser library -- provides CCP4-style parsing, as used for
+ processing keywords of CCP4 programs, MTZ header records, etc.
+ .
+ * CCP4 resizable arrays -- defines an object and methods which looks
+ just like a simple C array, but can be resized at will without
+ incurring excessive overheads. This package contains the shared
+ library components needed for programs that have been compiled with
+ the libccp4 library.
+ .
+ This package provides the runtime of the CCP4 C library.
Package: libccp4-dev
-Section: libdevel
-Multi-Arch: same
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Section: libdevel
Depends: ${misc:Depends},
libccp4c0 (= ${binary:Version}),
- libccp4f0 (= ${binary:Version})
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+ libccp4f0 (= ${binary:Version})
+Pre-Depends: ${misc:Pre-Depends}
+Description: CCP4 core functionality - developement files
+ The CCP4 software suite is based around a library of routines which
+ cover common tasks, such as file opening, parsing keyworded input,
+ reading and writing of standard data formats, applying symmetry
+ operations, etc. Programs in the suite call these routines which, as
+ well as saving the programmer some effort, ensure that the varied
+ programs in the suite have a similar look-and-feel.
+ .
+ The library contains several sub components:
+ .
+ * CMTZ library -- Contains a variety of functions for manipulating
+ the data structure, for example adding crystals, datasets or
+ columns. The data structure can be dumped to an output MTZ data
+ file.
+ .
+ * CMAP library -- Functions defining the C-level API for accessing
+ CCP4 map files.
+ .
+ * CSYM library -- a collection of functions centered around a data
+ file syminfo.lib which is auto-generated from sgtbx (the Space
+ Group Toolbox of cctbx).
+ .
+ * CCP4 utility library -- many utility functions which either give
+ specific CCP4 or platform independent functionality.
+ .
+ * CCP4 Parser library -- provides CCP4-style parsing, as used for
+ processing keywords of CCP4 programs, MTZ header records, etc.
+ .
+ * CCP4 resizable arrays -- defines an object and methods which looks
+ just like a simple C array, but can be resized at will without
+ incurring excessive overheads. This package contains the shared
+ library components needed for programs that have been compiled with
+ the libccp4 library.
Package: libccp4c0-dbg
-Section: debug
-Multi-Arch: same
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Section: debug
Depends: ${misc:Depends},
libccp4c0 (= ${binary:Version})
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Pre-Depends: ${misc:Pre-Depends}
+Description: CCP4 core functionality - debug symbols
+ The CCP4 software suite is based around a library of routines which
+ cover common tasks, such as file opening, parsing keyworded input,
+ reading and writing of standard data formats, applying symmetry
+ operations, etc. Programs in the suite call these routines which, as
+ well as saving the programmer some effort, ensure that the varied
+ programs in the suite have a similar look-and-feel.
+ .
+ The library contains several sub components:
+ .
+ * CMTZ library -- Contains a variety of functions for manipulating
+ the data structure, for example adding crystals, datasets or
+ columns. The data structure can be dumped to an output MTZ data
+ file.
+ .
+ * CMAP library -- Functions defining the C-level API for accessing
+ CCP4 map files.
+ .
+ * CSYM library -- a collection of functions centered around a data
+ file syminfo.lib which is auto-generated from sgtbx (the Space
+ Group Toolbox of cctbx).
+ .
+ * CCP4 utility library -- many utility functions which either give
+ specific CCP4 or platform independent functionality.
+ .
+ * CCP4 Parser library -- provides CCP4-style parsing, as used for
+ processing keywords of CCP4 programs, MTZ header records, etc.
+ .
+ * CCP4 resizable arrays -- defines an object and methods which looks
+ just like a simple C array, but can be resized at will without
+ incurring excessive overheads. This package contains the shared
+ library components needed for programs that have been compiled with
+ the libccp4 library.
+ .
+ This package provides the debug files for the CCP4 C library.
Package: libccp4f0
-Section: libs
-Multi-Arch: same
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Section: libs
Depends: ${misc:Depends},
- ${shlibs:Depends},
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+ ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: CCP4 core functionality - fortran runtime
+ The CCP4 software suite is based around a library of routines which
+ cover common tasks, such as file opening, parsing keyworded input,
+ reading and writing of standard data formats, applying symmetry
+ operations, etc. Programs in the suite call these routines which, as
+ well as saving the programmer some effort, ensure that the varied
+ programs in the suite have a similar look-and-feel.
+ .
+ The library contains several sub components:
+ .
+ * CMTZ library -- Contains a variety of functions for manipulating
+ the data structure, for example adding crystals, datasets or
+ columns. The data structure can be dumped to an output MTZ data
+ file.
+ .
+ * CMAP library -- Functions defining the C-level API for accessing
+ CCP4 map files.
+ .
+ * CSYM library -- a collection of functions centered around a data
+ file syminfo.lib which is auto-generated from sgtbx (the Space
+ Group Toolbox of cctbx).
+ .
+ * CCP4 utility library -- many utility functions which either give
+ specific CCP4 or platform independent functionality.
+ .
+ * CCP4 Parser library -- provides CCP4-style parsing, as used for
+ processing keywords of CCP4 programs, MTZ header records, etc.
+ .
+ * CCP4 resizable arrays -- defines an object and methods which looks
+ just like a simple C array, but can be resized at will without
+ incurring excessive overheads. This package contains the shared
+ library components needed for programs that have been compiled with
+ the libccp4 library.
+ .
+ This package provides the runtime of the CCP4 fortran library.
Package: libccp4f0-dbg
-Section: debug
-Multi-Arch: same
Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Section: debug
Depends: ${misc:Depends},
libccp4f0 (= ${binary:Version})
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Pre-Depends: ${misc:Pre-Depends}
+Description: CCP4 core functionality - debug symbols
+ The CCP4 software suite is based around a library of routines which
+ cover common tasks, such as file opening, parsing keyworded input,
+ reading and writing of standard data formats, applying symmetry
+ operations, etc. Programs in the suite call these routines which, as
+ well as saving the programmer some effort, ensure that the varied
+ programs in the suite have a similar look-and-feel.
+ .
+ The library contains several sub components:
+ .
+ * CMTZ library -- Contains a variety of functions for manipulating
+ the data structure, for example adding crystals, datasets or
+ columns. The data structure can be dumped to an output MTZ data
+ file.
+ .
+ * CMAP library -- Functions defining the C-level API for accessing
+ CCP4 map files.
+ .
+ * CSYM library -- a collection of functions centered around a data
+ file syminfo.lib which is auto-generated from sgtbx (the Space
+ Group Toolbox of cctbx).
+ .
+ * CCP4 utility library -- many utility functions which either give
+ specific CCP4 or platform independent functionality.
+ .
+ * CCP4 Parser library -- provides CCP4-style parsing, as used for
+ processing keywords of CCP4 programs, MTZ header records, etc.
+ .
+ * CCP4 resizable arrays -- defines an object and methods which looks
+ just like a simple C array, but can be resized at will without
+ incurring excessive overheads. This package contains the shared
+ library components needed for programs that have been compiled with
+ the libccp4 library.
+ .
+ This package provides the debug files for the fortran CCP4 library.
Package: libccp4-data
-Section: libdevel
-Multi-Arch: foreign
Architecture: all
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: foreign
+Section: libdevel
Depends: ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Pre-Depends: ${misc:Pre-Depends}
+Description: CCP4 core functionality - common files
+ The CCP4 software suite is based around a library of routines which
+ cover common tasks, such as file opening, parsing keyworded input,
+ reading and writing of standard data formats, applying symmetry
+ operations, etc. Programs in the suite call these routines which, as
+ well as saving the programmer some effort, ensure that the varied
+ programs in the suite have a similar look-and-feel.
+ .
+ The library contains several sub components:
+ .
+ * CMTZ library -- Contains a variety of functions for manipulating
+ the data structure, for example adding crystals, datasets or
+ columns. The data structure can be dumped to an output MTZ data
+ file.
+ .
+ * CMAP library -- Functions defining the C-level API for accessing
+ CCP4 map files.
+ .
+ * CSYM library -- a collection of functions centered around a data
+ file syminfo.lib which is auto-generated from sgtbx (the Space
+ Group Toolbox of cctbx).
+ .
+ * CCP4 utility library -- many utility functions which either give
+ specific CCP4 or platform independent functionality.
+ .
+ * CCP4 Parser library -- provides CCP4-style parsing, as used for
+ processing keywords of CCP4 programs, MTZ header records, etc.
+ .
+ * CCP4 resizable arrays -- defines an object and methods which looks
+ just like a simple C array, but can be resized at will without
+ incurring excessive overheads. This package contains the shared
+ library components needed for programs that have been compiled with
+ the libccp4 library.
+ .
+ This package provides the common files for the CCP4 library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libccp4.git
More information about the debian-science-commits
mailing list