debian: use ${perl:Depends}, remove perl from build-deps, update recommends
We can drop the perl module recommends since i3-wsbar no longer ships with i3.
This commit is contained in:
parent
31cb3dda8d
commit
d8eb4f3fdc
14
DEPENDS
14
DEPENDS
|
@ -25,18 +25,8 @@
|
||||||
└─────────────┴────────┴────────┴────────────────────────────────────────┘
|
└─────────────┴────────┴────────┴────────────────────────────────────────┘
|
||||||
¹ libsn = libstartup-notification
|
¹ libsn = libstartup-notification
|
||||||
|
|
||||||
i3-msg, i3-input, i3-nagbar and i3-config-wizard do not introduce any new
|
i3bar, i3-msg, i3-input, i3-nagbar and i3-config-wizard do not introduce any
|
||||||
dependencies.
|
new dependencies.
|
||||||
|
|
||||||
i3-wsbar is implemented in Perl and has the following dependencies:
|
|
||||||
|
|
||||||
• IPC::Run
|
|
||||||
• Try::Tiny
|
|
||||||
• AnyEvent
|
|
||||||
• AnyEvent::I3
|
|
||||||
|
|
||||||
All of them are available at CPAN, see http://search.cpan.org/
|
|
||||||
Use your distribution’s packages or cpan(1) to install them.
|
|
||||||
|
|
||||||
i3-migrate-config-to-v4 is implemented in Perl, but it has no dependencies
|
i3-migrate-config-to-v4 is implemented in Perl, but it has no dependencies
|
||||||
besides Perl 5.10.
|
besides Perl 5.10.
|
||||||
|
|
|
@ -3,7 +3,7 @@ Section: utils
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Michael Stapelberg <michael@stapelberg.de>
|
Maintainer: Michael Stapelberg <michael@stapelberg.de>
|
||||||
DM-Upload-Allowed: yes
|
DM-Upload-Allowed: yes
|
||||||
Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libxcb-util0-dev (>= 0.3.8), libxcb-keysyms1-dev, libxcb-xinerama0-dev (>= 1.1), libxcb-randr0-dev, libxcb-icccm4-dev, libxcursor-dev, asciidoc (>= 8.4.4), xmlto, docbook-xml, pkg-config, libev-dev, flex, bison, libyajl-dev, perl, texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, libpcre3-dev, libstartup-notification0-dev (>= 0.12)
|
Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libxcb-util0-dev (>= 0.3.8), libxcb-keysyms1-dev, libxcb-xinerama0-dev (>= 1.1), libxcb-randr0-dev, libxcb-icccm4-dev, libxcursor-dev, asciidoc (>= 8.4.4), xmlto, docbook-xml, pkg-config, libev-dev, flex, bison, libyajl-dev, texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, libpcre3-dev, libstartup-notification0-dev (>= 0.10)
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
Homepage: http://i3wm.org/
|
Homepage: http://i3wm.org/
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@ Description: metapackage (i3 window manager, screen locker, menu, statusbar)
|
||||||
Package: i3-wm
|
Package: i3-wm
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: x11
|
Section: x11
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
|
||||||
Provides: x-window-manager
|
Provides: x-window-manager
|
||||||
Suggests: rxvt-unicode | x-terminal-emulator
|
Suggests: rxvt-unicode | x-terminal-emulator
|
||||||
Recommends: xfonts-base, libanyevent-i3-perl, libanyevent-perl, libipc-run-perl
|
Recommends: xfonts-base
|
||||||
Description: improved dynamic tiling window manager
|
Description: improved dynamic tiling window manager
|
||||||
Key features of i3 are correct implementation of Xinerama (workspaces are
|
Key features of i3 are correct implementation of Xinerama (workspaces are
|
||||||
assigned to virtual screens, i3 does the right thing when attaching new
|
assigned to virtual screens, i3 does the right thing when attaching new
|
||||||
|
|
Loading…
Reference in New Issue