This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository andi.
commit 1e9d001f052f9d7b7530d614afc6b1657175158d Author: Andreas Tille <[email protected]> Date: Fri May 20 15:20:06 2016 +0200 Merge (unfortunately missed to git pull first) --- debian/changelog | 1 + debian/control | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8bc06b..e7ba9ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ andi (0.10-1) UNRELEASED; urgency=medium * Team upload * New upstream version + * cme fix dpkg-control -- Andreas Tille <[email protected]> Fri, 20 May 2016 15:01:38 +0200 diff --git a/debian/control b/debian/control index 40ece03..487d84f 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,24 @@ Source: andi -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Fabian Klötzl <[email protected]> -Build-Depends: debhelper (>= 9), libdivsufsort-dev, pkgconf, dh-autoreconf, libgsl-dev, libglib2.0-dev -Standards-Version: 3.9.7 -Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/andi.git/tree/ -Vcs-Git: git://anonscm.debian.org/debian-med/andi.git +Section: science +Priority: optional +Build-Depends: debhelper (>= 9), + libdivsufsort-dev, + pkgconf, + dh-autoreconf, + libgsl-dev, + libglib2.0-dev +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/andi.git/tree/ +Vcs-Git: https://anonscm.debian.org/git/debian-med/andi.git Homepage: https://github.com/EvolBioInf/andi Package: andi Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libdivsufsort3 +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libdivsufsort3 Description: Efficient Estimation of Evolutionary Distances This is the andi program for estimating the evolutionary distance between closely related genomes. These distances can be used to rapidly -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/andi.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
