summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2018-03-09 13:38:23 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2018-03-09 13:38:23 +0100
commit540e4b9bd685af8272114a0d0722b69eaafa7e82 (patch)
tree8e9f9f14e7f15b5d791bf0277ae516cd4184b63a /debian/rules
parent36e6ae18fc9a4eda018eae3b1d85b2dc200ffb88 (diff)
debianize the package
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1c29eac
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Thu, 18 Aug 2016 12:48:06 +0000
+export PYBUILD_NAME=swiftstory
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+