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 :).
This commit is contained in:
parent
a5de88d2ec
commit
061f24b247
|
@ -10,8 +10,8 @@ Homepage: http://i3wm.org/
|
||||||
Package: i3
|
Package: i3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: x11
|
Section: x11
|
||||||
Depends: i3-wm, ${misc:Depends}
|
Depends: i3-wm (=${binary:Version}), ${misc:Depends}
|
||||||
Recommends: i3lock, suckless-tools, i3status
|
Recommends: i3lock (>= 2.2), suckless-tools, i3status (>= 2.3)
|
||||||
Description: metapackage (i3 window manager, screen locker, menu, statusbar)
|
Description: metapackage (i3 window manager, screen locker, menu, statusbar)
|
||||||
This metapackage installs the i3 window manager (i3-wm), the i3lock screen
|
This metapackage installs the i3 window manager (i3-wm), the i3lock screen
|
||||||
locker, i3status (for system information) and suckless-tools (for dmenu).
|
locker, i3status (for system information) and suckless-tools (for dmenu).
|
||||||
|
|
Loading…
Reference in New Issue