diff options
author | Niels Thykier <niels@thykier.net> | 2015-01-01 21:13:49 +0100 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2015-01-01 21:13:49 +0100 |
commit | 96ae867551d5670da44b1b8ba1611fc4853c28f5 (patch) | |
tree | eab8fb243fe61299f27b97350894588ee03ba35f | |
parent | 22ee2dfd0c67548d9abf62c64e524e55181d22c2 (diff) | |
download | debhelper-96ae867551d5670da44b1b8ba1611fc4853c28f5.tar.gz |
Add editor hints to the end of all perl modules and scripts
Signed-off-by: Niels Thykier <niels@thykier.net>
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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: |