Source: imanx
Version: 0.50-13
Severity: normal
Tags: patch

Hi,

I believe there is a typo in your debian/rules (override_dh_build ->
override_dh_auto_build).

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index 25972ca..b98bb27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,10 @@
 %:
        dh $@
 
-override_dh_build:
+override_dh_auto_build:
        cp debian/language-file debian/imanx.info-ispell
        cp debian/language-file debian/wmanx.info-wordlist
-       dh_build
+       dh_auto_build
 
 override_dh_clean:
        rm -f debian/imanx.info-ispell debian/wmanx.info-wordlist

Reply via email to