X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=debian%2Fcontrol;h=d32982a83274fd4edb1c0c0b1e9b30106ac66918;hp=05b20a8fc699d3708f3791e82affbbb5f2205851;hb=3875df5112a4a5889de0cb5ffd12a385c7d16b92;hpb=d851e7d55f99040bdfb6b5e1b799b7d6adad22b2 diff --git a/debian/control b/debian/control index 05b20a8..d32982a 100644 --- a/debian/control +++ b/debian/control @@ -2,41 +2,39 @@ Source: ion3 Section: non-free/x11 Priority: extra Maintainer: Ben Hutchings -Standards-Version: 3.7.2.0 +Standards-Version: 3.8.0 Build-Depends: debhelper (>= 4.1.16), gcc (>> 3), libx11-dev, libxext-dev, libsm-dev, liblua5.1-0-dev, lua5.1, quilt, pkg-config, groff-base, po-debconf +XS-Autobuild: yes Package: ion3 Section: non-free/x11 Architecture: any -Depends: ${shlibs:Depends}, xterm | x-terminal-emulator, debconf, xbase-clients +Depends: ${misc:Depends}, ${shlibs:Depends}, xterm | x-terminal-emulator, x11-utils Recommends: devscripts, libwww-perl, xfonts-75dpi | xfonts-75dpi-transcoded | xfonts-100dpi | xfonts-100dpi-transcoded Suggests: menu (>= 2.1.9), docker, ion3-doc, ion3-scripts Conflicts: particleman Provides: x-window-manager, ion3-api-${Ion:ApiVersion} Replaces: particleman -Description: keyboard-friendly window manager with tiled windows - Ion, based on PWM, is an unusual window manager with no overlapping - windows. Windows are placed in tabbed frames which may be arbitrarily - split to create additional frames, making keyboard navigation much - easier. Flexible configuration is possible thanks to Lua, which is - used as the configuration language. +Homepage: http://iki.fi/tuomov/ion/ +Description: tiling tabbed window manager designed for keyboard users + Ion divides the screen into tiles and places windows in these tiles + by default. Each tile has a set of tabs for the windows within it. + It also allows windows to be made 'floating' and placed freely. Ion + can be controlled through the keyboard alone or together with a mouse. . - There is also support for so-called 'floating workspaces' where - windows are managed the conventional way, so that you can still run - applications which do not fit very well into Ion's window management - approach. A pwm3 binary is included which starts Ion with floating - workspaces as the default, thus replacing the now obsolete PWM window - manager. + Ion can be configured and extended using the Lua language. It also + supports extension modules written in C. . - Homepage: http://iki.fi/tuomov/ion/ + This package provides Ion version 3. Ion version 2 is available in + the ion2 package. Package: ion3-dev Section: non-free/devel Priority: extra Architecture: all -Depends: libx11-dev, libsm-dev, lua5.1, gcc (>> 3) +Depends: ${misc:Depends}, libx11-dev, libsm-dev, lua5.1, gcc (>> 3) Conflicts: particleman-dev Replaces: particleman-dev -Description: ion3 development files +Description: Ion3 development files This package contains the files necessary for building extension - modules to the Ion window manager. + modules to the Ion window manager, version 3.