[sdformat] 01/02: Fix debian rules to compile architecture indepedent packages

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu Jul 30 16:25:49 UTC 2015


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

jrivero-guest pushed a commit to branch master
in repository sdformat.

commit 2bc0f0e026e1afc894e27b00faa603c81a72ed35
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Thu Jul 30 16:25:05 2015 +0000

    Fix debian rules to compile architecture indepedent packages
---
 debian/rules | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0b01fd2..4fc0bec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-%:
-	dh $@ --parallel
+.PHONY: override_dh_auto_configure     \
+        override_dh_auto_build-indep   \
+	override_dh_auto_test-indep    \
+        override_dh_auto_test          \
+        override_dh_strip
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
@@ -13,8 +16,14 @@ override_dh_auto_configure:
 override_dh_auto_build-indep:
 	dh_auto_build -- doc # Generate documentation.
 
-override_dh_auto_test:
+override_dh_auto_test-arch:
 	HOME=$(CURDIR) LC_ALL=POSIX dh_auto_test
 
+# No test can be done without the binaries
+override_dh_auto_test-indep:
+
 override_dh_strip:
 	dh_strip -a --dbg-package=libsdformat3-dbg
+
+%:
+	dh $@ --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdformat.git



More information about the debian-science-commits mailing list