summaryrefslogtreecommitdiff
path: root/dh_installdebfiles
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdebfiles')
-rwxr-xr-xdh_installdebfiles15
1 files changed, 0 insertions, 15 deletions
diff --git a/dh_installdebfiles b/dh_installdebfiles
deleted file mode 100755
index 72c17bcc..00000000
--- a/dh_installdebfiles
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl -w
-#
-# This program is deprecated, but left in the package for backwards
-# compatability. It simply calls the 3 programs that replaced it.
-
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
-
-$ENV{PATH}="debian:$ENV{PATH}:/usr/share/debhelper";
-
-warning("use of this program is deprecated, see man page.");
-
-doit("dh_installdeb",@ARGV);
-doit("dh_shlibdeps",@ARGV);
-doit("dh_gencontrol",@ARGV);