From 777b3898bc5d620cef7989a5eaa4c78a49961dd7 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 27 Aug 2013 19:11:16 +0300 Subject: Debian packaging --- debian/rules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..27b04c3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +%: + dh $@ --with python2 + +PYDIR=$(CURDIR)/debian/plinth/usr/lib/python2.7/plinth +override_dh_auto_install: + dh_auto_install + find $(PYDIR) -name \*.png -o -name \*.svg | xargs chmod -x + +override_dh_installinit: + dh_installinit --onlyscripts -- cgit v1.2.3