This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-popgen.
commit 0c1eba72b9d6e4666689735015db9626ec03f14c Author: Andreas Tille <[email protected]> Date: Wed Apr 13 17:19:59 2016 +0200 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 29 +++++++++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c5771a..c70ccc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libbpp-popgen (2.2.0-1) UNRELEASED; urgency=medium * Better description * Moved packaging to Git * Team maintenance in Debian Med team + * cme fix dpkg-control -- Andreas Tille <[email protected]> Wed, 13 Apr 2016 17:13:25 +0200 diff --git a/debian/control b/debian/control index dd3ac3a..ab7734c 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,25 @@ Source: libbpp-popgen -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-core-dev (>= 2.2.0), libbpp-seq-dev (>= 2.2.0) -Standards-Version: 3.9.4 +Section: libs +Priority: optional +Build-Depends: debhelper (>= 5), + cmake, + libbpp-core-dev (>= 2.2.0), + libbpp-seq-dev (>= 2.2.0) +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-popgen.git Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-popgen.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page Package: libbpp-popgen-dev -Section: libdevel Architecture: any -Depends: libbpp-popgen6 (= ${binary:Version}), ${misc:Depends}, - libbpp-core-dev (>= 2.2.0), libbpp-seq-dev (>= 2.2.0) +Section: libdevel +Depends: libbpp-popgen6 (= ${binary:Version}), + ${misc:Depends}, + libbpp-core-dev (>= 2.2.0), + libbpp-seq-dev (>= 2.2.0) Description: Bio++ Population Genetics library development files. Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. @@ -27,10 +31,12 @@ Description: Bio++ Population Genetics library development files. Bio++ Population Genetics classes. Package: libbpp-popgen6 -Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, - libbpp-core2 (>= 2.2.0), libbpp-seq9 (>= 2.2.0) +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libbpp-core2 (>= 2.2.0), + libbpp-seq9 (>= 2.2.0) Description: Bio++ Population Genetics library. Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. @@ -40,4 +46,3 @@ Description: Bio++ Population Genetics library. . This package contains the dynamic library of the Bio++ Population Genetics classes. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-popgen.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
