[SCM] Packaging of Number::Tolerant in Debian branch, master, updated. b404d0586f812f232a1d680560bc00082dc4d2b3

Florian Schlichting fsfs at debian.org
Sun Apr 28 20:36:04 UTC 2013


The following commit has been merged in the master branch:
commit b404d0586f812f232a1d680560bc00082dc4d2b3
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Apr 28 22:29:22 2013 +0200

    convert spaces to tab in debian/rules
    
    it's a Makefile, so just to be sure... (and it makes the comment appear
    in the build log, which is generally helpful)

diff --git a/debian/rules b/debian/rules
index c1561d6..8095d8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ MANDIR  = $(CURDIR)/debian/$(PACKAGE)/usr/share/man/man3
 
 override_dh_auto_install:
 	dh_auto_install
-        # remove empty manpage without whatis entry
+	# 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; \

-- 
Packaging of Number::Tolerant in Debian



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