This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-seq-omics.
commit 7b22362ad03e04211a20bb4f550aaee1c1220ec4 Author: Andreas Tille <[email protected]> Date: Wed Apr 13 16:54:17 2016 +0200 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a92b49..36d621f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libbpp-seq-omics (2.2.0-1) UNRELEASED; urgency=medium * Add watch file * Better description * Team maintenance in Debian Med team + * cme fix dpkg-control -- Andreas Tille <[email protected]> Wed, 13 Apr 2016 16:40:08 +0200 diff --git a/debian/control b/debian/control index e2e0c66..9c48481 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,23 @@ Source: libbpp-seq-omics -Section: libs -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Julien Dutheil <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 5), cmake (>= 2.6), - libbpp-seq-dev (>= 2.2.0) -Standards-Version: 3.9.4 +Section: libs +Priority: optional +Build-Depends: debhelper (>= 5), + cmake, + libbpp-seq-dev (>= 2.2.0) +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-seq-omics.git Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-seq-omics.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page Package: libbpp-seq-omics-dev -Section: libdevel Architecture: any -Depends: libbpp-seq-omics1 (= ${binary:Version}), ${misc:Depends}, - libbpp-seq-dev (>= 2.2.0) +Section: libdevel +Depends: libbpp-seq-omics1 (= ${binary:Version}), + ${misc:Depends}, + libbpp-seq-dev (>= 2.2.0) Description: Bio++ Sequence library: genomics components. Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. @@ -27,10 +29,11 @@ Description: Bio++ Sequence library: genomics components. Bio++ classes dedicated to genomic sequencing. Package: libbpp-seq-omics1 -Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, - libbpp-seq9 (>= 2.2.0) +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libbpp-seq9 (>= 2.2.0) Description: Bio++ Sequence library: genomics components. Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. @@ -40,4 +43,3 @@ Description: Bio++ Sequence library: genomics components. . This package contains the dynamic library of the Bio++ classes dedicated to genomic sequencing. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-seq-omics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
