summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 21:30:08 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 21:30:08 -0400
commitde8057143c644ea4260516a81a365958ba7654eb (patch)
tree52c37c39828ab0a03bc33d735fb24809f5094497 /dh_clean
parenta287ccd487dfd8c9cf7e1380409f78a8cebf83df (diff)
updates
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean6
1 files changed, 5 insertions, 1 deletions
diff --git a/dh_clean b/dh_clean
index cb1b9502..e20d988f 100755
--- a/dh_clean
+++ b/dh_clean
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-
+exit 1;
=head1 NAME
dh_clean - clean up package build directories
@@ -73,6 +73,10 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# These are all debhelper temp files, and so it is safe to
# wildcard them.
complex_doit("rm -f debian/$ext*.debhelper");
+
+ if (! $dh{K_FLAG}) {
+ doit("rm","-f","debian/${ext}debhelper.log");
+ }
}
doit ("rm","-rf",$tmp."/")