r31831 - in /desktop/unstable/gnome-system-tools/debian: changelog patches/62_no_gettext.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Nov 24 19:53:31 UTC 2011


Author: biebl
Date: Thu Nov 24 19:53:30 2011
New Revision: 31831

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31831
Log:
* debian/patches/62_no_gettext.patch:
  - Updated. Fix GETTEXT_PACKAGE variable substitution so the translations
    are installed under the correct name. Closes: #647511

Modified:
    desktop/unstable/gnome-system-tools/debian/changelog
    desktop/unstable/gnome-system-tools/debian/patches/62_no_gettext.patch

Modified: desktop/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/changelog?rev=31831&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog [utf-8] Thu Nov 24 19:53:30 2011
@@ -1,3 +1,11 @@
+gnome-system-tools (3.0.0-2) UNRELEASED; urgency=low
+
+  * debian/patches/62_no_gettext.patch:
+    - Updated. Fix GETTEXT_PACKAGE variable substitution so the translations
+      are installed under the correct name. Closes: #647511
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 24 Nov 2011 20:52:12 +0100
+
 gnome-system-tools (3.0.0-1) unstable; urgency=low
 
   * New upstream release. Closes: #642978

Modified: desktop/unstable/gnome-system-tools/debian/patches/62_no_gettext.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/62_no_gettext.patch?rev=31831&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/62_no_gettext.patch [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/patches/62_no_gettext.patch [utf-8] Thu Nov 24 19:53:30 2011
@@ -2,9 +2,9 @@
 # conflict with gettext
 Index: gnome-system-tools-3.0.0/configure.in
 ===================================================================
---- gnome-system-tools-3.0.0.orig/configure.in	2011-04-03 19:32:51.000000000 +0200
-+++ gnome-system-tools-3.0.0/configure.in	2011-10-22 18:34:53.617908854 +0200
-@@ -158,8 +158,6 @@
+--- gnome-system-tools-3.0.0.orig/configure.in	2011-11-24 20:46:48.350903840 +0100
++++ gnome-system-tools-3.0.0/configure.in	2011-11-24 20:49:01.374902540 +0100
+@@ -158,11 +158,9 @@
  dnl Translations
  dnl ========================================================
  
@@ -12,4 +12,8 @@
 -AM_GNU_GETTEXT_VERSION([0.17])
  GETTEXT_PACKAGE=gnome-system-tools
  AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package name])
- AC_SUBST([GETTEXT_PACKAGE], GETTEXT_PACKAGE)
+-AC_SUBST([GETTEXT_PACKAGE], GETTEXT_PACKAGE)
++AC_SUBST([GETTEXT_PACKAGE])
+ 
+ dnl ========================================================
+ dnl END : Translations




More information about the pkg-gnome-commits mailing list