summaryrefslogtreecommitdiff
path: root/debian/python-sh/DEBIAN/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/python-sh/DEBIAN/control')
-rw-r--r--debian/python-sh/DEBIAN/control13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/python-sh/DEBIAN/control b/debian/python-sh/DEBIAN/control
deleted file mode 100644
index e530b7b..0000000
--- a/debian/python-sh/DEBIAN/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Package: python-sh
-Version: 1.07-1
-Architecture: all
-Maintainer: Ben Carrillo <ben@futeisha.org>
-Installed-Size: 109
-Depends: python (>= 2.6.6-7~), python (<< 2.8)
-Section: python
-Priority: optional
-Homepage: https://github.com/amoffat/sh
-Description: Python subprocess interface
- sh (previously pbs) is a full-fledged subprocess interface for
- Python 2.6 - 3.2 that allows you to call any program as if it
- were a function.