From: Andres Salomon Date: Thu, 12 Feb 2009 18:20:22 +0000 (-0500) Subject: don't let debhelper override our init script settings X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=b7a53c0b75fbc761cb47991dea0c3609afa82c14;p=autox don't let debhelper override our init script settings Signed-off-by: Andres Salomon --- diff --git a/debian/rules b/debian/rules index 112469d..af6fd86 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,5 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk +DEB_DH_INSTALLINIT_ARGS := -n -#pre-build:: -# chmod +x init mkinitramfs -# chmod +x hooks/* -# for x in `find scripts/ kernel/ -maxdepth 1 -type d | tail -n+2`; do \ -# chmod -R +x $$x; \ -# done +include /usr/share/cdbs/1/rules/debhelper.mk