]> git.donarmstrong.com Git - debhelper.git/commitdiff
hide deprecation notice
authorJoey Hess <joey@kitenet.net>
Sat, 6 Aug 2011 23:06:03 +0000 (19:06 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 6 Aug 2011 23:06:03 +0000 (19:06 -0400)
Can this test be written w/o using --after?

t/buildsystems/buildsystem_tests

index 3b45ac5e413af5567f7cae76bb4b6b6611982275..98b3895ea6fefa25fb10f417d5201278c0313ad7 100755 (executable)
@@ -614,7 +614,7 @@ override_dh_auto_build:
        $(MAKE)
 %:
        @dh_clean > /dev/null 2>&1
-       @+dh --buildsystem=makefile --after=dh_auto_configure --until=dh_auto_build $@
+       @+dh --buildsystem=makefile --after=dh_auto_configure --until=dh_auto_build $@ 2>/dev/null
        @dh_clean > /dev/null 2>&1
 EOF
 test_is_parallel( do_rules_for_parallel("build", "include debian/rules"),