]> git.deb.at Git - pkg/beep.git/blob - debian/control
Imported Debian patch 1.2.2-24
[pkg/beep.git] / debian / control
1 Source: beep
2 Section: sound
3 Priority: optional
4 Maintainer: Gerfried Fuchs <rhonda@debian.at>
5 Build-Depends: po-debconf, patch, quilt
6 Standards-Version: 3.8.3
7 Homepage: http://johnath.com/beep/
8
9 Package: beep
10 Architecture: any
11 Depends: ${shlibs:Depends}, debconf (>= 0.5) | debconf-2.0
12 Description: advanced pc-speaker beeper
13  beep does what you'd expect: it beeps. But unlike printf "\a" beep allows
14  you to control pitch, duration, and repetitions. Its job is to live inside
15  shell/perl scripts and allow more granularity than one has otherwise. It is
16  controlled completely through command line options. It's not supposed to be
17  complex, and it isn't - but it makes system monitoring (or whatever else it
18  gets hacked into) much more informative.
19
20 Package: beep-udeb
21 Architecture: any
22 Section: debian-installer
23 Depends: ${shlibs:Depends}
24 Description: advanced pc-speaker beeper - minimal package
25  beep does what you'd expect: it beeps. However, it offers various
26  additional features, such as the ability to control pitch, duration,
27  and repetitions.
28  .
29  beep-udeb is a minimal package used by debian-installer.