summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2008-05-22 08:24:09 +0300
committerLars Wirzenius <liw@iki.fi>2008-05-22 08:24:09 +0300
commit12abeecd99f2bf677d6b553a257d0ecaac7f748d (patch)
tree5060cf2666a6b120e286e0cf3ed3ee4662b6f044 /debian/control
parenta6d1f2a44c2e4f11d6d18d5731cf00179d6c0508 (diff)
downloadextrautils-12abeecd99f2bf677d6b553a257d0ecaac7f748d.tar.gz
Added initial .deb packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1b3e096
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: extrautils
+Maintainer: Lars Wirzenius <liw@iki.fi>
+Section: misc
+Priority: optional
+Standards-Version: 3.7.3
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38),
+ python-central (>= 0.5.6), python
+XS-Python-Version: all
+Homepage: http://iki.fi/extrautils/
+
+Package: extrautils
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, awk
+XB-Python-Version: ${python:Versions}
+Description: collection of miscellaneous Unix command line utilities
+ This is a collection of miscellaneous utilities for the Unix command
+ line, inspired by Joey Hess's moreutils. The inclusion criteria for
+ extrautils is much less strict than for moreutils: extrautils basically
+ welcomes utilities for any purpose, implemented in any language, as long
+ as they are well made and the author is willing to help with maintenance.
+ .
+ Currently included utilities:
+ * do-until: execute a command until it succeeds
+ * isascii: check whether a file consists of ASCII characters only
+ * total: add up all numbers in the first column