[Pkg-xfce-commits] r5817 - in goodies/trunk/xfce4-smartbookmark-plugin/debian: . patches
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun Jun 19 03:33:40 UTC 2011
Author: mrpouit-guest
Date: 2011-06-19 15:33:40 +0000 (Sun, 19 Jun 2011)
New Revision: 5817
Added:
goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/ubuntu.series
goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/xubuntu-default-bts.patch
Modified:
goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog
Log:
* debian/patches:
- xubuntu-default-bts.patch: change the default bts link.
- ubuntu.series: copy from series and add the extra vendor patch.
Modified: goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog 2011-06-19 15:04:20 UTC (rev 5816)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/changelog 2011-06-19 15:33:40 UTC (rev 5817)
@@ -1,3 +1,11 @@
+xfce4-smartbookmark-plugin (0.4.2-5) UNRELEASED; urgency=low
+
+ * debian/patches:
+ - xubuntu-default-bts.patch: change the default bts link.
+ - ubuntu.series: copy from series and add the extra vendor patch.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 19 Jun 2011 17:13:37 +0200
+
xfce4-smartbookmark-plugin (0.4.2-4) unstable; urgency=low
[ Yves-Alexis Perez ]
Added: goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/ubuntu.series
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/ubuntu.series (rev 0)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/ubuntu.series 2011-06-19 15:33:40 UTC (rev 5817)
@@ -0,0 +1,3 @@
+xubuntu-default-bts.patch
+fix-4.6-loading.patch
+02_fix-linking.patch
Added: goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/xubuntu-default-bts.patch
===================================================================
--- goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/xubuntu-default-bts.patch (rev 0)
+++ goodies/trunk/xfce4-smartbookmark-plugin/debian/patches/xubuntu-default-bts.patch 2011-06-19 15:33:40 UTC (rev 5817)
@@ -0,0 +1,21 @@
+diff -Nur xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c xfce4-smartbookmark-plugin-0.4.2.new/src/smartbookmark.c
+--- xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c 2006-08-12 19:41:44.000000000 +0200
++++ xfce4-smartbookmark-plugin-0.4.2.new/src/smartbookmark.c 2006-11-15 14:02:21.000000000 +0100
+@@ -197,7 +197,7 @@
+ box = gtk_vbox_new(FALSE, 0);
+
+ /* default options */
+- search->url = "http://bugs.debian.org/";
++ search->url = "https://launchpad.net/bugs/";
+ search->label_text = "BTS";
+ search->size = 5;
+ search->hide_label = FALSE;
+@@ -269,7 +269,7 @@
+ if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
+ {
+ xfce_rc_set_group(rcfile, NULL);
+- search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
++ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://launchpad.net/bugs"));
+ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
+ search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
+ search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);
More information about the Pkg-xfce-commits
mailing list