summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-23 18:54:53 -0400
committerJoey Hess <joey@kitenet.net>2010-05-23 18:54:53 -0400
commitde830e6ef085efd0da1950f82ec259e360c2832e (patch)
treeaf1ab99ed371a885fd8e62d36e61192b699672b4 /dh_clean
parent9dd0ae97130e8a6c1f3c2c49fe24d53fae454e5e (diff)
Add deprecation warning for dh_clean -k.
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}}) {