[SCM] Packaging for quarry branch, master, updated. debian/0.2.0.dfsg.1-3-14-g9dc2e0b
Vincent Legout
vincent at legout.info
Tue Feb 8 13:24:36 UTC 2011
The following commit has been merged in the master branch:
commit 583607c178d52c4b3d166ddd429a763d59b4e33f
Author: Vincent Legout <vincent at legout.info>
Date: Tue Feb 8 13:54:03 2011 +0100
Add 04_use_x-www-browser.patch
diff --git a/debian/changelog b/debian/changelog
index cfc7a14..8958d17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ quarry (0.2.0.dfsg.1-5) UNRELEASED; urgency=low
- Use --with autotools_dev to refresh config.guess and config.sub
- Enable scrollkeeper
* Add debian/patches/03_close_about_dialog.patch (lp: #311086)
+ * Add debian/patches/04_use_x-www-browser.patch (lp: #273557)
-- Vincent Legout <vincent at legout.info> Tue, 08 Feb 2011 12:49:39 +0100
diff --git a/debian/patches/04_use_x-www-browser.patch b/debian/patches/04_use_x-www-browser.patch
new file mode 100644
index 0000000..135f63e
--- /dev/null
+++ b/debian/patches/04_use_x-www-browser.patch
@@ -0,0 +1,18 @@
+Description: Use x-www-browser instead of mozilla
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/quarry/+bug/273557
+Forwarded: no
+Author: Vincent Legout <vincent at legout.info>
+
+Index: quarry/src/gui-gtk/gtk-help.c
+===================================================================
+--- quarry.orig/src/gui-gtk/gtk-help.c 2011-02-08 13:48:26.383294819 +0100
++++ quarry/src/gui-gtk/gtk-help.c 2011-02-08 13:48:36.931302572 +0100
+@@ -116,7 +116,7 @@
+ GError *error = NULL;
+
+ /* FIXME: Make fallback browser configurable. */
+- child_argv[0] = "mozilla";
++ child_argv[0] = "x-www-browser";
+
+ if (link_id) {
+ child_argv[1] = g_strconcat (("file://" PACKAGE_DATA_DIR
diff --git a/debian/patches/series b/debian/patches/series
index 6a5f006..4bdf4b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_fix_russian_translation
02_desktop_file
03_close_about_dialog.patch
+04_use_x-www-browser.patch
--
Packaging for quarry
More information about the Pkg-games-commits
mailing list