Fix lintian warning debian-rules-missing-recommended-target
authorChristian Hofstaedtler <ch@grml.org>
Tue, 26 Jul 2011 10:04:34 +0000 (12:04 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Tue, 26 Jul 2011 10:04:34 +0000 (12:04 +0200)
debian/rules

index ef04941..9ea8037 100755 (executable)
@@ -9,7 +9,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