debian/control: remove dependency on x11-utils (#3455)
This was a introduce in commit a61e34d277
in 2009,
and we haven’t used xmessage in any way in a long time.
fixes https://bugs.debian.org/910997
This commit is contained in:
parent
7013ea6c99
commit
02284acba8
|
@ -40,7 +40,7 @@ Description: metapackage (i3 window manager, screen locker, menu, statusbar)
|
|||
|
||||
Package: i3-wm
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
|
||||
Provides: x-window-manager
|
||||
Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl (>= 0.12), libjson-xs-perl, rxvt-unicode | x-terminal-emulator
|
||||
Description: improved dynamic tiling window manager
|
||||
|
|
Loading…
Reference in New Issue