Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Add Python 2.7 compatibility symlink for libchtslib.so
· 78a7073d
Graham Inggs
authored
Feb 19, 2018
78a7073d
Update Vcs-* URIs for move to salsa.debian.org
· a9441105
Graham Inggs
authored
Feb 19, 2018
a9441105
Remove trailing whitespace from debian/changelog
· d0c3e89a
Graham Inggs
authored
Feb 19, 2018
d0c3e89a
Prepare for upload to unstable
· aba2ff4f
Graham Inggs
authored
Feb 19, 2018
aba2ff4f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aba2ff4f
python-pysam (0.14+ds-2) unstable; urgency=medium
* Team upload
* Add Python 2.7 compatibility symlink for libchtslib.so (Closes: #890748)
* Update Vcs-* URIs for move to salsa.debian.org
* Remove trailing whitespace from debian/changelog
-- Graham Inggs <ginggs@debian.org> Mon, 19 Feb 2018 10:11:17 +0000
python-pysam (0.14+ds-1) unstable; urgency=medium
* New upstream version
...
...
debian/control
View file @
aba2ff4f
...
...
@@ -22,8 +22,8 @@ Build-Depends: debhelper (>= 11~),
python-pytest <!nocheck>,
python3-pytest <!nocheck>
Standards-Version: 4.1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/python-pysam
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/python-pysam.git
Vcs-Browser: https://
salsa
.debian.org/
med-team
/python-pysam
Vcs-Git: https://
salsa
.debian.org/
med-team
/python-pysam.git
Homepage: http://pysam.readthedocs.org/en/latest
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
...
...
debian/python-pysam.links
View file @
aba2ff4f
#!/usr/bin/dh-exec
/usr/lib/python2.7/dist-packages/pysam/libcsamtools.${DEB_HOST_GNU_TYPE}.so /usr/lib/python2.7/dist-packages/pysam/libcsamtools.so
/usr/lib/python2.7/dist-packages/pysam/libcbcftools.${DEB_HOST_GNU_TYPE}.so /usr/lib/python2.7/dist-packages/pysam/libcbcftools.so
/usr/lib/python2.7/dist-packages/pysam/libchtslib.${DEB_HOST_GNU_TYPE}.so /usr/lib/python2.7/dist-packages/pysam/libchtslib.so