]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_du
r238: Initial Import
[debhelper.git] / dh_du
diff --git a/dh_du b/dh_du
index 78518f8ef06de36909b08bd8159a413335109b09..d0358999b5034bc969207779382bbdf433047b2a 100755 (executable)
--- a/dh_du
+++ b/dh_du
@@ -5,4 +5,7 @@
 #
 # No longer - it was decided these files are a bad idea.
 
-print STDERR "dh_du: this program does nothing and is deprecated. Remove it from debian/rules.\n";
+BEGIN { push @INC, "debian", "/usr/share/debhelper" }
+use Dh_Lib;
+
+warning("this program does nothing and is deprecated. Remove it from debian/rules.");