From 2198696c369d53bcaeb32cd5d25c526f76808ab4 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 6 Jun 2013 16:33:05 -0400 Subject: initial debian packaging --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bcebae9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + -- cgit v1.2.3