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