]> spindle.queued.net Git - autox/blob - debian/control
Initial commit
[autox] / debian / control
1 Source: autox
2 Section: x11
3 Priority: optional
4 Maintainer: Andres Salomon <dilinger@debian.org>
5 Build-Depends: debhelper (>= 4.1.0), cdbs
6 Standards-Version: 3.8.0
7
8 Package: autox
9 Architecture: all
10 Recommends: busybox (>= 1:1.01-3) | busybox-initramfs
11 Depends: klibc-utils (>= 1.5.9-1), cpio, module-init-tools, udev (>= 0.086-1), findutils (>= 4.2.24)
12 Provides: x-display-manager
13 Description: Automatically start X on boot
14  This package contains a daemon that starts X upon boot on behalf of a user.
15  It is designed to replace X display managers (such as xdm or gdm) on
16  systems that only have a single user (ie, laptops/netbooks/embedded devices)
17  and therefore don't require the additional functionality provided by
18  xdm/gdm/etc.  The traditional method for this sort of thing is to run
19  'su -c startx' from an /etc/inittab; autox is package-management-friendly.
20  It was written to be as fast and small as possible, saving precious ram
21  during runtime and keeping boot time fast by not loading large toolkit
22  libraries.