]> git.donarmstrong.com Git - debhelper.git/blob - dh_du
r387: * I retract 2.1.23, the hack doesn't help make dpkg-shlibdeps work; db3
[debhelper.git] / dh_du
1 #!/usr/bin/perl -w
2 #
3 # Generate a DEBIAN/du file, that lists the disk usage of the directories in 
4 # the package.
5 #
6 # No longer - it was decided these files are a bad idea.
7
8 use Debian::Debhelper::Dh_Lib;
9
10 warning("this program does nothing and is deprecated. Remove it from debian/rules.");