Fix lintian W: debian-rules-missing-recommended-target
authorChristian Hofstaedtler <ch@grml.org>
Mon, 26 Sep 2011 21:39:53 +0000 (23:39 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 26 Sep 2011 21:39:53 +0000 (23:39 +0200)
debian/rules

index 21d0240..9762d70 100755 (executable)
@@ -6,7 +6,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
 
 build-stamp:
        dh_testdir