improve bugs search to work for packages too, thanks to Denis Laxalde for the suggestion (Closes: #542050)
This commit is contained in:
parent
145b318601
commit
c5c1453508
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -4,8 +4,10 @@ midori (0.1.9-1) UNRELEASED; urgency=low
|
||||||
* New Upstream Version (Closes: #541354)
|
* New Upstream Version (Closes: #541354)
|
||||||
* fix Homepage field, thanks to Francesco Poli (Closes: #541414)
|
* fix Homepage field, thanks to Francesco Poli (Closes: #541414)
|
||||||
* refresh patches
|
* refresh patches
|
||||||
|
* improve bugs search to work for packages too, thanks to Denis
|
||||||
|
Laxalde for the suggestion (Closes: #542050)
|
||||||
|
|
||||||
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 02 Sep 2009 11:30:48 -0700
|
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 02 Sep 2009 11:32:06 -0700
|
||||||
|
|
||||||
midori (0.1.8-1) unstable; urgency=low
|
midori (0.1.8-1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/patches/add-debian-searches
vendored
2
debian/patches/add-debian-searches
vendored
|
@ -17,6 +17,6 @@ and #525991 - Adding debian bugs search to pre-installed searches
|
||||||
+[Debian Bugs]
|
+[Debian Bugs]
|
||||||
+name=Debian Bugs
|
+name=Debian Bugs
|
||||||
+text=Debian Bugs Search
|
+text=Debian Bugs Search
|
||||||
+uri=http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s
|
+uri=http://bugs.debian.org/%s
|
||||||
+icon=
|
+icon=
|
||||||
+token=dbs
|
+token=dbs
|
||||||
|
|
Loading…
Reference in a new issue