From 061f24b247dba6f4466447c6af104b26c994968a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 16 Nov 2011 20:10:48 +0000 Subject: [PATCH] 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 :). --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).