[med-svn] [Git][med-team/tao-config][master] 2 commits: routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
Andreas Tille
gitlab at salsa.debian.org
Mon Jul 20 21:02:01 BST 2020
Andreas Tille pushed to branch master at Debian Med / tao-config
Commits:
762a21b2 by Andreas Tille at 2020-07-20T22:00:21+02:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
cbca19e6 by Andreas Tille at 2020-07-20T22:01:28+02:00
routine-update: Ready to upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+tao-config (0.0+git20200604.84a7383-2) unstable; urgency=medium
+
+ * Team upload.
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Jul 2020 22:00:23 +0200
+
tao-config (0.0+git20200604.84a7383-1) unstable; urgency=medium
* Initial release (Closes: #964976)
=====================================
debian/rules
=====================================
@@ -12,9 +12,9 @@ include /usr/share/dpkg/default.mk
dh $@
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Move schema binary out directory as it relies on tests/
mv build/src/test/config/schema .
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
build/src/test/config/tests
build/src/test/config/errors
./schema
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/compare/e7685e615836c9f40de68dc379af2d0a4cdc3d80...cbca19e6c4c8d0934af3088f0e731451e44ea26e
--
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/compare/e7685e615836c9f40de68dc379af2d0a4cdc3d80...cbca19e6c4c8d0934af3088f0e731451e44ea26e
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/20200720/89426388/attachment.html>
More information about the debian-med-commit
mailing list