This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository tigr-glimmer-mg.
commit 253552519c041718fe5ed98a40cf1024e19cdaa6 Author: Andreas Tille <[email protected]> Date: Thu Dec 29 23:01:03 2016 +0000 Normalise packaging in SVN --- debian/compat | 1 + debian/control | 19 ++++++++++--------- debian/rules | 5 +++++ debian/source/format | 1 + debian/watch | 3 +++ 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control index d864a15..1948d85 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,20 @@ Source: tigr-glimmer-mg -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes Uploaders: Steffen Moeller <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9), docbook-to-man -Standards-Version: 3.9.3 + Andreas Tille <[email protected]> +Section: science +Priority: optional +Build-Depends: debhelper (>= 10), + docbook-to-man +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/tigr-glimmer-mg/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/tigr-glimmer-mg/trunk/ Homepage: http://www.cbcb.umd.edu/software/glimmer-mg/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tigr-glimmer-mg/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/tigr-glimmer-mg/trunk/ Package: tigr-glimmer-mg Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: finding genes in environmental shotgun DNA sequences Glimmer-MG is a system for finding genes in environmental shotgun DNA sequences. Glimmer-MG (Gene Locator and Interpolated Markov ModelER - diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..247c0d7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- mode: makefile; mode: font-lock -*- + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..17e8334 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 + +http://www.cbcb.umd.edu/software/glimmer-mg/downloads/glimmer-mg-(\d[.\d]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tigr-glimmer-mg.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
