[libnumber-tolerant-perl] 01/01: trailing whitespace and indentation

gregor herrmann gregoa at debian.org
Mon Nov 9 16:53:31 UTC 2015


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

gregoa pushed a commit to branch master
in repository libnumber-tolerant-perl.

commit 145d75fff64adac828c767446d483cabb17953bb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 9 17:50:32 2015 +0100

    trailing whitespace and indentation
    
    Gbp-Dch: Ignore
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8095d8a..f38e831 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,13 @@
 PACKAGE = $(shell dh_listpackages)
 MANDIR  = $(CURDIR)/debian/$(PACKAGE)/usr/share/man/man3
 
-%:     
+%:
 	dh $@
 
 override_dh_auto_install:
 	dh_auto_install
 	# remove empty manpages without whatis entry
 	for i in constant infinite less_than more_than offset or_less \
-or_more plus_or_minus plus_or_minus_pct to ; do \
-	$(RM) -v $(MANDIR)/Number::Tolerant::Type::$$i.3pm; \
+		or_more plus_or_minus plus_or_minus_pct to ; do \
+		$(RM) -v $(MANDIR)/Number::Tolerant::Type::$$i.3pm; \
 	done

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



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