Source: tinyos
Version: 2.1.2+dfsg-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 a53a506..e3738b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_clean:
        # run normal dh_auto_clean
        dh_auto_clean
 
-override_dh_build: build_java_apps_antitheft build_java_apps_oscilloscope
+override_dh_auto_build: build_java_apps_antitheft build_java_apps_oscilloscope
 
 override_dh_install:
        # run normal dh_install

Reply via email to