* Non-maintainer upload.
* New upstream release.
This commit is contained in:
parent
3eb9643270
commit
b6d933e364
3 changed files with 4 additions and 30 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,14 +1,14 @@
|
|||
midori (0.3.2-0.1) UNRELEASED; urgency=low
|
||||
midori (0.3.3-0.1) UNRELEASED; urgency=low
|
||||
|
||||
* debian/patches:
|
||||
- 0001-Don-t-limit-search-engines-shown-in-completion-popup added.
|
||||
* Non-maintainer upload.
|
||||
* New upstream release.
|
||||
* debian/rules:
|
||||
- ignore ChangeLog in dh_installchangelogs since make install already
|
||||
installs it.
|
||||
* debian/control:
|
||||
- drop dpkg PreDepends.
|
||||
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Sun, 06 Mar 2011 23:41:30 +0100
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Tue, 15 Mar 2011 19:29:35 +0100
|
||||
|
||||
midori (0.3.2-0.1) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
From a205df3970659d0956c21641d251824da2d7d2b3 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Dywan <christian@twotoasts.de>
|
||||
Date: Sun, 20 Feb 2011 20:07:29 +0100
|
||||
Subject: [PATCH] Don't limit search engines shown in completion popup
|
||||
|
||||
---
|
||||
midori/midori-locationaction.c | 2 --
|
||||
1 files changed, 0 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
|
||||
index 000fec2..d54ac43 100644
|
||||
--- a/midori/midori-locationaction.c
|
||||
+++ b/midori/midori-locationaction.c
|
||||
@@ -505,8 +505,6 @@ midori_location_action_popup_timeout_cb (gpointer data)
|
||||
g_free (uri);
|
||||
g_free (title);
|
||||
i++;
|
||||
- if (i > 4)
|
||||
- break;
|
||||
}
|
||||
searches += i;
|
||||
}
|
||||
--
|
||||
1.7.4.1
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,2 +1 @@
|
|||
add-debian-searches
|
||||
0001-Don-t-limit-search-engines-shown-in-completion-popup.patch
|
||||
|
|
Loading…
Reference in a new issue