skeleton/debian/rules.tmpl
changeset 8365 51c390500c63
parent 8098 e80edd022901
child 9237 6dd47bcfcf88
--- a/skeleton/debian/rules.tmpl	Wed Apr 11 15:48:12 2012 +0200
+++ b/skeleton/debian/rules.tmpl	Wed Apr 11 14:16:27 2012 +0200
@@ -4,7 +4,10 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-build: build-stamp
+build: build-arch build-indep
+build-arch:
+	# Nothing to do
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	NO_SETUPTOOLS=1 python setup.py -q build