summaryrefslogtreecommitdiff
path: root/dpkg/control
diff options
context:
space:
mode:
Diffstat (limited to 'dpkg/control')
-rw-r--r--dpkg/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/dpkg/control b/dpkg/control
new file mode 100644
index 0000000..33f8619
--- /dev/null
+++ b/dpkg/control
@@ -0,0 +1,24 @@
+Source: pytsk3
+Section: python
+Priority: extra
+Maintainer: Joachim Metz <joachim.metz@gmail.com>
+Build-Depends: debhelper (>= 9), dh-autoreconf, dh-python, python3-all (>= 3.2~), python3-all-dev, python3-setuptools
+Standards-Version: 3.9.5
+X-Python3-Version: >= 3.5
+Homepage: https://github.com/py4n6/pytsk/
+
+Package: python3-pytsk3
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: python3-tsk
+Replaces: python3-tsk
+Description: Python 3 bindings for the SleuthKit (libtsk)
+ Python 3 bindings for the SleuthKit (libtsk).
+
+Package: python3-pytsk3-dbg
+Architecture: any
+Section: debug
+Depends: python3-pytsk3 (= ${binary:Version}), ${misc:Depends}
+Description: Debugging symbols for python3-pytsk3
+ Debugging symbols for python3-pytsk3.
+