[Pkg-cli-apps-commits] r4137 - in /packages/gnome-do/trunk/debian: changelog patches/00list patches/04_fix_locale_dir.dpatch
raof-guest at users.alioth.debian.org
raof-guest at users.alioth.debian.org
Wed Sep 17 22:40:49 UTC 2008
Author: raof-guest
Date: Wed Sep 17 22:40:49 2008
New Revision: 4137
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4137
Log:
Point hardcoded locale directory at where we install. Fixes tranlations
Added:
packages/gnome-do/trunk/debian/patches/04_fix_locale_dir.dpatch (with props)
Modified:
packages/gnome-do/trunk/debian/changelog
packages/gnome-do/trunk/debian/patches/00list
Modified: packages/gnome-do/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/changelog?rev=4137&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/changelog (original)
+++ packages/gnome-do/trunk/debian/changelog Wed Sep 17 22:40:49 2008
@@ -19,6 +19,9 @@
* debian/copyright:
+ Refresh for new upstream version
+ Update to more recent CopyrightFormat proposal
+ * debian/patches/04_fix_locale_dir:
+ + Point the (hardcoded) locale dir to /usr/share/locale rather than
+ /usr/local/share/locale.
-- Christopher James Halse Rogers <raof at ubuntu.com> Mon, 25 Aug 2008 08:27:54 +1000
Modified: packages/gnome-do/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/patches/00list?rev=4137&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/patches/00list (original)
+++ packages/gnome-do/trunk/debian/patches/00list Wed Sep 17 22:40:49 2008
@@ -1,3 +1,4 @@
01_fix_libX11_linkage
02_use_cli_for_wrapper
03_show_in_all_DEs
+04_fix_locale_dir
Added: packages/gnome-do/trunk/debian/patches/04_fix_locale_dir.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/patches/04_fix_locale_dir.dpatch?rev=4137&op=file
==============================================================================
--- packages/gnome-do/trunk/debian/patches/04_fix_locale_dir.dpatch (added)
+++ packages/gnome-do/trunk/debian/patches/04_fix_locale_dir.dpatch Wed Sep 17 22:40:49 2008
@@ -1,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_fix_locale_dir.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Change hardcoded locale dir to /usr/share/locale, where we install the
+## DP: translations.
+
+ at DPATCH@
+diff -urNad gnome-do-0.6.0.1~/Do/src/Do.cs gnome-do-0.6.0.1/Do/src/Do.cs
+--- gnome-do-0.6.0.1~/Do/src/Do.cs 2008-08-26 07:07:54.000000000 +1000
++++ gnome-do-0.6.0.1/Do/src/Do.cs 2008-09-18 08:21:10.000000000 +1000
+@@ -43,7 +43,7 @@
+ {
+ perfTime = DateTime.Now;
+
+- Catalog.Init ("gnome-do", "/usr/local/share/locale");
++ Catalog.Init ("gnome-do", "/usr/share/locale");
+ Gtk.Application.Init ();
+
+ DetectInstanceAndExit ();
Propchange: packages/gnome-do/trunk/debian/patches/04_fix_locale_dir.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-cli-apps-commits
mailing list