Source: radvd
Version: 1:2.11-1
Severity: normal
Tags: patch

Hi,

I believe there are two typos in your debian/rules override_ targets:

  - override_dh_autobuild -> override_dh_auto_build
  - override_dh_autoclean -> override_dh_auto_clean

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index 883da60..479cade 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,10 @@ export DEB_BUILD_OPTIONS=nocheck
 %:
        dh $@ --with autoreconf
 
-override_dh_autobuild:
+override_dh_auto_build:
        cp debian/copyright.in > COPYRIGHT
 
-override_dh_autoclean:
+override_dh_auto_clean:
        rm -f gram.c gram.h scanner.c
        rm -f privsep.c
 

Reply via email to