[cod-tools] 02/02: Adding missed substvars to debian/control.
Andrius Merkys
merkys-guest at moszumanska.debian.org
Wed Sep 27 15:04:50 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 d6ca523436a20f85367e94b7660753c8f3932ce8
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date: Wed Sep 27 18:04:29 2017 +0300
Adding missed substvars to debian/control.
---
debian/control | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 1427bf6..9a61425 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Homepage: http://wiki.crystallography.net/cod-tools
Package: libcexceptions0
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc: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
@@ -23,7 +23,7 @@ Description: C exception handling library
Package: libgetoptions0
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}
Description: Command line argument processing library for C
C library for processing GNU-like command line options. The library
uses C exception handling.
@@ -31,7 +31,7 @@ Description: Command line argument processing library for C
Package: codcif
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs: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
@@ -85,6 +85,7 @@ Section: python
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
${python:Versions}
+Provides: ${python:Provides}
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
--
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