File: dh_du

package info (click to toggle)
debhelper 2.0.86
  • links: PTS
  • area: main
  • in suites: potato
  • size: 616 kB
  • ctags: 49
  • sloc: perl: 1,842; makefile: 251; sh: 5
file content (11 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/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.");