This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-biomaj3.
commit 45aca6e0ceb8045dc3c31542f155f7d37bde3d53 Author: Andreas Tille <[email protected]> Date: Tue Aug 29 22:48:16 2017 +0200 cme fix dpkg-control (to fix overlong lines in description) --- debian/changelog | 1 + debian/control | 33 +++++++++++++++++++-------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index f76a4a6..1581c7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ python-biomaj3 (3.0.20-2) UNRELEASED; urgency=medium * debhelper 10 * Standards-Version: 4.1.0 (no changes needed) * Add missing debhelper token in postrm + * cme fix dpkg-control (to fix overlong lines in description) [ Scott Kitterman ] * Prune unneeded -dev build-depends diff --git a/debian/control b/debian/control index d722185..39e4bf0 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10), python3-bcrypt, python3-future, python3-elasticsearch, - python3-pycurl, + python3-pycurl Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-biomaj3.git Vcs-Git: https://anonscm.debian.org/git/debian-med/python-biomaj3.git @@ -41,15 +41,17 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, biomaj3-commons -Suggests: mongodb-server, biomaj3-doc +Suggests: mongodb-server, + biomaj3-doc Description: biological data-bank updater (Python 2) BioMAJ downloads remote data banks, checks their status and applies transformation workflows, with consistent state, to provide ready-to-use data for biologists and bioinformaticians. For example, it can transform - original FASTA files into BLAST indexes. It is very flexible and its - post-processing facilities can be extended very easily. + original FASTA files into BLAST indexes. It is very flexible and its post- + processing facilities can be extended very easily. . - BioMAJ is a rewrite of BioMAJ, using Mongodb as backend. See wiki for migration. + BioMAJ is a rewrite of BioMAJ, using Mongodb as backend. See wiki for + migration. . This package contains the Python 2 module. @@ -59,15 +61,17 @@ Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, biomaj3-commons -Suggests: mongodb-server, biomaj3-doc +Suggests: mongodb-server, + biomaj3-doc Description: biological data-bank updater (Python 3) BioMAJ downloads remote data banks, checks their status and applies transformation workflows, with consistent state, to provide ready-to-use data for biologists and bioinformaticians. For example, it can transform - original FASTA files into BLAST indexes. It is very flexible and its - post-processing facilities can be extended very easily. + original FASTA files into BLAST indexes. It is very flexible and its post- + processing facilities can be extended very easily. . - BioMAJ is a rewrite of BioMAJ, using Mongodb as backend. See wiki for migration. + BioMAJ is a rewrite of BioMAJ, using Mongodb as backend. See wiki for + migration. . This package contains the Python 3 module. @@ -78,10 +82,11 @@ Description: biological data-bank updater BioMAJ downloads remote data banks, checks their status and applies transformation workflows, with consistent state, to provide ready-to-use data for biologists and bioinformaticians. For example, it can transform - original FASTA files into BLAST indexes. It is very flexible and its - post-processing facilities can be extended very easily. + original FASTA files into BLAST indexes. It is very flexible and its post- + processing facilities can be extended very easily. . - BioMAJ is a rewrite of BioMAJ, using Mongodb as backend. See wiki for migration. + BioMAJ is a rewrite of BioMAJ, using Mongodb as backend. See wiki for + migration. . - This package contains the configuration files and directory structure (logs, ..) - to run BioMAJ. + This package contains the configuration files and directory structure + (logs, ..) to run BioMAJ. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biomaj3.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
