Source: roffit
Version: 0.7~20120815+gitbbf62e6-1
Severity: minor
Tags: patch

Hi,

Your debian/rules contains:

  override_dh_auto_config, override_dh_auto_build, override_dh_auto_install:
         # Disable, see debian/install

I believe this should be:

  override_dh_auto_config:
  override_dh_auto_build:
  override_dh_auto_install:
         # Disable, see debian/install

Patch attached, although maybe this shows that you don't need such
overrides anyway given that they don't see to have any effect...?


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index 7e38255..baaee96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-override_dh_auto_config, override_dh_auto_build, override_dh_auto_install:
+override_dh_auto_config:
+override_dh_auto_build:
+override_dh_auto_install:
        # Disable, see debian/install
 
 %:

Reply via email to