From dc086a34d5fe1ab4c3a5ccc766f034f25f66c96c Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 10 Jul 2014 14:32:50 -0700 Subject: debian packaging stuff --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..eb511c7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ +override_dh_auto_install: + dh_auto_install + rm -f `find debian/ -name perllocal.pod` -- cgit v1.2.1