diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-23 18:54:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-23 18:54:53 -0400 |
commit | de830e6ef085efd0da1950f82ec259e360c2832e (patch) | |
tree | af1ab99ed371a885fd8e62d36e61192b699672b4 /dh_clean | |
parent | 9dd0ae97130e8a6c1f3c2c49fe24d53fae454e5e (diff) | |
download | debhelper-de830e6ef085efd0da1950f82ec259e360c2832e.tar.gz |
Add deprecation warning for dh_clean -k.
Diffstat (limited to 'dh_clean')
-rwxr-xr-x | dh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}}) { |