quine.c: Fix double-close bug.
[quine] / debian / control
1 Source: quine
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@nsict.org>
5 Standards-Version: 3.1.1
6
7 Package: quine
8 Architecture: any
9 Depends: ${shlibs:Depends}
10 Description: 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