Package: cdbs
Version: 0.4.32
Followup-For: Bug #262861

ant check target is called twice for the same reason.

Patch:

--- ant.mk.bak  2005-10-12 17:30:12.000000000 +0900
+++ ant.mk      2005-10-12 17:30:37.000000000 +0900
@@ -55,7 +55,7 @@
 common-install-arch common-install-indep:: common-install-impl
 common-install-impl::
        @if test -n "$(DEB_ANT_INSTALL_TARGET)"; then \
-         echo $(DEB_ANT_INVOKE) $(DEB_ANT_INSTALL_TARGET); \
+         echo "$(DEB_ANT_INVOKE) $(DEB_ANT_INSTALL_TARGET)"; \
          $(DEB_ANT_INVOKE) $(DEB_ANT_INSTALL_TARGET); \
         else \
           echo "DEB_ANT_INSTALL_TARGET unset, skipping default ant.mk 
common-install target"; \
@@ -65,7 +65,7 @@
 common-post-build-arch common-post-build-indep:: common-post-build-impl
 common-post-build-impl::
        @if test -n "$(DEB_ANT_CHECK_TARGET)"; then \
-         echo $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET); \
+         echo "$(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)"; \
          $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET); \
        else \
           echo "DEB_ANT_CHECK_TARGET unset, not running checks"; \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to