add debian bts to the list of searches, thanks to Giuseppe for the patch (Closes: #525991)
This commit is contained in:
parent
d593a9e3d1
commit
024dbf82b2
2 changed files with 14 additions and 6 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -8,8 +8,10 @@ midori (0.1.6-2) UNRELEASED; urgency=low
|
|||
/usr/share/quilt/quilt.make
|
||||
* fix format of debian/copyright
|
||||
* build dep on debhelper 7.0.50 instead of 7.2
|
||||
* add debian bts to the list of searches, thanks to Giuseppe for the
|
||||
patch (Closes: #525991)
|
||||
|
||||
-- Ryan Niebur <ryanryan52@gmail.com> Thu, 14 May 2009 22:32:51 -0700
|
||||
-- Ryan Niebur <ryanryan52@gmail.com> Thu, 14 May 2009 22:49:34 -0700
|
||||
|
||||
midori (0.1.6-1) experimental; urgency=low
|
||||
|
||||
|
|
16
debian/patches/add-debian-searches
vendored
16
debian/patches/add-debian-searches
vendored
|
@ -1,9 +1,8 @@
|
|||
Fix #520381 - add a Debian search to the default search list.
|
||||
Index: midori-0.1.5/data/search
|
||||
===================================================================
|
||||
--- midori-0.1.5.orig/data/search 2009-03-31 17:23:08.000000000 +1100
|
||||
+++ midori-0.1.5/data/search 2009-03-31 17:23:24.000000000 +1100
|
||||
@@ -19,3 +19,10 @@
|
||||
and #525991 - Adding debian bugs search to pre-installed searches
|
||||
--- a/data/search
|
||||
+++ b/data/search
|
||||
@@ -19,3 +19,17 @@
|
||||
uri=http://www.thefreedictionary.com/%s
|
||||
icon=
|
||||
token=fd
|
||||
|
@ -14,3 +13,10 @@ Index: midori-0.1.5/data/search
|
|||
+uri=http://packages.debian.org/%s
|
||||
+icon=
|
||||
+token=d
|
||||
+
|
||||
+[Debian Bugs]
|
||||
+name=Debian Bugs
|
||||
+text=Debian Bugs Search
|
||||
+uri=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s
|
||||
+icon=
|
||||
+token=dbs
|
||||
|
|
Loading…
Reference in a new issue