From de830e6ef085efd0da1950f82ec259e360c2832e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 23 May 2010 18:54:53 -0400 Subject: Add deprecation warning for dh_clean -k. --- dh_clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_clean') 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}}) { -- cgit v1.2.3