[Pkg-ocaml-maint-commits] [coccinelle] 01/01: Run tests only when building architecture-dependant packages

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Fri Dec 25 06:19:59 UTC 2015


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

eugen pushed a commit to branch master
in repository coccinelle.

commit 8096178fecb3c98566e1adc1c7b39f6fd9b63612
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Thu Dec 24 14:39:24 2015 +0100

    Run tests only when building architecture-dependant packages
---
 debian/changelog | 7 +++++++
 debian/rules     | 5 ++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d3704ec..fb47f30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+coccinelle (1.0.4.deb-2) unstable; urgency=medium
+
+  * Run tests only when building architecture-dependant packages
+    (closes: #806611)
+
+ -- Євгеній Мещеряков <eugen at debian.org>  Thu, 24 Dec 2015 14:54:31 +0100
+
 coccinelle (1.0.4.deb-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index ba16fa8..b79fd8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,9 +35,12 @@ override_dh_auto_build-indep:
 	mkdir texmf-config
 	TEXMFVAR="$(CURDIR)/texmf-var" TEXMFCONFIG="$(CURDIR)/texmf-config" $(MAKE) -C docs/manual pdf
 
-override_dh_auto_test:
+override_dh_auto_test-arch:
 	$(MAKE) check
 
+override_dh_auto_test-indep:
+	# nothing
+
 override_dh_auto_install-arch:
 	$(MAKE) DESTDIR=$(CURDIR)/debian/coccinelle install install-bash
 	# install the wrapper script, i dont like upstreams one

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git



More information about the Pkg-ocaml-maint-commits mailing list