Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper 11
· fe9ae468
Andreas Tille
authored
Jul 19, 2018
fe9ae468
Point Vcs fields to salsa.debian.org
· 65387d22
Andreas Tille
authored
Jul 19, 2018
65387d22
Standards-Version: 4.1.5
· 0de68ee6
Andreas Tille
authored
Jul 19, 2018
0de68ee6
Upload to unstable
· c8f73b76
Andreas Tille
authored
Jul 19, 2018
c8f73b76
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c8f73b76
python-intervaltree-bio (1.0.1-2) unstable; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Thu, 19 Jul 2018 09:04:00 +0200
python-intervaltree-bio (1.0.1-1) unstable; urgency=medium
* Initial release (Closes: #807803)
...
...
debian/compat
View file @
c8f73b76
9
11
debian/control
View file @
c8f73b76
Source: python-intervaltree-bio
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
debhelper (>= 9),
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python-setuptools,
...
...
@@ -14,17 +13,16 @@ Build-Depends:
python3-intervaltree,
# Test-Depends:
python-pytest,
python3-pytest,
Standards-Version: 3.9.8
python3-pytest
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/python-intervaltree-bio
Vcs-Git: https://salsa.debian.org/med-team/python-intervaltree-bio.git
Homepage: https://github.com/konstantint/intervaltree-bio
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-intervaltree-bio.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-intervaltree-bio.git
Package: python-intervaltree-bio
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
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.
...
...
@@ -33,9 +31,8 @@ Description: Interval tree convenience classes for genomic data -- Python 2 libr
Package: python3-intervaltree-bio
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
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.
...
...