Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Try hard to get test running
· cc40bf4a
Andreas Tille
authored
Mar 23, 2019
cc40bf4a
Add ITP bug number
· aa21ee4e
Andreas Tille
authored
Mar 23, 2019
aa21ee4e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aa21ee4e
multiqc (1.7-1) UNRELEASED; urgency=medium
* Initial release (Closes: #
<bug>
)
* Initial release (Closes: #
925304
)
-- Andreas Tille <tille@debian.org> Fri, 22 Mar 2019 08:07:09 +0100
debian/rules
View file @
aa21ee4e
#!/usr/bin/make -f
export PYBUILD_NAME=multiqc
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
...
...
@@ -20,8 +22,8 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --with python3 --buildsystem=pybuild
### When
overrid
ing
auto_test
make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))
)
#
d
o_stuff_for
_test
ing
#
endif
overrid
e_dh_
auto_test
:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp -a $(PYBUILD_NAME)*.egg-info $(shell pybuild --print build_dir --interpreter python3
)
d
h_auto
_test
endif