Source: dracut
Version: 044+109-1
Severity: minor
Tags: patch

Hi,

Lines in a debian/*.maintscript correspond to dpkg-maintscript-helper(1)
commands and parameters. However, the "maint-script-parameters" should not
be included as debhelper will add those automatically. See dh_installdeb(1)
for more information.

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/debian/dracut.maintscript b/debian/dracut.maintscript
index e2ea699..9b47bb5 100644
--- a/debian/dracut.maintscript
+++ b/debian/dracut.maintscript
@@ -1 +1 @@
-rm_conffile /etc/logrotate.d/dracut 044+3-3~ -- "$@"
+rm_conffile /etc/logrotate.d/dracut 044+3-3~

Reply via email to