r77543 - in /trunk/liblocale-gettext-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 16 18:36:42 UTC 2011


Author: gregoa
Date: Sat Jul 16 18:36:41 2011
New Revision: 77543

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77543
Log:
changelog, tabs

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

Modified: trunk/liblocale-gettext-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/changelog?rev=77543&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/changelog (original)
+++ trunk/liblocale-gettext-perl/debian/changelog Sat Jul 16 18:36:41 2011
@@ -1,7 +1,4 @@
 liblocale-gettext-perl (1.05-7) UNRELEASED; urgency=low
-
-  TODO:
-  ansgar has ideas on how to improve the patch (i.e. debian/rules)
 
   [ Steve McIntyre ]
   * Configure perl C compilation for cross builds
@@ -9,6 +6,7 @@
     Closes: #633949
 
   [ gregor herrmann ]
+  * Improvements to Steve's patch by Ansgar.
   * Switch to source format 3.0 (quilt).
   * Add /me to Uploaders.
   * Set Standards-Version to 3.9.2 (no changes).

Modified: trunk/liblocale-gettext-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/rules?rev=77543&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/rules (original)
+++ trunk/liblocale-gettext-perl/debian/rules Sat Jul 16 18:36:41 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