X-Git-Url: https://git.distorted.org.uk/~mdw/quine/blobdiff_plain/7f6303ef3838009d7b8c6e2611c06606c05c93a4..ab284d11a2008e7e4c765eb8f46d7f72af740ff5:/debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8c2531e --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: quine +Section: utils +Priority: extra +Maintainer: Mark Wooding +Standards-Version: 3.1.1 + +Package: quine +Architecture: any +Depends: ${shlibs:Depends} +Description: A (rather pointless) kit for turning C programs into quines. + A `quine' is a program which prints its own source code. This package + provides a tool, `quine', which does the tedious work of making + arbitrary C programs into quines. It can print its own source code, + and dump a working source tree. +