[libembperl-perl] 01/06: Clear lines with only tabs in debian/rules

Axel Beckert abe at deuxchevaux.org
Sun Jan 26 00:52:31 UTC 2014


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

abe pushed a commit to branch master
in repository libembperl-perl.

commit 24bc9092129b10b5125e8516954d7a7d53101cda
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 26 01:16:11 2014 +0100

    Clear lines with only tabs in debian/rules
---
 debian/changelog |  1 +
 debian/rules     | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7963c6d..4fa3055 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ libembperl-perl (2.5.0~rc4-1) UNRELEASED; urgency=low
   * Apply wrap-and-sort.
   * Add myself as uploader.
   * Bump Standards-Version to 3.9.5 (no changes).
+  * Clear lines with only tabs in debian/rules.
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:00:37 +0100
 
diff --git a/debian/rules b/debian/rules
index 35ca6a1..08a4ed8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,13 +18,13 @@ override_dh_auto_configure:
 override_dh_auto_install: $(POD2TEXT)
 	# fix occasional upstream permission errors
 	find eg blib/lib -type f -a -perm +111 -exec chmod -x \{\} \;
-	
+
 	dh_auto_install
-	
+
 	# the CGI scripts enable use_redirect_env, so should be safe to
 	# install by default
 	install -m 755 *cgi.pl debian/libembperl-perl/usr/lib/cgi-bin/
-	
+
 	# move German manpages to usr/share/man/de/man{1,2,3}
 	@set -e;\
 	for f in $(TMP)/usr/share/man/man3/*[a-z]D.3pm; do \
@@ -32,11 +32,11 @@ override_dh_auto_install: $(POD2TEXT)
 	    echo "mv $$f $$f_de" ;\
 	    mv $$f $$f_de ;\
 	done
-	
+
 	# ship Apache config in mods-available
 	install -m 644 debian/zembperl.conf debian/zembperl.load \
 	    $(TMP)/etc/apache2/mods-available/
-	
+
 	# strip .pl off executables (and their manpages)
 	rename -v 's/\.pl//' $(TMP)/usr/bin/emb*
 	rename -v 's/\.pl//' $(TMP)/usr/share/man/man1/emb*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git



More information about the Pkg-perl-cvs-commits mailing list