Skip to content
Commits on Source (4)
python-bd2k (1.14~alpha1.48-1) unstable; urgency=medium
python-bd2k (1.14~alpha1.48-2) unstable; urgency=medium
* Team upload.
* New upstream version
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Standards-Version: 4.3.0
* Remove trailing whitespace in debian/copyright
* Drop ancient X-Python-Version field
* Remove strange file from top-level of a Python library directory
-- Andreas Tille <tille@debian.org> Mon, 29 Oct 2018 13:45:00 +0100
-- Andreas Tille <tille@debian.org> Tue, 08 Jan 2019 22:47:13 +0100
python-bd2k (1.14~alpha1.48-1) unstable; urgency=medium
* New upstream release.
-- Steffen Moeller <moeller@debian.org> Wed, 13 Jun 2018 23:21:17 +0200
python-bd2k (1.14~alpha1.43-1) unstable; urgency=medium
......
......@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 11~),
# python3-pytest,
# python3-pytest,
# python3-pytest-runner
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-bd2k
Vcs-Git: https://salsa.debian.org/med-team/python-bd2k.git
Homepage: https://github.com/BD2KGenomics/bd2k-python-lib
......
......@@ -6,6 +6,10 @@ export PYBUILD_NAME=bd2k
%:
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
rm -rf .eggs src/bd2k.egg-info/ .cache
# Remove strange file from top-level of a Python library directory
override_dh_install:
dh_install
......