[bullet] 01/02: Do not execute dh_auto_test in indep target to prevent a FTBFS when
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Jan 14 18:42:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository bullet.
commit 5d1b01146e29bd35bec424096d5d50487e5c25da
Author: Markus Koschany <apo at debian.org>
Date: Thu Jan 14 19:18:44 2016 +0100
Do not execute dh_auto_test in indep target to prevent a FTBFS when
building source only packages.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index e414f70..f95a845 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,9 @@ override_dh_auto_build-indep:
rdfind -outputname /dev/null -makesymlinks true html
symlinks -rsc html
+override_dh_auto_test-indep:
+ # Do nothing here to prevent a FTBFS
+
override_dh_compress:
dh_compress --exclude=.pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bullet.git
More information about the Pkg-games-commits
mailing list