refresh patches
This commit is contained in:
parent
22d823ba3d
commit
0d9b7a1f02
3 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -3,8 +3,9 @@ midori (0.2.6-1) UNRELEASED; urgency=low
|
||||||
* New Upstream Version (Closes: #582213)
|
* New Upstream Version (Closes: #582213)
|
||||||
- fixes segfault (Closes: #579118)
|
- fixes segfault (Closes: #579118)
|
||||||
- correct link to FAQ (Closes: #582512)
|
- correct link to FAQ (Closes: #582512)
|
||||||
|
* refresh patches
|
||||||
|
|
||||||
-- Ryan Niebur <ryan@debian.org> Sun, 30 May 2010 10:53:38 -0700
|
-- Ryan Niebur <ryan@debian.org> Sun, 30 May 2010 11:19:09 -0700
|
||||||
|
|
||||||
midori (0.2.4-3) unstable; urgency=low
|
midori (0.2.4-3) unstable; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/patches/default-homepage
vendored
2
debian/patches/default-homepage
vendored
|
@ -17,7 +17,7 @@ Midori's user documentation. This is similar to what Dillo did/does.
|
||||||
|
|
||||||
#include "sokoke.h"
|
#include "sokoke.h"
|
||||||
|
|
||||||
@@ -609,7 +610,7 @@
|
@@ -623,7 +624,7 @@
|
||||||
"homepage",
|
"homepage",
|
||||||
_("Homepage:"),
|
_("Homepage:"),
|
||||||
_("The homepage"),
|
_("The homepage"),
|
||||||
|
|
2
debian/patches/fix-serial-build
vendored
2
debian/patches/fix-serial-build
vendored
|
@ -2,7 +2,7 @@ fix building in Serial mode (on HPPA)
|
||||||
|
|
||||||
--- a/wscript
|
--- a/wscript
|
||||||
+++ b/wscript
|
+++ b/wscript
|
||||||
@@ -466,7 +466,7 @@
|
@@ -490,7 +490,7 @@
|
||||||
obj.source = 'data/' + APPNAME + '.desktop.in'
|
obj.source = 'data/' + APPNAME + '.desktop.in'
|
||||||
obj.install_path = appdir
|
obj.install_path = appdir
|
||||||
obj.flags = ['-d', '-c']
|
obj.flags = ['-d', '-c']
|
||||||
|
|
Loading…
Reference in a new issue