diff --git a/debian/changelog b/debian/changelog index 7d6c9c51..bf0b91bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ midori (0.1.9-1) UNRELEASED; urgency=low * fix watch file, thanks to Rogério Brito * New Upstream Version (Closes: #541354) * fix Homepage field, thanks to Francesco Poli (Closes: #541414) + * refresh patches - -- Ryan Niebur Wed, 02 Sep 2009 11:29:46 -0700 + -- Ryan Niebur Wed, 02 Sep 2009 11:30:48 -0700 midori (0.1.8-1) unstable; urgency=low diff --git a/debian/patches/default-homepage b/debian/patches/default-homepage index 807f946f..50c88618 100644 --- a/debian/patches/default-homepage +++ b/debian/patches/default-homepage @@ -7,8 +7,10 @@ Unfortunately there is no generic page of that sort, and I can't be bothered writing one. So for now, I will just make the homepage Midori's user documentation. This is similar to what Dillo did/does. ---- a/midori/midori-websettings.c -+++ b/midori/midori-websettings.c +Index: midori/midori/midori-websettings.c +=================================================================== +--- midori.orig/midori/midori-websettings.c 2009-09-02 11:26:59.000000000 -0700 ++++ midori/midori/midori-websettings.c 2009-09-02 11:30:00.000000000 -0700 @@ -10,6 +10,7 @@ */ @@ -17,9 +19,9 @@ Midori's user documentation. This is similar to what Dillo did/does. #include "sokoke.h" -@@ -562,7 +563,7 @@ +@@ -580,7 +581,7 @@ "homepage", - _("Homepage"), + _("Homepage:"), _("The homepage"), - "http://www.google.com", + DEBIAN_DISTRO_DEFAULT_HOMEPAGE,