Debianization.
[quine] / debian / control
CommitLineData
ab284d11 1Source: quine
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@nsict.org>
5Standards-Version: 3.1.1
6
7Package: quine
8Architecture: any
9Depends: ${shlibs:Depends}
10Description: A (rather pointless) kit for turning C programs into quines.
11 A `quine' is a program which prints its own source code. This package
12 provides a tool, `quine', which does the tedious work of making
13 arbitrary C programs into quines. It can print its own source code,
14 and dump a working source tree.
15