]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_clean
Modular object-orientied buildsystem implementation (try 2).
[debhelper.git] / dh_auto_clean
index 75f3ce480e7b4b356a5ffa4fa60044b71d6b860c..1b7d46cd4abcc35e81e0d2d35e4c690d9c6207f6 100755 (executable)
@@ -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