Skip to content

Commits on Source 4

librcsb-core-wrapper (1.005-6) UNRELEASED; urgency=medium
librcsb-core-wrapper (1.005-6) unstable; urgency=medium
* Team uploade
[ Andreas Tille ]
* Drop unneeded get-orig-source target
......@@ -13,8 +15,11 @@ librcsb-core-wrapper (1.005-6) UNRELEASED; urgency=medium
[ Michael R. Crusoe ]
* Adapt patches for latest boost version
* debian/watch: use secure HTTPS URL
* Standards-Version: 4.3.0, no changes needed
* Remove trailing whitespace in debian/copyright
* Remove trailing whitespace in debian/rules
-- Andreas Tille <tille@debian.org> Fri, 27 Jul 2018 01:12:37 +0200
-- Michael R. Crusoe <michael.crusoe@gmail.com> Fri, 18 Jan 2019 14:14:40 -0800
librcsb-core-wrapper (1.005-5) unstable; urgency=medium
......
......@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
libtool-bin,
bison,
flex
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/librcsb-core-wrapper
Vcs-Git: https://salsa.debian.org/med-team/librcsb-core-wrapper.git
Homepage: http://sw-tools.rcsb.org/apps/CORE-WRAPPER/index.html
......@@ -61,12 +61,12 @@ Description: documentation for librcsb-core-wrapper0
Package: python-corepywrap
Architecture: any
Section: python
Provides: ${python:Provides}
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
librcsb-core-wrapper0 (= ${binary:Version})
Suggests: librcsb-core-wrapper-doc
Provides: ${python:Provides}
Description: library that exports C++ mmCIF accessors to Python
The RCSB Core Wrapper library was developed to provide an object-oriented
application interface to information in mmCIF format. It includes several
......