Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
nopy tests also need python3 to run
· 010d55af
Drew Parsons
authored
Sep 04, 2019
010d55af
upload 0.10.0-6 to unstable
· 2da4e8fc
Drew Parsons
authored
Sep 04, 2019
2da4e8fc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2da4e8fc
odil (0.10.0-6) unstable; urgency=medium
* Team upload.
* nopy tests also need python3 to run
-- Drew Parsons <dparsons@debian.org> Wed, 04 Sep 2019 11:36:03 +0800
odil (0.10.0-5) unstable; urgency=medium
* Team upload.
...
...
debian/rules
View file @
2da4e8fc
...
...
@@ -53,7 +53,7 @@ override_dh_auto_build-indep:
override_dh_auto_test-arch-nopy:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ln -s build-nopy build
cd build && ../tests/run --no-network -e ".*"
cd build &&
python3
../tests/run --no-network -e ".*"
rm build
endif
...
...