From dc74a67ae5e1e13b8fb815236dd8efdfce962ba0 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sat, 4 Jun 2016 16:22:47 +0300 Subject: Initial commit --- runit.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 runit.pm (limited to 'runit.pm') diff --git a/runit.pm b/runit.pm new file mode 100644 index 0000000..d434d1b --- /dev/null +++ b/runit.pm @@ -0,0 +1,11 @@ +#!/usr/bin/perl +use warnings; +use strict; +use Debian::Debhelper::Dh_Lib; + +# dh_runit installs scripts as provided by source package. It would +# be nice to maintainers to allow them to not worry about executable +# bit. +insert_before('dh_fixperms', 'dh_runit'); + +1; -- cgit v1.2.3