[debhelper-devel] [debhelper] 01/01: Add editor hints to the end of all perl modules and scripts

Niels Thykier nthykier at moszumanska.debian.org
Thu Jan 1 20:15:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 96ae867551d5670da44b1b8ba1611fc4853c28f5
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Jan 1 21:13:49 2015 +0100

    Add editor hints to the end of all perl modules and scripts
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 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 8fde215..239da2b 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 52def4f..c273313 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 56a4288..2ca4006 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 db971db..d60efd5 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 2c68a83..79b063b 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 4cfbcb4..0dfabd6 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 60cda3d..9cf7561 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 c3d58cc..c33cef8 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 91e817f..e1f7729 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 d5bac58..b500a69 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 0a51a4d..7ea34c8 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 e4f3e47..93e489b 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 55d150d..791774e 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 c93d212..eaedc22 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 f3bd321..ece00c4 100755
--- a/dh
+++ b/dh
@@ -980,3 +980,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 bbb5e85..fdd9850 100755
--- a/dh_auto_build
+++ b/dh_auto_build
@@ -55,3 +55,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 3abb5f3..4125d79 100755
--- a/dh_auto_clean
+++ b/dh_auto_clean
@@ -58,3 +58,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 e1ca7af..d03cd8a 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -60,3 +60,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 ef46a3c..a580e0b 100755
--- a/dh_auto_install
+++ b/dh_auto_install
@@ -100,3 +100,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 01dc5df..64c61d2 100755
--- a/dh_auto_test
+++ b/dh_auto_test
@@ -71,3 +71,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 83428f5..90498a4 100755
--- a/dh_bugfiles
+++ b/dh_bugfiles
@@ -134,3 +134,15 @@ This program is a part of debhelper.
 Modestas Vainius <modestas at 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 bf9fc27..42e8a98 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -132,3 +132,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 85f87f2..e1bee78 100755
--- a/dh_clean
+++ b/dh_clean
@@ -155,3 +155,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 3255132..53a6bb1 100755
--- a/dh_compress
+++ b/dh_compress
@@ -218,3 +218,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 075597f..3af2cd5 100755
--- a/dh_desktop
+++ b/dh_desktop
@@ -39,3 +39,9 @@ This program is a part of debhelper.
 Ross Burton <ross at 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 da45ee6..b5f6adb 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -139,3 +139,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 7c88293..b7132e7 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -105,3 +105,9 @@ Ross Burton <ross at burtonini.com>
 Josselin Mouette <joss at 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 41e09cb..e80197a 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -86,3 +86,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 b506f1f..58cf03f 100755
--- a/dh_icons
+++ b/dh_icons
@@ -81,3 +81,9 @@ Jordi Mallach <jordi at debian.org>
 Josselin Mouette <joss at 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 28a76ef..5715e04 100755
--- a/dh_install
+++ b/dh_install
@@ -268,3 +268,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 f65ab7c..eee7368 100755
--- a/dh_installcatalogs
+++ b/dh_installcatalogs
@@ -130,3 +130,9 @@ F</usr/share/doc/sgml-base-doc/>
 Adam Di Carlo <aph at 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 edd7f9f..914a280 100755
--- a/dh_installchangelogs
+++ b/dh_installchangelogs
@@ -249,3 +249,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 5e5851c..027905f 100755
--- a/dh_installcron
+++ b/dh_installcron
@@ -87,3 +87,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 0bd9252..2e4746d 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -150,3 +150,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 3eac7c9..4307aa7 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -136,3 +136,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 fe5683d..2750de8 100755
--- a/dh_installdirs
+++ b/dh_installdirs
@@ -96,3 +96,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 a6e63c1..59cf688 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -356,3 +356,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 b2ee142..9ab0b94 100755
--- a/dh_installemacsen
+++ b/dh_installemacsen
@@ -150,3 +150,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 448678a..9bfcb18 100755
--- a/dh_installexamples
+++ b/dh_installexamples
@@ -116,3 +116,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 dac471d..8552e63 100755
--- a/dh_installgsettings
+++ b/dh_installgsettings
@@ -96,3 +96,9 @@ Josselin Mouette <joss at 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 7b7c2ec..bcf7bd5 100755
--- a/dh_installifupdown
+++ b/dh_installifupdown
@@ -79,3 +79,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 2c3d9e9..14deeb3 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -85,3 +85,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 0944d30..f890016 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -336,3 +336,9 @@ Steve Langasek <steve.langasek at canonical.com>
 Michael Stapelberg <stapelberg at 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 0821f1d..a73a2e5 100755
