Skip to content
Commits on Source (4)
kineticstools (0.6.1+git20180425.27a1878-1) UNRELEASED; urgency=medium
kineticstools (0.6.1+git20180425.27a1878-1) unstable; urgency=medium
* Team upload.
* Use Git mode in watch file
* debhelper 11
* debhelper 12
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Standards-Version: 4.3.0
* Secure URI in copyright format
* Build-Depends: python-pytest
-- Andreas Tille <tille@debian.org> Sun, 28 Oct 2018 19:34:03 +0100
-- Andreas Tille <tille@debian.org> Tue, 29 Jan 2019 11:22:34 +0100
kineticstools (0.6.1+20161222-1) unstable; urgency=medium
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Afif Elghraoui <afif@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper (>= 12~),
dh-python,
python-all,
python-setuptools,
......@@ -14,9 +14,8 @@ Build-Depends: debhelper (>= 11~),
python-h5py,
python-scipy,
# Test-Depends:
python-nose,
python-pytest
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/kineticstools
Vcs-Git: https://salsa.debian.org/med-team/kineticstools.git
Homepage: https://github.com/PacificBiosciences/kineticsTools
......
......@@ -5,7 +5,7 @@ include /usr/share/dpkg/default.mk
export LC_ALL=C.UTF-8
export PYBUILD_NAME=kineticstools
export PYBUILD_TEST_NOSE=1
export PYBUILD_TEST_NOSE=0
export NOSE_VERBOSE=2
export NOSE_NOCAPTURE=1
export NOSE_INCLUDE_EXE=1
......