summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_clean b/dh_clean
index bc5bc579..2fca7815 100755
--- a/dh_clean
+++ b/dh_clean
@@ -72,7 +72,7 @@ inhibit_log();
if ($dh{K_FLAG}) {
# dh_prep will be emulated (mostly) by the code below.
- # TODO deprecation warning
+ warning("dh_clean -k is deprecated; use dh_prep instead");
}
foreach my $package (@{$dh{DOPACKAGES}}) {