This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository eagle.
commit 0534dcb63bc3045a4803694d5d80a92fd56068a4 Author: Dylan Aïssi <[email protected]> Date: Wed Aug 16 23:06:28 2017 +0200 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9196bdf..1a2d624 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bio-eagle (2.3.5-1) UNRELEASED; urgency=medium * New upstream release. * Correct OMICtools ref. + * cme fix dpkg-control. -- Dylan Aïssi <[email protected]> Wed, 16 Aug 2017 22:50:28 +0200 diff --git a/debian/control b/debian/control index 6ab5ae9..0937aaf 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,24 @@ Source: bio-eagle -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Dylan Aïssi <[email protected]> +Section: science +Priority: optional Build-Depends: debhelper (>= 10), - libopenblas-dev, - libboost-dev, - libboost-iostreams-dev, - libboost-program-options-dev, - libhts-dev (>= 1.4), - zlib1g-dev -Standards-Version: 4.0.0 -Vcs-Browser: https://anonscm.debian.org/git/debian-med/eagle.git + libopenblas-dev, + libboost-dev, + libboost-iostreams-dev, + libboost-program-options-dev, + libhts-dev (>= 1.4), + zlib1g-dev +Standards-Version: 4.0.1 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/eagle.git Vcs-Git: https://anonscm.debian.org/git/debian-med/eagle.git Homepage: https://data.broadinstitute.org/alkesgroup/Eagle/ Package: bio-eagle Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Recommends: med-config (>= 2.1) Suggests: bio-eagle-examples Description: Haplotype phasing within a genotyped cohort or using a phased reference panel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/eagle.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
