From: Joey Hess Date: Sat, 6 Aug 2011 23:06:03 +0000 (-0400) Subject: hide deprecation notice X-Git-Tag: 8.9.4~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d95b0183ea6fc9fd86b1f7081e15b2031a0187ac;p=debhelper.git hide deprecation notice Can this test be written w/o using --after? --- diff --git a/t/buildsystems/buildsystem_tests b/t/buildsystems/buildsystem_tests index 3b45ac5..98b3895 100755 --- a/t/buildsystems/buildsystem_tests +++ b/t/buildsystems/buildsystem_tests @@ -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"),