summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-01-01 21:13:49 +0100
committerNiels Thykier <niels@thykier.net>2015-01-01 21:13:49 +0100
commit96ae867551d5670da44b1b8ba1611fc4853c28f5 (patch)
treeeab8fb243fe61299f27b97350894588ee03ba35f
parent22ee2dfd0c67548d9abf62c64e524e55181d22c2 (diff)
downloaddebhelper-96ae867551d5670da44b1b8ba1611fc4853c28f5.tar.gz
Add editor hints to the end of all perl modules and scripts
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r--Debian/Debhelper/Buildsystem.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/ant.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/autoconf.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/cmake.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/makefile.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/perl_build.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/perl_makemaker.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/python_distutils.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/qmake.pm6
-rw-r--r--Debian/Debhelper/Buildsystem/qmake_qt4.pm6
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm6
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm6
-rw-r--r--Debian/Debhelper/Dh_Lib.pm6
-rw-r--r--Debian/Debhelper/Sequence/python_support.pm6
-rwxr-xr-xdh6
-rwxr-xr-xdh_auto_build6
-rwxr-xr-xdh_auto_clean6
-rwxr-xr-xdh_auto_configure6
-rwxr-xr-xdh_auto_install6
-rwxr-xr-xdh_auto_test6
-rwxr-xr-xdh_bugfiles12
-rwxr-xr-xdh_builddeb6
-rwxr-xr-xdh_clean6
-rwxr-xr-xdh_compress6
-rwxr-xr-xdh_desktop6
-rwxr-xr-xdh_fixperms6
-rwxr-xr-xdh_gconf6
-rwxr-xr-xdh_gencontrol6
-rwxr-xr-xdh_icons6
-rwxr-xr-xdh_install6
-rwxr-xr-xdh_installcatalogs6
-rwxr-xr-xdh_installchangelogs6
-rwxr-xr-xdh_installcron6
-rwxr-xr-xdh_installdeb6
-rwxr-xr-xdh_installdebconf6
-rwxr-xr-xdh_installdirs6
-rwxr-xr-xdh_installdocs6
-rwxr-xr-xdh_installemacsen6
-rwxr-xr-xdh_installexamples6
-rwxr-xr-xdh_installgsettings6
-rwxr-xr-xdh_installifupdown6
-rwxr-xr-xdh_installinfo6
-rwxr-xr-xdh_installinit6
-rwxr-xr-xdh_installlogcheck6
-rwxr-xr-xdh_installlogrotate6
-rwxr-xr-xdh_installman6
-rwxr-xr-xdh_installmanpages6
-rwxr-xr-xdh_installmenu6
-rwxr-xr-xdh_installmime6
-rwxr-xr-xdh_installmodules6
-rwxr-xr-xdh_installpam6
-rwxr-xr-xdh_installppp6
-rwxr-xr-xdh_installudev6
-rwxr-xr-xdh_installwm6
-rwxr-xr-xdh_installxfonts6
-rwxr-xr-xdh_link6
-rwxr-xr-xdh_lintian6
-rwxr-xr-xdh_listpackages6
-rwxr-xr-xdh_makeshlibs6
-rwxr-xr-xdh_md5sums6
-rwxr-xr-xdh_movefiles6
-rwxr-xr-xdh_perl6
-rwxr-xr-xdh_prep6
-rwxr-xr-xdh_scrollkeeper6
-rwxr-xr-xdh_shlibdeps6
-rwxr-xr-xdh_strip6
-rwxr-xr-xdh_suidregister6
-rwxr-xr-xdh_testdir6
-rwxr-xr-xdh_testroot6
-rwxr-xr-xdh_ucf6
-rwxr-xr-xdh_undocumented6
-rwxr-xr-xdh_usrlocal6
72 files changed, 438 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm
index 8fde2159..239da2ba 100644
--- a/Debian/Debhelper/Buildsystem.pm
+++ b/Debian/Debhelper/Buildsystem.pm
@@ -413,3 +413,9 @@ sub clean {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/ant.pm b/Debian/Debhelper/Buildsystem/ant.pm
index 52def4f6..c2733133 100644
--- a/Debian/Debhelper/Buildsystem/ant.pm
+++ b/Debian/Debhelper/Buildsystem/ant.pm
@@ -35,3 +35,9 @@ sub clean {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm
index 56a42887..2ca40069 100644
--- a/Debian/Debhelper/Buildsystem/autoconf.pm
+++ b/Debian/Debhelper/Buildsystem/autoconf.pm
@@ -76,3 +76,9 @@ sub configure {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm
index db971db1..d60efd5d 100644
--- a/Debian/Debhelper/Buildsystem/cmake.pm
+++ b/Debian/Debhelper/Buildsystem/cmake.pm
@@ -75,3 +75,9 @@ sub test {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm
index 2c68a836..79b063bc 100644
--- a/Debian/Debhelper/Buildsystem/makefile.pm
+++ b/Debian/Debhelper/Buildsystem/makefile.pm
@@ -150,3 +150,9 @@ sub clean {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/perl_build.pm b/Debian/Debhelper/Buildsystem/perl_build.pm
index 4cfbcb4c..0dfabd69 100644
--- a/Debian/Debhelper/Buildsystem/perl_build.pm
+++ b/Debian/Debhelper/Buildsystem/perl_build.pm
@@ -75,3 +75,9 @@ sub clean {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/perl_makemaker.pm b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
index 60cda3d0..9cf75611 100644
--- a/Debian/Debhelper/Buildsystem/perl_makemaker.pm
+++ b/Debian/Debhelper/Buildsystem/perl_makemaker.pm
@@ -78,3 +78,9 @@ sub install {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm
index c3d58cc0..c33cef82 100644
--- a/Debian/Debhelper/Buildsystem/python_distutils.pm
+++ b/Debian/Debhelper/Buildsystem/python_distutils.pm
@@ -208,3 +208,9 @@ sub clean {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/qmake.pm b/Debian/Debhelper/Buildsystem/qmake.pm
index 91e817f8..e1f7729b 100644
--- a/Debian/Debhelper/Buildsystem/qmake.pm
+++ b/Debian/Debhelper/Buildsystem/qmake.pm
@@ -81,3 +81,9 @@ sub install {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Buildsystem/qmake_qt4.pm b/Debian/Debhelper/Buildsystem/qmake_qt4.pm
index d5bac585..b500a69d 100644
--- a/Debian/Debhelper/Buildsystem/qmake_qt4.pm
+++ b/Debian/Debhelper/Buildsystem/qmake_qt4.pm
@@ -16,3 +16,9 @@ sub configure {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index 0a51a4d2..7ea34c84 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -226,3 +226,9 @@ sub buildsystems_do {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index e4f3e471..93e489b5 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -286,3 +286,9 @@ sub parseopts {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 55d150da..791774ee 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -1107,3 +1107,9 @@ sub get_buildoption {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/Debian/Debhelper/Sequence/python_support.pm b/Debian/Debhelper/Sequence/python_support.pm
index c93d2126..eaedc22c 100644
--- a/Debian/Debhelper/Sequence/python_support.pm
+++ b/Debian/Debhelper/Sequence/python_support.pm
@@ -13,3 +13,9 @@ if (-x "/usr/bin/dh_pysupport") {
}
1
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh b/dh
index f3bd3213..ece00c41 100755
--- a/dh
+++ b/dh
@@ -980,3 +980,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_auto_build b/dh_auto_build
index bbb5e851..fdd9850e 100755
--- a/dh_auto_build
+++ b/dh_auto_build
@@ -55,3 +55,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_auto_clean b/dh_auto_clean
index 3abb5f3e..4125d799 100755
--- a/dh_auto_clean
+++ b/dh_auto_clean
@@ -58,3 +58,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_auto_configure b/dh_auto_configure
index e1ca7af2..d03cd8ab 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -60,3 +60,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_auto_install b/dh_auto_install
index ef46a3c5..a580e0b5 100755
--- a/dh_auto_install
+++ b/dh_auto_install
@@ -100,3 +100,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_auto_test b/dh_auto_test
index 01dc5df5..64c61d2a 100755
--- a/dh_auto_test
+++ b/dh_auto_test
@@ -71,3 +71,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_bugfiles b/dh_bugfiles
index 83428f51..90498a40 100755
--- a/dh_bugfiles
+++ b/dh_bugfiles
@@ -134,3 +134,15 @@ This program is a part of debhelper.
Modestas Vainius <modestas@vainius.eu>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_builddeb b/dh_builddeb
index bf9fc27d..42e8a981 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -132,3 +132,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_clean b/dh_clean
index 85f87f21..e1bee789 100755
--- a/dh_clean
+++ b/dh_clean
@@ -155,3 +155,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_compress b/dh_compress
index 3255132e..53a6bb14 100755
--- a/dh_compress
+++ b/dh_compress
@@ -218,3 +218,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_desktop b/dh_desktop
index 075597fb..3af2cd58 100755
--- a/dh_desktop
+++ b/dh_desktop
@@ -39,3 +39,9 @@ This program is a part of debhelper.
Ross Burton <ross@burtonini.com>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_fixperms b/dh_fixperms
index da45ee64..b5f6adb1 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -139,3 +139,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_gconf b/dh_gconf
index 7c88293f..b7132e76 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -105,3 +105,9 @@ Ross Burton <ross@burtonini.com>
Josselin Mouette <joss@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_gencontrol b/dh_gencontrol
index 41e09cbe..e80197aa 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -86,3 +86,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_icons b/dh_icons
index b506f1f9..58cf03f3 100755
--- a/dh_icons
+++ b/dh_icons
@@ -81,3 +81,9 @@ Jordi Mallach <jordi@debian.org>
Josselin Mouette <joss@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_install b/dh_install
index 28a76efd..5715e04f 100755
--- a/dh_install
+++ b/dh_install
@@ -268,3 +268,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installcatalogs b/dh_installcatalogs
index f65ab7cb..eee73687 100755
--- a/dh_installcatalogs
+++ b/dh_installcatalogs
@@ -130,3 +130,9 @@ F</usr/share/doc/sgml-base-doc/>
Adam Di Carlo <aph@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installchangelogs b/dh_installchangelogs
index edd7f9f3..914a2804 100755
--- a/dh_installchangelogs
+++ b/dh_installchangelogs
@@ -249,3 +249,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installcron b/dh_installcron
index 5e5851c1..027905ff 100755
--- a/dh_installcron
+++ b/dh_installcron
@@ -87,3 +87,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installdeb b/dh_installdeb
index 0bd9252b..2e4746d0 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -150,3 +150,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installdebconf b/dh_installdebconf
index 3eac7c99..4307aa74 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -136,3 +136,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installdirs b/dh_installdirs
index fe5683d6..2750de84 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -96,3 +96,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installdocs b/dh_installdocs
index a6e63c14..59cf6886 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -356,3 +356,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installemacsen b/dh_installemacsen
index b2ee1426..9ab0b944 100755
--- a/dh_installemacsen
+++ b/dh_installemacsen
@@ -150,3 +150,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installexamples b/dh_installexamples
index 448678ad..9bfcb185 100755
--- a/dh_installexamples
+++ b/dh_installexamples
@@ -116,3 +116,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installgsettings b/dh_installgsettings
index dac471d5..8552e633 100755
--- a/dh_installgsettings
+++ b/dh_installgsettings
@@ -96,3 +96,9 @@ Josselin Mouette <joss@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installifupdown b/dh_installifupdown
index 7b7c2ecf..bcf7bd55 100755
--- a/dh_installifupdown
+++ b/dh_installifupdown
@@ -79,3 +79,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installinfo b/dh_installinfo
index 2c3d9e9a..14deeb33 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -85,3 +85,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installinit b/dh_installinit
index 0944d306..f8900165 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -336,3 +336,9 @@ Steve Langasek <steve.langasek@canonical.com>
Michael Stapelberg <stapelberg@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installlogcheck b/dh_installlogcheck
index 0821f1d5..a73a2e57 100755
--- a/dh_installlogcheck
+++ b/dh_installlogcheck
@@ -88,3 +88,9 @@ This program is a part of debhelper.
Jon Middleton <jjm@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installlogrotate b/dh_installlogrotate
index da14688c..99ac2f7e 100755
--- a/dh_installlogrotate
+++ b/dh_installlogrotate
@@ -60,3 +60,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installman b/dh_installman
index 32267a98..22df8030 100755
--- a/dh_installman
+++ b/dh_installman
@@ -271,3 +271,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installmanpages b/dh_installmanpages
index cc6a6f6f..9ab47210 100755
--- a/dh_installmanpages
+++ b/dh_installmanpages
@@ -205,3 +205,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installmenu b/dh_installmenu
index f5eae5db..a8ccd78c 100755
--- a/dh_installmenu
+++ b/dh_installmenu
@@ -99,3 +99,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installmime b/dh_installmime
index 3360250f..312dce78 100755
--- a/dh_installmime
+++ b/dh_installmime
@@ -71,3 +71,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installmodules b/dh_installmodules
index be31676f..ce94cdea 100755
--- a/dh_installmodules
+++ b/dh_installmodules
@@ -123,3 +123,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installpam b/dh_installpam
index 80748818..e9530c56 100755
--- a/dh_installpam
+++ b/dh_installpam
@@ -69,3 +69,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installppp b/dh_installppp
index dad24cd7..44ad892b 100755
--- a/dh_installppp
+++ b/dh_installppp
@@ -75,3 +75,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installudev b/dh_installudev
index aaa0371d..94bfade0 100755
--- a/dh_installudev
+++ b/dh_installudev
@@ -125,3 +125,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installwm b/dh_installwm
index c3190e0b..b09bc3a0 100755
--- a/dh_installwm
+++ b/dh_installwm
@@ -118,3 +118,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_installxfonts b/dh_installxfonts
index c8ee5b34..a02f6e00 100755
--- a/dh_installxfonts
+++ b/dh_installxfonts
@@ -97,3 +97,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_link b/dh_link
index 7b49b368..0e625a1e 100755
--- a/dh_link
+++ b/dh_link
@@ -153,3 +153,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_lintian b/dh_lintian
index 6e6ace0e..ba47ea08 100755
--- a/dh_lintian
+++ b/dh_lintian
@@ -69,3 +69,9 @@ L<lintian(1)>
Steve Robbins <smr@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_listpackages b/dh_listpackages
index 109301b9..3ddf110c 100755
--- a/dh_listpackages
+++ b/dh_listpackages
@@ -38,3 +38,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_makeshlibs b/dh_makeshlibs
index cf27a8a0..5ff7451f 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -272,3 +272,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_md5sums b/dh_md5sums
index 4a1264be..c2e34a19 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -98,3 +98,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_movefiles b/dh_movefiles
index 6e481930..1b0f7c6f 100755
--- a/dh_movefiles
+++ b/dh_movefiles
@@ -178,3 +178,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_perl b/dh_perl
index dcdf589b..ea090653 100755
--- a/dh_perl
+++ b/dh_perl
@@ -160,3 +160,9 @@ This program is a part of debhelper.
Brendan O'Dea <bod@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_prep b/dh_prep
index 33a6fa6a..759b0226 100755
--- a/dh_prep
+++ b/dh_prep
@@ -68,3 +68,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_scrollkeeper b/dh_scrollkeeper
index fb04e6ef..b3a2f6e9 100755
--- a/dh_scrollkeeper
+++ b/dh_scrollkeeper
@@ -36,3 +36,9 @@ This program is a part of debhelper.
Ross Burton <ross@burtonini.com>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_shlibdeps b/dh_shlibdeps
index 05d14129..19b67280 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -160,3 +160,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_strip b/dh_strip
index dd912bef..7f0ee66b 100755
--- a/dh_strip
+++ b/dh_strip
@@ -251,3 +251,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_suidregister b/dh_suidregister
index 893eb3dd..c17f905b 100755
--- a/dh_suidregister
+++ b/dh_suidregister
@@ -125,3 +125,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_testdir b/dh_testdir
index d7e945b9..0459c873 100755
--- a/dh_testdir
+++ b/dh_testdir
@@ -61,3 +61,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_testroot b/dh_testroot
index c010dd50..61700b4c 100755
--- a/dh_testroot
+++ b/dh_testroot
@@ -35,3 +35,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_ucf b/dh_ucf
index 98fc4ae9..811bd209 100755
--- a/dh_ucf
+++ b/dh_ucf
@@ -94,3 +94,9 @@ Joey Hess <joeyh@debian.org>
Jeroen Schot <schot@a-eskwadraat.nl>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_undocumented b/dh_undocumented
index 03a4ea7e..661864a0 100755
--- a/dh_undocumented
+++ b/dh_undocumented
@@ -36,3 +36,9 @@ This program is a part of debhelper.
Joey Hess <joeyh@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:
diff --git a/dh_usrlocal b/dh_usrlocal
index 4ccc601b..3d5571eb 100755
--- a/dh_usrlocal
+++ b/dh_usrlocal
@@ -124,3 +124,9 @@ This program is a part of debhelper.
Andrew Stribblehill <ads@debian.org>
=cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End: