add recommends on libnotify1
This commit is contained in:
parent
f253051c44
commit
ca9bfe2cb9
2 changed files with 3 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -17,7 +17,7 @@ midori (0.1.7-1) UNRELEASED; urgency=low
|
||||||
* also set a priority number for the alternative in the distro config
|
* also set a priority number for the alternative in the distro config
|
||||||
file. This sets it to 50 for debian, and 39 for ubuntu (just under
|
file. This sets it to 50 for debian, and 39 for ubuntu (just under
|
||||||
firefox). This addresses the other half of the ubuntu diff.
|
firefox). This addresses the other half of the ubuntu diff.
|
||||||
* add dependency on libnotify1
|
* add recommends on libnotify1
|
||||||
|
|
||||||
-- Ryan Niebur <ryanryan52@gmail.com> Fri, 29 May 2009 01:05:40 -0700
|
-- Ryan Niebur <ryanryan52@gmail.com> Fri, 29 May 2009 01:05:40 -0700
|
||||||
|
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -35,8 +35,8 @@ Vcs-Browser: http://git.ryan52.info/?p=midori;a=summary
|
||||||
|
|
||||||
Package: midori
|
Package: midori
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libnotify1, dbus-x11
|
Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11
|
||||||
Recommends: gnome-icon-theme
|
Recommends: gnome-icon-theme, libnotify1
|
||||||
Provides: www-browser
|
Provides: www-browser
|
||||||
# For http://bugs.debian.org/522436 (missing symbols):
|
# For http://bugs.debian.org/522436 (missing symbols):
|
||||||
Conflicts: libsoup2.4-1 (<< 2.25.2)
|
Conflicts: libsoup2.4-1 (<< 2.25.2)
|
||||||
|
|
Loading…
Reference in a new issue