From 6d994134a907ab4bce94749bda9994a267d45008 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 19 Jul 2013 18:49:11 -0400 Subject: dh_python: Removed this deprecated and unused command. Closes: #717374 (Thanks, Luca Falavigna) --- t/size | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't/size') diff --git a/t/size b/t/size index fb915544..d8b98964 100755 --- a/t/size +++ b/t/size @@ -5,8 +5,7 @@ # bug. use Test::More; -# exclude dh_python since it's deprecated -my @progs=grep { -x $_ && !/dh_python/ } glob("dh_*"); +my @progs=grep { -x $_ } glob("dh_*"); plan(tests => (@progs + @progs)); -- cgit v1.2.3