summaryrefslogtreecommitdiff
path: root/debian/python3-sh/DEBIAN/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/python3-sh/DEBIAN/control')
-rw-r--r--debian/python3-sh/DEBIAN/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/python3-sh/DEBIAN/control b/debian/python3-sh/DEBIAN/control
new file mode 100644
index 0000000..f6b71bf
--- /dev/null
+++ b/debian/python3-sh/DEBIAN/control
@@ -0,0 +1,15 @@
+Package: python3-sh
+Source: python-sh
+Version: 1.07-1
+Architecture: all
+Maintainer: Ben Carrillo <ben@futeisha.org>
+Installed-Size: 96
+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.
+ .
+ This package contains the Python 3 version of the library.