summaryrefslogtreecommitdiff
path: root/dh_du
blob: d786e49788af13af8e18dcf75942dea56e181d4b (plain)
1
2
3
4
5
6
7
8
9
10
#!/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.");