[med-svn] [Git][med-team/filtlong][master] Add build time test
Andreas Tille
gitlab at salsa.debian.org
Fri Jan 25 13:43:50 GMT 2019
Andreas Tille pushed to branch master at Debian Med / filtlong
Commits:
fe575874 by Andreas Tille at 2019-01-25T13:43:38Z
Add build time test
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -5,7 +5,8 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
zlib1g-dev,
- python-markdown
+ python-markdown,
+ python3
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/filtlong
Vcs-Git: https://salsa.debian.org/med-team/filtlong.git
=====================================
debian/rules
=====================================
@@ -8,3 +8,8 @@
override_dh_auto_build:
dh_auto_build
markdown_py -f README.html README.md
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ python3 -m unittest
+endif
View it on GitLab: https://salsa.debian.org/med-team/filtlong/commit/fe575874cb00564bb1998a08eb15d0dcb813cf02
--
View it on GitLab: https://salsa.debian.org/med-team/filtlong/commit/fe575874cb00564bb1998a08eb15d0dcb813cf02
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190125/2588eba3/attachment.html>
More information about the debian-med-commit
mailing list