Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper 12
· a4e659a1
Andreas Tille
authored
Jan 29, 2019
a4e659a1
Standards-Version: 4.3.0
· 51df4fee
Andreas Tille
authored
Jan 29, 2019
51df4fee
Really use pytest
· 7710c97f
Andreas Tille
authored
Jan 29, 2019
7710c97f
Upload to unstable
· dda840da
Andreas Tille
authored
Jan 29, 2019
dda840da
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dda840da
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 1
1
* debhelper 1
2
* 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
201
8
1
9:34:03
+0100
-- Andreas Tille <tille@debian.org>
Tue, 29 Jan
201
9
1
1:22:34
+0100
kineticstools (0.6.1+20161222-1) unstable; urgency=medium
...
...
debian/compat
View file @
dda840da
1
1
1
2
debian/control
View file @
dda840da
...
...
@@ -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 (>= 1
1
~),
Build-Depends: debhelper (>= 1
2
~),
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
...
...
debian/rules
View file @
dda840da
...
...
@@ -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
...
...