Source: ldapscripts
Version: 2.0.7-1
Severity: normal
Tags: patch

Hi,

I believe there is a typo in debian/rules (override_dh_fixperm ->
override_dh_fixperms).

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index 59cd4cc..3b77929 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,5 @@ override_dh_installchangelogs:
 override_dh_installexamples:
        dh_installexamples etc/*.sample
 
-override_dh_fixperm:
-       dh_fixperm --exclude etc/ldapscripts/ldapscripts.passwd
+override_dh_fixperms:
+       dh_fixperms --exclude etc/ldapscripts/ldapscripts.passwd

Reply via email to