[Pkg-javascript-commits] [ltx] 467/469: Fix run testsuite only once.

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit c583db2932eee694190fac04c99da85eb0e4245b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 31 14:49:50 2016 +0200

    Fix run testsuite only once.
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a55af2e..952a138 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,11 @@ CDBS_DEPENDS_$(pkg) = $(depends)
 CDBS_SUGGESTS_$(pkg) = $(deps-suggest)
 CDBS_ENHANCES_$(pkg) = browserify
 
-build/$(pkg)::
+build/$(pkg):: debian/stamp-build
+debian/stamp-build:
 	$(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,vows --spec)
+	touch $@
+clean::
+	rm -f debian/stamp-build
 
 DEB_INSTALL_DOCS_$(pkg) += README.markdown

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list