clean up a handful of lintian whines
[debian/makedev] / debian / control
1 Source: makedev
2 Section: admin
3 Priority: extra
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>= 5)
6 Standards-Version: 3.8.2
7
8 Package: makedev
9 Architecture: all
10 Depends: base-passwd (>= 3.0.4)
11 Conflicts: udev (<= 0.024-7)
12 Description: creates device files in /dev
13  The MAKEDEV executable is used to create device files, often in /dev.
14  .
15  Device files are special files through which applications can interact 
16  with hardware.
17  .
18  This package is not necessary for most modern Linux systems, where the udev
19  subsystem provides a more dynamic mechanism for device file management.