This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository python-intervaltree-bio.
commit 6d4f261784bb9dfd1c84445e11104d2c081e622e Author: Afif Elghraoui <[email protected]> Date: Sat Dec 12 23:58:41 2015 -0800 Initial packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 40 ++++++++++++++++++++++++++++++++++++++++ debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 10 ++++++++++ debian/source/format | 1 + debian/watch | 4 ++++ 8 files changed, 93 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0efc801 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-intervaltree-bio (1.0.1-1) UNRELEASED; urgency=low + + * Initial release (Closes: #nnnn) + + -- Afif Elghraoui <[email protected]> Sat, 12 Dec 2015 15:37:03 -0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..da2115e --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: python-intervaltree-bio +Section: python +Priority: optional +Maintainer: Afif Elghraoui <[email protected]> +Build-Depends: + debhelper (>= 9), + dh-python, + python-setuptools, + python-intervaltree, + python3-setuptools, + python3-intervaltree, +# Test-Depends: + python-pytest, + python3-pytest, +Standards-Version: 3.9.6 +Homepage: https://github.com/konstantint/intervaltree-bio +Vcs-Git: git://anonscm.debian.org/debian-med/python-intervaltree-bio.git +Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-intervaltree-bio.git + +Package: python-intervaltree-bio +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, +Description: Interval tree convenience classes for genomic data -- Python 2 library + Convenience classes for loading UCSC genomic annotation records into + a set of interval tree data structures. + . + This package provides the Python 2 library. + +Package: python3-intervaltree-bio +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Description: Interval tree convenience classes for genomic data -- Python 3 library + Convenience classes for loading UCSC genomic annotation records into + a set of interval tree data structures. + . + This package provides the Python 3 library. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..564a790 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-intervaltree-bio +Upstream-Contact: Konstantin Tretyakov <[email protected]> +Source: https://github.com/konstantint/intervaltree-bio + +Files: * +Copyright: 2015 Konstantin Tretyakov <[email protected]> +License: MIT + +Files: debian/* +Copyright: 2015 Afif Elghraoui <[email protected]> +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..a1320b1 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.rst diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..75cfea4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +#DH_VERBOSE = 1 + +#include /usr/share/dpkg/default.mk + +export PYBUILD_NAME=intervaltree-bio + +%: + LC_ALL=C.UTF-8 dh $@ --with python2,python3 --build-system=pybuild 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..9f489bb --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/python-intervaltree-bio-$1.tar.gz/" \ +https://github.com/konstantint/intervaltree-bio/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-intervaltree-bio.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
