[med-svn] [Git][med-team/sambamba][master] Add build time test

Andreas Tille gitlab at salsa.debian.org
Thu Aug 30 07:03:12 BST 2018


Andreas Tille pushed to branch master at Debian Med / sambamba


Commits:
437e3a5b by Andreas Tille at 2018-08-30T06:03:01Z
Add build time test

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ sambamba (0.6.7-3) UNRELEASED; urgency=medium
   * Standards-Version: 4.2.1
   * Fix normalize(weight) (applied patch from upstream)
     Should close #907489 but it does not work - wait for new upstream release
+  * Add build time test
 
  -- Andreas Tille <tille at debian.org>  Tue, 28 Aug 2018 20:07:55 +0200
 


=====================================
debian/control
=====================================
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 11~),
                meson (>= 0.40),
                pkg-config,
                python,
-               zlib1g-dev
+               zlib1g-dev,
+               shunit2
 Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/med-team/sambamba
 Vcs-Git: https://salsa.debian.org/med-team/sambamba.git


=====================================
debian/rules
=====================================
@@ -8,5 +8,10 @@ include /usr/share/dh-dlang/dlang-flags.mk
 %:
 	dh $@ --buildsystem=meson
 
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+       ./run_tests.sh
+endif
+
 override_missing:
 	dh_missing --fail-missing



View it on GitLab: https://salsa.debian.org/med-team/sambamba/commit/437e3a5b35de1ffbebd0e649c560dd1aa507bd0e

-- 
View it on GitLab: https://salsa.debian.org/med-team/sambamba/commit/437e3a5b35de1ffbebd0e649c560dd1aa507bd0e
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/20180830/fd54ee8e/attachment-0001.html>


More information about the debian-med-commit mailing list