This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository kmer-tools.
commit e778e819bd7b499e50147d304eef0f78c5eef98e Author: عفيف الغراوي <[email protected]> Date: Fri May 1 22:16:37 2015 -0700 Add basic information in d/control Correct the maintainer, section, and Vcs-* fields in accordance with Debian Med policy. Add known build-depends. libkaz and the libghc-mersenne-random are included as convenience copies in the source distribution's libutils/ folder. --- debian/control | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index aae1bb8..feea947 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,16 @@ Source: kmer-tools -Section: unknown +Section: science Priority: optional -Maintainer: Afif Elghraoui <[email protected]> -Build-Depends: debhelper (>= 9) +Maintainer: Debian Med Packaging Team <[email protected]> +Build-Depends: debhelper (>= 9), + libbz2-dev, + python-dev, + libkaz-dev, + libghc-mersenne-random-dev Standards-Version: 3.9.5 -Homepage: <insert the upstream URL, if relevant> -#Vcs-Git: git://anonscm.debian.org/collab-maint/kmer-tools.git -#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/kmer-tools.git;a=summary +Homepage: http://kmer.sourceforge.net +Vcs-Git: git://anonscm.debian.org/debian-med/kmer-tools.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/kmer-tools.git Package: kmer-tools Architecture: any -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
