move libnotify from Recommends to Build-Deps
This commit is contained in:
parent
06c08854d8
commit
b0735da374
2 changed files with 4 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
||||||
midori (0.2.2-1) UNRELEASED; urgency=low
|
midori (0.2.2-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* New Upstream Version
|
* New Upstream Version
|
||||||
|
* move libnotify from Recommends to Build-Deps
|
||||||
|
|
||||||
-- Ryan Niebur <ryan@debian.org> Thu, 24 Dec 2009 15:50:22 -0800
|
-- Ryan Niebur <ryan@debian.org> Thu, 24 Dec 2009 16:57:45 -0800
|
||||||
|
|
||||||
midori (0.2.0-1) unstable; urgency=low
|
midori (0.2.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 7.0.50),
|
||||||
libunique-dev (>= 1.0.6),
|
libunique-dev (>= 1.0.6),
|
||||||
python-docutils,
|
python-docutils,
|
||||||
libsoup2.4-dev (>= 2.25.2),
|
libsoup2.4-dev (>= 2.25.2),
|
||||||
|
libnotify-dev,
|
||||||
# For testing under xvfb:
|
# For testing under xvfb:
|
||||||
xvfb,
|
xvfb,
|
||||||
xauth,
|
xauth,
|
||||||
|
@ -35,7 +36,7 @@ Vcs-Browser: http://git.ryan52.info/?p=midori;a=summary
|
||||||
Package: midori
|
Package: midori
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11, libjs-mootools
|
Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11, libjs-mootools
|
||||||
Recommends: gnome-icon-theme, libnotify1
|
Recommends: gnome-icon-theme
|
||||||
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