From 8a463fd1ee4268cf5ee1c123f717357aeb01f2db Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 4 Feb 2014 17:42:57 +0100 Subject: Use realclean instead of distclean on perl_build buildsystem. Switch from `Build distclean' to `Build realclean' in the clean action of the perl_build buildsystem. 'distclean' is not specified in the CPAN::API::BuildPL specification, and therefor not implemented in Module::Build::Tiny (and other future implementations). Besides that, the dist* actions are meant for upstream authors. --- Debian/Debhelper/Buildsystem/perl_build.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem/perl_build.pm') diff --git a/Debian/Debhelper/Buildsystem/perl_build.pm b/Debian/Debhelper/Buildsystem/perl_build.pm index bfe1c08e..4cfbcb4c 100644 --- a/Debian/Debhelper/Buildsystem/perl_build.pm +++ b/Debian/Debhelper/Buildsystem/perl_build.pm @@ -70,7 +70,7 @@ sub install { sub clean { my $this=shift; if (-e $this->get_sourcepath("Build")) { - $this->do_perl("Build", "distclean", "--allow_mb_mismatch", 1, @_); + $this->do_perl("Build", "realclean", "--allow_mb_mismatch", 1, @_); } } -- cgit v1.2.3