--- a/dh_installlogcheck
+++ b/dh_installlogcheck
@@ -88,3 +88,9 @@ This program is a part of debhelper.
 Jon Middleton <jjm at 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 da14688..99ac2f7 100755
--- a/dh_installlogrotate
+++ b/dh_installlogrotate
@@ -60,3 +60,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 32267a9..22df803 100755
--- a/dh_installman
+++ b/dh_installman
@@ -271,3 +271,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 cc6a6f6..9ab4721 100755
--- a/dh_installmanpages
+++ b/dh_installmanpages
@@ -205,3 +205,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 f5eae5d..a8ccd78 100755
--- a/dh_installmenu
+++ b/dh_installmenu
@@ -99,3 +99,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 3360250..312dce7 100755
--- a/dh_installmime
+++ b/dh_installmime
@@ -71,3 +71,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 be31676..ce94cde 100755
--- a/dh_installmodules
+++ b/dh_installmodules
@@ -123,3 +123,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 8074881..e9530c5 100755
--- a/dh_installpam
+++ b/dh_installpam
@@ -69,3 +69,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 dad24cd..44ad892 100755
--- a/dh_installppp
+++ b/dh_installppp
@@ -75,3 +75,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 aaa0371..94bfade 100755
--- a/dh_installudev
+++ b/dh_installudev
@@ -125,3 +125,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 c3190e0..b09bc3a 100755
--- a/dh_installwm
+++ b/dh_installwm
@@ -118,3 +118,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 c8ee5b3..a02f6e0 100755
--- a/dh_installxfonts
+++ b/dh_installxfonts
@@ -97,3 +97,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 7b49b36..0e625a1 100755
--- a/dh_link
+++ b/dh_link
@@ -153,3 +153,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 6e6ace0..ba47ea0 100755
--- a/dh_lintian
+++ b/dh_lintian
@@ -69,3 +69,9 @@ L<lintian(1)>
 Steve Robbins <smr at 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 109301b..3ddf110 100755
--- a/dh_listpackages
+++ b/dh_listpackages
@@ -38,3 +38,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 cf27a8a..5ff7451 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -272,3 +272,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 4a1264b..c2e34a1 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -98,3 +98,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 6e48193..1b0f7c6 100755
--- a/dh_movefiles
+++ b/dh_movefiles
@@ -178,3 +178,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 dcdf589..ea09065 100755
--- a/dh_perl
+++ b/dh_perl
@@ -160,3 +160,9 @@ This program is a part of debhelper.
 Brendan O'Dea <bod at 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 33a6fa6..759b022 100755
--- a/dh_prep
+++ b/dh_prep
@@ -68,3 +68,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 fb04e6e..b3a2f6e 100755
--- a/dh_scrollkeeper
+++ b/dh_scrollkeeper
@@ -36,3 +36,9 @@ This program is a part of debhelper.
 Ross Burton <ross at 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 05d1412..19b6728 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -160,3 +160,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 dd912be..7f0ee66 100755
--- a/dh_strip
+++ b/dh_strip
@@ -251,3 +251,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 893eb3d..c17f905 100755
--- a/dh_suidregister
+++ b/dh_suidregister
@@ -125,3 +125,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 d7e945b..0459c87 100755
--- a/dh_testdir
+++ b/dh_testdir
@@ -61,3 +61,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 c010dd5..61700b4 100755
--- a/dh_testroot
+++ b/dh_testroot
@@ -35,3 +35,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 98fc4ae..811bd20 100755
--- a/dh_ucf
+++ b/dh_ucf
@@ -94,3 +94,9 @@ Joey Hess <joeyh at debian.org>
 Jeroen Schot <schot at 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 03a4ea7..661864a 100755
--- a/dh_undocumented
+++ b/dh_undocumented
@@ -36,3 +36,9 @@ This program is a part of debhelper.
 Joey Hess <joeyh at 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 4ccc601..3d5571e 100755
--- a/dh_usrlocal
+++ b/dh_usrlocal
@@ -124,3 +124,9 @@ This program is a part of debhelper.
 Andrew Stribblehill <ads at debian.org>
 
 =cut
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list