Fix deprecated mixed implicit and normal rules makefile syntax
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 1 Jan 2015 18:38:39 +0000 (13:38 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 1 Jan 2015 18:38:39 +0000 (13:38 -0500)
Caused failure to build.

debian/rules

index 7ebeae9..ecae1ad 100755 (executable)
@@ -9,5 +9,5 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-dh %:
+%:
        dh $@ --with=config-package
        dh $@ --with=config-package