Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (8)
debhelper 11
· eabc1126
Andreas Tille
authored
Jan 07, 2019
eabc1126
Point Vcs fields to salsa.debian.org
· d809c0a8
Andreas Tille
authored
Jan 07, 2019
d809c0a8
Standards-Version: 4.3.0
· e1c36459
Andreas Tille
authored
Jan 07, 2019
e1c36459
Drop useless get-orig-source target
· 13f322a5
Andreas Tille
authored
Jan 07, 2019
13f322a5
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 92839918
Andreas Tille
authored
Jan 07, 2019
92839918
Drop ancient X-Python-Version field
· 0f665883
Andreas Tille
authored
Jan 07, 2019
0f665883
package khmer is: Multi-Arch: foreign
· 464b6b58
Andreas Tille
authored
Jan 07, 2019
464b6b58
Upload to unstable
· bfaee765
Andreas Tille
authored
Jan 07, 2019
bfaee765
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bfaee765
khmer (2.1.2+dfsg-4)
UNRELEASED
; urgency=medium
khmer (2.1.2+dfsg-4)
unstable
; urgency=medium
* Team upload.
[ Michael R. Crusoe ]
* deal with embedded-javascript-library.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 11 Feb 2018 03:06:00 -0800
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Drop useless get-orig-source target
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Drop ancient X-Python-Version field
* package khmer is: Multi-Arch: foreign
-- Andreas Tille <tille@debian.org> Mon, 07 Jan 2019 15:22:24 +0100
khmer (2.1.2+dfsg-3) unstable; urgency=medium
...
...
debian/compat
View file @
bfaee765
1
0
1
1
debian/control
View file @
bfaee765
...
...
@@ -4,7 +4,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>,
Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
dh-python,
dh-exec,
python3-guzzle-sphinx-theme,
...
...
@@ -23,11 +23,10 @@ Build-Depends: debhelper (>= 10),
asciidoctor,
libjs-jquery,
libjs-twitter-bootstrap
Standards-Version: 4.
1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/khmer
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/khmer.git
Standards-Version: 4.
3.0
Vcs-Browser: https://
salsa
.debian.org/
med-team
/khmer
Vcs-Git: https://
salsa
.debian.org/
med-team
/khmer.git
Homepage: http://khmer.readthedocs.org
X-Python-Version: 3.4
Package: khmer-common
Architecture: all
...
...
@@ -45,7 +44,7 @@ Description: common files for the khmer project tools
Package: khmer
Architecture: amd64 any-arm64 any-ia64 any-sparc64
Multi-Arch:
same
Multi-Arch:
foreign
Depends: khmer-common,
python3 (>= 3.3),
python3-screed (>= 1.0),
...
...
debian/rules
View file @
bfaee765
...
...
@@ -23,12 +23,13 @@ override_dh_auto_build:
cd src/oxli && $(MAKE) clean all
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_install
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="cd {dir}; export PATH={destdir}/usr/lib/khmer/bin:$$PATH ; \
cd {build_dir}; export PYTHONPATH=$$(pwd); {interpreter} -m pytest \
-m 'not known_failing and not jenkins and not huge'" dh_auto_test
endif
override_dh_auto_clean:
dh_auto_clean || /bin/true
...
...
@@ -43,5 +44,3 @@ override_dh_install:
override_dh_sphinxdoc:
dh_sphinxdoc -X jquery.js
get-orig-source:
uscan --verbose --force-download --repack --compression xz