Source: grr
Version: 3.1.0.2+dfsg-5
Severity: normal
Tags: patch

Hi,

I believe there is a typo in the install_data/debian/dpkg_client/debian/rules
file (override_dh_build -> override_dh_auto_build).

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/install_data/debian/dpkg_client/debian/rules 
b/install_data/debian/dpkg_client/debian/rules
index 571efaa..034a6ae 100644
--- a/install_data/debian/dpkg_client/debian/rules
+++ b/install_data/debian/dpkg_client/debian/rules
@@ -15,7 +15,7 @@
 override_dh_clean:
        # Nothing to do here, directory is already wiped and set up.
 
-override_dh_build:
+override_dh_auto_build:
        # Nothing to do here, directory is already wiped and set up.
 
 override_dh_prep:

Reply via email to