tags 833815 + patch
thanks

Hi.

In addition to this failure, targets build-arch and build-indep are
now mandatory. The attached patch should fix both this bug and the missing
build-* targets.

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@
 
 # This is the debhelper compatability version to use.
 
+build-arch: build
+build-indep: build
 build: build-stamp
 build-stamp:
        dh_testdir
@@ -33,12 +35,12 @@ install: build
        install -m755 qmHandle debian/qmhandle/usr/bin/
        mv debian/qmhandle/usr/bin/qmHandle debian/qmhandle/usr/bin/qmhandle
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
 # Build architecture-dependent files here.
 binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installdocs 
@@ -58,4 +60,4 @@ binary-arch: build install
        dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install

Reply via email to