Author: tbooth-guest Date: 2015-01-30 17:36:56 +0000 (Fri, 30 Jan 2015) New Revision: 18640
Added: trunk/packages/python-screed/trunk/debian/changelog trunk/packages/python-screed/trunk/debian/compat trunk/packages/python-screed/trunk/debian/control trunk/packages/python-screed/trunk/debian/copyright trunk/packages/python-screed/trunk/debian/python-screed.docs trunk/packages/python-screed/trunk/debian/rules trunk/packages/python-screed/trunk/debian/source/ trunk/packages/python-screed/trunk/debian/source/format trunk/packages/python-screed/trunk/debian/watch Log: First shot at packaging Added: trunk/packages/python-screed/trunk/debian/changelog =================================================================== --- trunk/packages/python-screed/trunk/debian/changelog (rev 0) +++ trunk/packages/python-screed/trunk/debian/changelog 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1,6 @@ +python-screed (0.7.1-0biolinux1) trusty; urgency=low + + * Initial release for Bio-Linux, as build dep for Khmer + * Not using tests just now, as they require pygr + + -- Tim Booth <[email protected]> Tue, 26 Aug 2014 16:15:09 +0100 Added: trunk/packages/python-screed/trunk/debian/compat =================================================================== --- trunk/packages/python-screed/trunk/debian/compat (rev 0) +++ trunk/packages/python-screed/trunk/debian/compat 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1 @@ +9 Added: trunk/packages/python-screed/trunk/debian/control =================================================================== --- trunk/packages/python-screed/trunk/debian/control (rev 0) +++ trunk/packages/python-screed/trunk/debian/control 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1,15 @@ +Source: python-screed +Section: python +Priority: optional +Maintainer: Tim Booth <[email protected]> +Build-Depends: debhelper (>= 9), python, python-setuptools, python-sphinx +Standards-Version: 3.9.5 +Homepage: https://github.com/ged-lab/screed + +Package: python-screed +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: short read sequence utils in Python + Screed parses FASTA and FASTQ files, generates databases, and lets you query + these databases. Values such as sequence name, sequence description, sequence + quality, and the sequence itself can be retrieved from these databases. Added: trunk/packages/python-screed/trunk/debian/copyright =================================================================== --- trunk/packages/python-screed/trunk/debian/copyright (rev 0) +++ trunk/packages/python-screed/trunk/debian/copyright 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1,11 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: screed +Source: https://github.com/ged-lab/screed + +Files: * +Copyright: 2008-2010 Michigan State University +License: BSD + +Files: debian/* +Copyright: 2014 Tim Booth <[email protected]> +License: BSD Added: trunk/packages/python-screed/trunk/debian/python-screed.docs =================================================================== --- trunk/packages/python-screed/trunk/debian/python-screed.docs (rev 0) +++ trunk/packages/python-screed/trunk/debian/python-screed.docs 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1 @@ +TODO Added: trunk/packages/python-screed/trunk/debian/rules =================================================================== --- trunk/packages/python-screed/trunk/debian/rules (rev 0) +++ trunk/packages/python-screed/trunk/debian/rules 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +%: + dh $@ --with=python2 + +override_dh_auto_install: + dh_auto_install + rm -rf debian/python-screed/usr/lib/python*/dist-packages/*/tests + +override_dh_auto_build: + dh_auto_build + cd doc ; make html + +override_dh_auto_clean: + dh_auto_clean + rm -rf *.egg-info + rm -rf doc/_build Property changes on: trunk/packages/python-screed/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/python-screed/trunk/debian/source/format =================================================================== --- trunk/packages/python-screed/trunk/debian/source/format (rev 0) +++ trunk/packages/python-screed/trunk/debian/source/format 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/python-screed/trunk/debian/watch =================================================================== --- trunk/packages/python-screed/trunk/debian/watch (rev 0) +++ trunk/packages/python-screed/trunk/debian/watch 2015-01-30 17:36:56 UTC (rev 18640) @@ -0,0 +1,4 @@ +version=3 + +opts="downloadurlmangle=s/\/tree\/(.*)/\/archive\/$1.tar.gz/" \ + https://github.com/ged-lab/screed/ .*/tree/v([0-9.rc-]+) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
