From 96ae867551d5670da44b1b8ba1611fc4853c28f5 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Thu, 1 Jan 2015 21:13:49 +0100 Subject: Add editor hints to the end of all perl modules and scripts Signed-off-by: Niels Thykier --- Debian/Debhelper/Buildsystem.pm | 6 ++++++ Debian/Debhelper/Buildsystem/ant.pm | 6 ++++++ Debian/Debhelper/Buildsystem/autoconf.pm | 6 ++++++ Debian/Debhelper/Buildsystem/cmake.pm | 6 ++++++ Debian/Debhelper/Buildsystem/makefile.pm | 6 ++++++ Debian/Debhelper/Buildsystem/perl_build.pm | 6 ++++++ Debian/Debhelper/Buildsystem/perl_makemaker.pm | 6 ++++++ Debian/Debhelper/Buildsystem/python_distutils.pm | 6 ++++++ Debian/Debhelper/Buildsystem/qmake.pm | 6 ++++++ Debian/Debhelper/Buildsystem/qmake_qt4.pm | 6 ++++++ Debian/Debhelper/Dh_Buildsystems.pm | 6 ++++++ Debian/Debhelper/Dh_Getopt.pm | 6 ++++++ Debian/Debhelper/Dh_Lib.pm | 6 ++++++ Debian/Debhelper/Sequence/python_support.pm | 6 ++++++ dh | 6 ++++++ dh_auto_build | 6 ++++++ dh_auto_clean | 6 ++++++ dh_auto_configure | 6 ++++++ dh_auto_install | 6 ++++++ dh_auto_test | 6 ++++++ dh_bugfiles | 12 ++++++++++++ dh_builddeb | 6 ++++++ dh_clean | 6 ++++++ dh_compress | 6 ++++++ dh_desktop | 6 ++++++ dh_fixperms | 6 ++++++ dh_gconf | 6 ++++++ dh_gencontrol | 6 ++++++ dh_icons | 6 ++++++ dh_install | 6 ++++++ dh_installcatalogs | 6 ++++++ dh_installchangelogs | 6 ++++++ dh_installcron | 6 ++++++ dh_installdeb | 6 ++++++ dh_installdebconf | 6 ++++++ dh_installdirs | 6 ++++++ dh_installdocs | 6 ++++++ dh_installemacsen | 6 ++++++ dh_installexamples | 6 ++++++ dh_installgsettings | 6 ++++++ dh_installifupdown | 6 ++++++ dh_installinfo | 6 ++++++ dh_installinit | 6 ++++++ dh_installlogcheck | 6 ++++++ dh_installlogrotate | 6 ++++++ dh_installman | 6 ++++++ dh_installmanpages | 6 ++++++ dh_installmenu | 6 ++++++ dh_installmime | 6 ++++++ dh_installmodules | 6 ++++++ dh_installpam | 6 ++++++ dh_installppp | 6 ++++++ dh_installudev | 6 ++++++ dh_installwm | 6 ++++++ dh_installxfonts | 6 ++++++ dh_link | 6 ++++++ dh_lintian | 6 ++++++ dh_listpackages | 6 ++++++ dh_makeshlibs | 6 ++++++ dh_md5sums | 6 ++++++ dh_movefiles | 6 ++++++ dh_perl | 6 ++++++ dh_prep | 6 ++++++ dh_scrollkeeper | 6 ++++++ dh_shlibdeps | 6 ++++++ dh_strip | 6 ++++++ dh_suidregister | 6 ++++++ dh_testdir | 6 ++++++ dh_testroot | 6 ++++++ dh_ucf | 6 ++++++ dh_undocumented | 6 ++++++ dh_usrlocal | 6 ++++++ 72 files changed, 438 insertions(+) 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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 Josselin Mouette =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 =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 Josselin Mouette =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 =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 Adam Di Carlo =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 Michael Stapelberg =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 Steve Robbins =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 =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 Jeroen Schot =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 =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 =cut + +# Local Variables: +# indent-tabs-mode: t +# tab-width: 4 +# cperl-indent-level: 4 +# End: -- cgit v1.2.3