From: Michael Stapelberg Date: Wed, 16 Nov 2011 20:10:48 +0000 (+0000) Subject: debian: make meta-package i3 depend on the precise version of i3-wm (Thanks Merovius) X-Git-Tag: 4.2~247 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=061f24b247dba6f4466447c6af104b26c994968a;p=i3%2Fi3 debian: make meta-package i3 depend on the precise version of i3-wm (Thanks Merovius) This has the advantage that apt-get install i3/sid actually does what you expect :). --- diff --git a/debian/control b/debian/control index e3786cfb..1119d69d 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Homepage: http://i3wm.org/ Package: i3 Architecture: any Section: x11 -Depends: i3-wm, ${misc:Depends} -Recommends: i3lock, suckless-tools, i3status +Depends: i3-wm (=${binary:Version}), ${misc:Depends} +Recommends: i3lock (>= 2.2), suckless-tools, i3status (>= 2.3) Description: metapackage (i3 window manager, screen locker, menu, statusbar) This metapackage installs the i3 window manager (i3-wm), the i3lock screen locker, i3status (for system information) and suckless-tools (for dmenu).