This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-popgen.
commit 0e513a3aaff387523a69f4ccd9f373d9a13c0528 Author: Andreas Tille <[email protected]> Date: Fri Feb 9 08:44:49 2018 +0100 cme fix dpkg-control --- debian/changelog | 6 +++++- debian/control | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0874933..1fb311a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ libbpp-popgen (2.3.2-1) UNRELEASED; urgency=medium - * Standards-Version: 4.1.2 + [ Julien Dutheil ] + * New upstream version + + [ Andreas Tille ] + * cme fix dpkg-control -- Julien Dutheil <[email protected]> Tue, 06 Feb 2018 13:46:49 +0200 diff --git a/debian/control b/debian/control index 49e0963..e987467 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10), d-shlibs (>= 0.80), libbpp-core-dev (>= 2.3.2), libbpp-seq-dev (>= 2.3.2) -Standards-Version: 4.1.2 +Standards-Version: 4.1.3 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 @@ -33,11 +33,11 @@ Description: Bio++ Population Genetics library development files Package: libbpp-popgen7 Architecture: any -Section: libs -Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same +Section: libs Depends: ${shlibs:Depends}, - ${misc:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Bio++ Population Genetics library Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. -- 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
