This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository baitfisher.
commit d62fc4734700be6ecbac84bdb2e2c9956061ee67 Author: Andreas Tille <[email protected]> Date: Wed Sep 6 11:47:43 2017 +0200 cme fix dpkg-control --- debian/changelog | 2 ++ debian/control | 13 +++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6a5516..6be3d07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ baitfisher (1.0+dfsg-2) UNRELEASED; urgency=medium * Team upload. * Fix homepage URL (Thanks for the patch to Edward Betts <[email protected]>) Closes: #874352 + * cme fix dpkg-control + * Standards-Version: 4.1.0 (no changes needed) -- Andreas Tille <[email protected]> Wed, 06 Sep 2017 11:44:47 +0200 diff --git a/debian/control b/debian/control index 68d09be..fd9018f 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,19 @@ Source: baitfisher -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Olivier Sallou <[email protected]> +Section: science +Priority: optional Build-Depends: debhelper (>= 9), help2man -Standards-Version: 3.9.8 -Homepage: https://github.com/cmayer/BaitFisher-package -Vcs-Git: https://anonscm.debian.org/debian-med/baitfisher.git +Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/baitfisher.git +Vcs-Git: https://anonscm.debian.org/debian-med/baitfisher.git +Homepage: https://github.com/cmayer/BaitFisher-package Package: baitfisher Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: software package for designing hybrid enrichment probes The BaitFisher package consists of two programs: BaitFisher and BaitFilter. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/baitfisher.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
