r77546 - /trunk/liblocale-gettext-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 16 18:52:10 UTC 2011


Author: gregoa
Date: Sat Jul 16 18:52:08 2011
New Revision: 77546

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77546
Log:
back to spaces

Modified:
    trunk/liblocale-gettext-perl/debian/rules

Modified: trunk/liblocale-gettext-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/rules?rev=77546&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/rules (original)
+++ trunk/liblocale-gettext-perl/debian/rules Sat Jul 16 18:52:08 2011
@@ -4,12 +4,12 @@
 DEB_HOST_GNU_TYPE       := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
-	PERL_VER := $(shell perl -MConfig -e'print "$$Config{version}\n"')
-	export PERL5LIB=/usr/$(DEB_HOST_GNU_TYPE)/lib/perl/$(PERL_VER)
+  PERL_VER := $(shell perl -MConfig -e'print "$$Config{version}\n"')
+  export PERL5LIB=/usr/$(DEB_HOST_GNU_TYPE)/lib/perl/$(PERL_VER)
 
-	ifneq (true,$(shell [ -f $(PERL5LIB)/Config.pm -a -f $(PERL5LIB)/Config_heavy.pl ] && echo true))
-		$(error Config.pm & Config_heavy.pl for cross building not found in $(PERL5LIB))
-	endif
+  ifneq (true,$(shell [ -f $(PERL5LIB)/Config.pm -a -f $(PERL5LIB)/Config_heavy.pl ] && echo true))
+    $(error Config.pm & Config_heavy.pl for cross building not found in $(PERL5LIB))
+  endif
 endif
 
 %:




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