]> spindle.queued.net Git - autox/blob - debian/control
don't let debhelper override our init script settings
[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 Depends: xinit, psmisc, kbd | console-tools, bash
11 Provides: x-display-manager
12 Description: Automatically start X on boot
13  This package contains a daemon that starts X upon boot on behalf of a user.
14  It is designed to replace X display managers (such as xdm or gdm) on
15  systems that only have a single user (ie, laptops/netbooks/embedded devices)
16  and therefore don't require the additional functionality provided by
17  xdm/gdm/etc.  The traditional method for this sort of thing is to run
18  'su -c startx' from an /etc/inittab; autox is package-management-friendly.
19  It was written to be as fast and small as possible, saving precious ram
20  during runtime and keeping boot time fast by not loading large toolkit
21  libraries.