This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-phyl.
commit a7d12b6411aec10cbc56b2a0f23315e3cb82cc5d Author: Andreas Tille <[email protected]> Date: Thu Feb 8 14:06:39 2018 +0100 cme fix dpkg-control --- debian/changelog | 3 +++ debian/control | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1577db0..7a1ad99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ libbpp-phyl (2.3.2-1) UNRELEASED; urgency=medium [ Julien Dutheil ] * Standards-Version: 4.1.2 + [ Andreas Tille ] + * cme fix dpkg-control + -- Julien Dutheil <[email protected]> Mon, 05 Feb 2018 20:59:41 +0200 libbpp-phyl (2.3.1-10) unstable; urgency=medium diff --git a/debian/control b/debian/control index 5bea196..49775db 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10), cmake, d-shlibs (>= 0.80), 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-phyl.git Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-phyl.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page @@ -31,11 +31,11 @@ Description: Bio++ Phylogenetic library development files Package: libbpp-phyl11 Architecture: any -Section: libs -Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same +Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Bio++ Phylogenetic 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-phyl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
