[cod-tools] 04/06: Restoring previous debian/control file.

Andrius Merkys merkys-guest at moszumanska.debian.org
Tue Sep 26 06:52:18 UTC 2017


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

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit cad2c288aaaa766052875e637a0fd8676e65d458
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Tue Sep 26 09:47:25 2017 +0300

    Restoring previous debian/control file.
---
 debian/control | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 102 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index a32d42a..7114be4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,107 @@
 Source: cod-tools
-Section: unknown
 Priority: extra
-Maintainer: Andrius Merkys <andrius at unknown>
-Build-Depends: debhelper (>= 8.0.0)
-Standards-Version: 3.9.2
-Homepage: <insert the upstream URL, if relevant>
-#Vcs-Git: git://git.debian.org/collab-maint/cod-tools.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/cod-tools.git;a=summary
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andrius Merkys <andrius.merkys at gmail.com>
+Build-Depends: autoconf, bison, debhelper (>= 9.0.0), dh-python, flex,
+ libcarp-assert-perl, libmodule-scandeps-perl, libparse-yapp-perl,
+ moreutils, perl, python-dev, swig
+Standards-Version: 3.9.8
+Section: science
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/cod-tools.git
+Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/cod-tools.git
+Homepage: http://wiki.crystallography.net/cod-tools
+
+Package: libcexceptions0
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C exception handling library
+ Wrappers for C functions, allowing usage of try ... catch ... blocks
+ in C language. Wrapped functions include memory allocation, standard
+ I/O and strdup.
+
+Package: libgetoptions0
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Command line argument processing library for C
+ C library for processing GNU-like command line options. The library
+ uses C exception handling.
+
+Package: codcif
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}
+Description: error-correcting CIF parser
+ Parser for Crystallographic Information Format (CIF) v1.1 and v2.0,
+ written in C language. A CIF format file is represented by an array
+ of data blocks, where each data block is represented by a CIF struct.
+
+Package: libcod-precision-perl
+Section: perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: COD precision handling module for Perl language
+ COD::Precision, module for handling precision in Crystallographic
+ Information Format (CIF) notation.
+
+Package: libcod-usermessage-perl
+Section: perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: COD message formatting module for Perl language
+ COD::UserMessage, module for formatting error/warning/note messages
+ in a style, defined by Crystallography Open Database.
+ .
+ In short, the format of generated messages is the following:
+ <program name>: <location>: <STATUS>, <message body>.
+
+Package: libcod-cif-parser-bison-perl
+Section: perl
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends},
+ ${misc:Pre-Depends}, libcod-precision-perl, libcod-usermessage-perl
+Description: error-correcting CIF parser - Perl bindings
+ COD::CIF::Parser::Bison, Perl bindings for Crystallographic
+ Information Format (CIF) v1.1 and v2.0 parser, which is written in C
+ language, and developed by the Crystallography Open Database. A CIF
+ format file is represented by an array of data blocks, where each
+ data block is represented by a hash.
+
+Package: libcod-cif-parser-yapp-perl
+Section: perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libcod-precision-perl,
+ libcod-usermessage-perl
+Description: error-correcting CIF parser - YAPP implementation
+ COD::CIF::Parser::Yapp, YAPP implementation of error-correcting
+ Crystallographic Information Format (CIF) v1.1 and v2.0 parser, which
+ is developed by the Crystallography Open Database. A CIF format file
+ is represented by an array of data blocks, where each data block is
+ represented by a hash.
+
+Package: python-pycodcif
+Section: python
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+ ${python:Versions}
+Description: error-correcting CIF parser - Python bindings
+ Python bindings for Crystallographic Information Format (CIF) v1.1
+ and v2.0 parser, which is written in C language, and developed by the
+ Crystallography Open Database. A CIF format file is represented by a
+ list of data blocks, where each data block is represented by a
+ dictionary.
 
 Package: cod-tools
+Section: science
 Architecture: all
-Depends: ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: curl, gawk, libcapture-tiny-perl, libcarp-assert-perl,
+ libclone-perl, libcod-cif-parser-bison-perl,
+ libcod-cif-parser-yapp-perl, libcod-precision-perl,
+ libcod-usermessage-perl, libdbd-mysql-perl, libdbd-sqlite3-perl,
+ libdbi-perl, libdigest-sha-perl, libhtml-parser-perl, libjson-perl,
+ libxml-simple-perl, liblist-moreutils-perl, libwww-curl-perl,
+ openbabel, perl, sqlite3, tree, ${perl:Depends}, ${misc:Depends}
+Description: tools for manipulating CIF format files
+ Package provides a set of tools for manipulating Crystallographic
+ Information Format (CIF) v1.1 and v2.0 files, written in Perl.

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



More information about the debian-science-commits mailing list