Source: pd-purest-json
Version: 1.4.2-3
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 9b4d272..a87930a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,8 @@ LDFLAGS += -Wl,-as-needed
 %:
        dh $@
 
-override_dh_build:
-       dh_build
+override_dh_auto_build:
+       dh_auto_build
        cp README.md README.txt
 
 override_dh_install:
@@ -34,7 +34,6 @@ override_dh_clean:
        rm -f README.txt
 
 override_dh_auto_clean \
-override_dh_auto_build \
 override_dh_auto_test \
 override_dh_auto_install:
        $(patsubst override_%,%,$@) -- \

Reply via email to