Author: jawsai-guest Date: 2010-07-02 10:43:00 +0000 (Fri, 02 Jul 2010) New Revision: 4986
Added: trunk/packages/mothur/ trunk/packages/mothur/trunk/ trunk/packages/mothur/trunk/debian/ trunk/packages/mothur/trunk/debian/README.Debian trunk/packages/mothur/trunk/debian/changelog trunk/packages/mothur/trunk/debian/compat trunk/packages/mothur/trunk/debian/control trunk/packages/mothur/trunk/debian/copyright trunk/packages/mothur/trunk/debian/docs trunk/packages/mothur/trunk/debian/files trunk/packages/mothur/trunk/debian/menu trunk/packages/mothur/trunk/debian/mothur.dirs trunk/packages/mothur/trunk/debian/mothur.install trunk/packages/mothur/trunk/debian/rules Log: Rudimentary packaging of Mothur.w Added: trunk/packages/mothur/trunk/debian/README.Debian =================================================================== --- trunk/packages/mothur/trunk/debian/README.Debian (rev 0) +++ trunk/packages/mothur/trunk/debian/README.Debian 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1,8 @@ +mothur for Debian +----------------- + +We need help with the man page and other bits, still. + +We found no information whatsoever on the license, yet. + + -- Sri Girish Srinivasa Murthy <[email protected]> Fri, 02 Jul 2010 12:27:50 +0200 Added: trunk/packages/mothur/trunk/debian/changelog =================================================================== --- trunk/packages/mothur/trunk/debian/changelog (rev 0) +++ trunk/packages/mothur/trunk/debian/changelog 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1,5 @@ +mothur (1.11.0-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + + -- Sri Girish Srinivasa Murthy <[email protected]> Fri, 02 Jul 2010 12:27:50 +0200 Added: trunk/packages/mothur/trunk/debian/compat =================================================================== --- trunk/packages/mothur/trunk/debian/compat (rev 0) +++ trunk/packages/mothur/trunk/debian/compat 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1 @@ +7 Added: trunk/packages/mothur/trunk/debian/control =================================================================== --- trunk/packages/mothur/trunk/debian/control (rev 0) +++ trunk/packages/mothur/trunk/debian/control 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1,13 @@ +Source: mothur +Section: unknown +Priority: extra +Maintainer: Sri Girish Srinivasa Murthy <[email protected]> +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.3 +Homepage: <insert the upstream URL, if relevant> + +Package: mothur +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: <insert up to 60 chars description> + <insert long description, indented with spaces> Added: trunk/packages/mothur/trunk/debian/copyright =================================================================== --- trunk/packages/mothur/trunk/debian/copyright (rev 0) +++ trunk/packages/mothur/trunk/debian/copyright 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1,35 @@ +This work was packaged for Debian by: + + Sri Girish Srinivasa Murthy <[email protected]> on Fri, 02 Jul 2010 12:27:50 +0200 + +It was downloaded from http://www.mothur.org + +Upstream Author(s): + + <put author's name and email here> + <likewise for another author> + +Copyright: + + <Copyright (C) YYYY Name OfAuthor> + <likewise for another author> + +License: + + <Put the license of the package here indented by 4 spaces> + +The Debian packaging is: + + Copyright (C) 2010 Sri Girish Srinivasa Murthy <[email protected]> + +# Please chose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following lines in. + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. Added: trunk/packages/mothur/trunk/debian/files =================================================================== --- trunk/packages/mothur/trunk/debian/files (rev 0) +++ trunk/packages/mothur/trunk/debian/files 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1 @@ +mothur_1.11.0-1_amd64.deb unknown extra Added: trunk/packages/mothur/trunk/debian/menu =================================================================== --- trunk/packages/mothur/trunk/debian/menu (rev 0) +++ trunk/packages/mothur/trunk/debian/menu 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1,2 @@ +?package(mothur):needs="text" section="Applications/Science"\ + title="Mothur" command="/usr/bin/mothur" Added: trunk/packages/mothur/trunk/debian/mothur.dirs =================================================================== --- trunk/packages/mothur/trunk/debian/mothur.dirs (rev 0) +++ trunk/packages/mothur/trunk/debian/mothur.dirs 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1 @@ +/usr/bin Added: trunk/packages/mothur/trunk/debian/mothur.install =================================================================== --- trunk/packages/mothur/trunk/debian/mothur.install (rev 0) +++ trunk/packages/mothur/trunk/debian/mothur.install 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1 @@ +./mothur /usr/bin Added: trunk/packages/mothur/trunk/debian/rules =================================================================== --- trunk/packages/mothur/trunk/debian/rules (rev 0) +++ trunk/packages/mothur/trunk/debian/rules 2010-07-02 10:43:00 UTC (rev 4986) @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ Property changes on: trunk/packages/mothur/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
