summaryrefslogtreecommitdiff
path: root/dh_du
diff options
context:
space:
mode:
Diffstat (limited to 'dh_du')
-rwxr-xr-xdh_du10
1 files changed, 0 insertions, 10 deletions
diff --git a/dh_du b/dh_du
deleted file mode 100755
index d786e497..00000000
--- a/dh_du
+++ /dev/null
@@ -1,10 +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.
-
-use Debian::Debhelper::Dh_Lib;
-
-warning("this program does nothing and is deprecated. Remove it from debian/rules.");