diff options
author | unknown <unknown> | 2003-07-28 18:44:19 +0000 |
---|---|---|
committer | unknown <unknown> | 2003-07-28 18:44:19 +0000 |
commit | e7dc4b4eb129953a29f28dca3347ab8355e5efc3 (patch) | |
tree | cad0cf82703f0ab98d14179f9e5136ad5843af87 /dh_du | |
parent | 63e45075003b1d9fcff097b5644a81131c346653 (diff) | |
download | debhelper-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-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."); |