diff options
Diffstat (limited to 'dh_du')
-rwxr-xr-x | dh_du | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,11 +0,0 @@ -#!/usr/bin/perl -w -# -# Generate a DEBIAN/du file, that lists the disk usage of the directories in -# the package. -# -# No longer - it was decided these files are a bad idea. - -BEGIN { push @INC, "debian", "/usr/share/debhelper" } -use Dh_Lib; - -warning("this program does nothing and is deprecated. Remove it from debian/rules."); |