summaryrefslogtreecommitdiff
path: root/dh_auto_clean
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_clean')
-rwxr-xr-xdh_auto_clean4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_auto_clean b/dh_auto_clean
index 75f3ce48..1b7d46cd 100755
--- a/dh_auto_clean
+++ b/dh_auto_clean
@@ -38,8 +38,8 @@ or override the any standard parameters that dh_auto_clean passes.
=cut
-my $manager = new Debian::Debhelper::Dh_Buildsystems;
-$manager->run_dh_auto_tool();
+buildsystems_init();
+buildsystems_do();
=head1 SEE ALSO