From d1ee3f3f66d74ff8a266afb8ff3e004d70d5bc6c Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 8 Jun 2015 14:45:51 -0400 Subject: copy debian folder over to platform 0.7 branch --- debian/rules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2bdcd17 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG + + -- cgit v1.2.3