]> git.sur5r.net Git - i3/i3/commitdiff
debian: make meta-package i3 depend on the precise version of i3-wm (Thanks Merovius)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 16 Nov 2011 20:10:48 +0000 (20:10 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 16 Nov 2011 20:10:48 +0000 (20:10 +0000)
This has the advantage that apt-get install i3/sid actually does what you expect :).

debian/control

index e3786cfb4f19854133381b873192cdd4b91f7cd1..1119d69d3bfa9722f555de79b7212986edc461b9 100644 (file)
@@ -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).