From d1f382009bebbb7d57134e5d09c85056f8c6f6aa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Oct 2012 16:36:42 +0100 Subject: Add initial Debian packaging --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..22d1d54 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ --with=python2 --buildsystem=python_distutils + -- cgit v1.2.1