Author: dnusinow
Date: 2005-11-09 21:46:07 -0500 (Wed, 09 Nov 2005)
New Revision: 858

Modified:
   branches/6.9/debian/changelog
   branches/6.9/debian/rules
Log:
* Remove @ embedded in multiline shell in patch target of debian/rules


Modified: branches/6.9/debian/changelog
===================================================================
--- branches/6.9/debian/changelog       2005-11-10 02:42:58 UTC (rev 857)
+++ branches/6.9/debian/changelog       2005-11-10 02:46:07 UTC (rev 858)
@@ -2,8 +2,9 @@
 
   * Add alpha/202_alpha_typedef_card32.diff to correct FTBFS. Thanks to Julien
     Cristau.
+  * Remove @ embedded in multiline shell in patch target of debian/rules
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon, 31 Oct 2005 21:57:11 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Wed,  9 Nov 2005 21:45:01 -0500
 
 xorg-x11 (6.8.99.901.dfsg.1-2) experimental; urgency=low
 

Modified: branches/6.9/debian/rules
===================================================================
--- branches/6.9/debian/rules   2005-11-10 02:42:58 UTC (rev 857)
+++ branches/6.9/debian/rules   2005-11-10 02:46:07 UTC (rev 858)
@@ -203,7 +203,7 @@
 patch: $(STAMP_DIR)/patch
 $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
        if quilt next; then \
-         @echo -n "Applying patches..."; \
+         echo -n "Applying patches..."; \
          if quilt push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \
            echo "successful."; \
          else \
@@ -211,7 +211,7 @@
            exit 1; \
          fi; \
        else \
-         @echo "No patches to apply"; \
+         echo "No patches to apply"; \
        fi; \
        >$@
 


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

Reply via email to