summaryrefslogtreecommitdiff
path: root/dh_du
diff options
context:
space:
mode:
authorunknown <unknown>2003-07-28 18:44:19 +0000
committerunknown <unknown>2003-07-28 18:44:19 +0000
commite7dc4b4eb129953a29f28dca3347ab8355e5efc3 (patch)
treecad0cf82703f0ab98d14179f9e5136ad5843af87 /dh_du
parent63e45075003b1d9fcff097b5644a81131c346653 (diff)
downloaddebhelper-version_0.10.tar.gz
r753: This commit was manufactured by cvs2svn to create tagversion_0.10
'upstream_version_0_10'.
Diffstat (limited to 'dh_du')
-rwxr-xr-xdh_du11
1 files changed, 0 insertions, 11 deletions
diff --git a/dh_du b/dh_du
deleted file mode 100755
index d0358999..00000000
--- a/dh_du
+++ /dev/null
@@ -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.");