Source: catch
Version: 1.12.1-1
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 93cf856..820ba1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 %:
        dh $@
 
-override_dh_build:
+override_dh_auto_build:
        cp single_include/catch.hpp single_include/catch.hpp.bak
        python scripts/generateSingleHeader.py nobump
 

Reply via email to