r19929 - in /desktop/unstable/intltool/debian: changelog patches/01_linguas_escaping.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun May 10 07:00:30 UTC 2009


Author: joss
Date: Sun May 10 07:00:30 2009
New Revision: 19929

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19929
Log:
01_linguas_escaping.patch: new patch, stolen upstream. Fixes use of 
LINGUAS. Closes: #524923.

Added:
    desktop/unstable/intltool/debian/patches/01_linguas_escaping.patch
Modified:
    desktop/unstable/intltool/debian/changelog

Modified: desktop/unstable/intltool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/changelog?rev=19929&op=diff
==============================================================================
--- desktop/unstable/intltool/debian/changelog (original)
+++ desktop/unstable/intltool/debian/changelog Sun May 10 07:00:30 2009
@@ -1,3 +1,10 @@
+intltool (0.40.6-2) unstable; urgency=low
+
+  * 01_linguas_escaping.patch: new patch, stolen upstream. Fixes use of 
+    LINGUAS. Closes: #524923.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 10 May 2009 09:00:23 +0200
+
 intltool (0.40.6-1) unstable; urgency=low
 
   * New upstream release:

Added: desktop/unstable/intltool/debian/patches/01_linguas_escaping.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/patches/01_linguas_escaping.patch?rev=19929&op=file
==============================================================================
--- desktop/unstable/intltool/debian/patches/01_linguas_escaping.patch (added)
+++ desktop/unstable/intltool/debian/patches/01_linguas_escaping.patch Sun May 10 07:00:30 2009
@@ -1,0 +1,17 @@
+Debian #524923
+GNOME #577133
+Upstream commit r690
+
+=== modified file 'Makefile.in.in'
+--- Makefile.in.in	2009-03-01 03:49:14 +0000
++++ Makefile.in.in	2009-04-08 18:22:42 +0000
+@@ -56,7 +56,7 @@
+ 
+ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
+ 
+-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
++USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
+ 
+ USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
+ 
+




More information about the pkg-gnome-commits mailing list