From: Michael Stapelberg Date: Tue, 5 Aug 2014 09:49:16 +0000 (+0200) Subject: make AnyEvent::I3 dependency versioned (Thanks sur5r) X-Git-Tag: 4.9~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ee6bf10774a31f9f684f0b83cc7a231ac4ffe39;p=i3%2Fi3 make AnyEvent::I3 dependency versioned (Thanks sur5r) --- diff --git a/DEPENDS b/DEPENDS index 2d62e748..d5dae142 100644 --- a/DEPENDS +++ b/DEPENDS @@ -37,6 +37,6 @@ i3-migrate-config-to-v4 and i3-dmenu-desktop are implemented in Perl, but have no dependencies besides Perl 5.10. - i3-save-tree is also implemented in Perl and needs AnyEvent::I3 and JSON::XS. - While i3-save-tree is not required for running i3 itself, it is strongly - recommended to provide it in distribution packages. + i3-save-tree is also implemented in Perl and needs AnyEvent::I3 (>= 0.12) and + JSON::XS. While i3-save-tree is not required for running i3 itself, it is + strongly recommended to provide it in distribution packages. diff --git a/debian/control b/debian/control index b50bb964..cc9660f7 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils Provides: x-window-manager Suggests: rxvt-unicode | x-terminal-emulator -Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl, libjson-xs-perl +Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl (>= 0.12), libjson-xs-perl Description: improved dynamic tiling window manager Key features of i3 are good documentation, reasonable defaults (changeable in a simple configuration file) and good multi-monitor support. The user