chiark / gitweb /
Debianization.
[quine] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8c2531e
--- /dev/null
@@ -0,0 +1,15 @@
+Source: quine
+Section: utils
+Priority: extra
+Maintainer: Mark Wooding <mdw@nsict.org>
+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.
+