[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#337695: marked as done (unknown command @echo called from debian/rules)



Your message dated Thu, 12 Jan 2006 21:31:55 -0500
with message-id <20060113023155.GF7186@localdomain>
and subject line Closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Nov 2005 20:12:09 +0000
>From robbe@orcus.priv.at Sat Nov 05 12:12:09 2005
Return-path: <robbe@orcus.priv.at>
Received: from (hoss.orcus.priv.at) [62.116.122.142] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EYUOW-0000FT-00; Sat, 05 Nov 2005 12:12:09 -0800
Received: by hoss.orcus.priv.at (Postfix, from userid 1000)
	id 504722D6FD4; Sat,  5 Nov 2005 21:11:39 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============0899272361=="
MIME-Version: 1.0
From: Robert Bihlmeyer <robbe@orcus.priv.at>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: unknown command @echo called from debian/rules
X-Mailer: reportbug 3.17
Date: Sat, 05 Nov 2005 21:11:39 +0100
Message-Id: <20051105201139.504722D6FD4@hoss.orcus.priv.at>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============0899272361==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: xorg-x11
Severity: minor
Tags: experimental patch

Since @ is only special before shell constructs lines 206 and 214 of
debian/rules will try to run the command '@echo', which obviously fails,
with no effects rather than a warning.

--===============0899272361==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="xorg-echo.patch"

diff -u xorg-x11-6.8.99.901.dfsg.1/debian/rules xorg-x11-6.8.99.901.dfsg.1/debian/rules+
--- xorg-x11-6.8.99.901.dfsg.1/debian/rules	2005-11-05 21:07:55.731824320 +0100
+++ xorg-x11-6.8.99.901.dfsg.1/debian/rules+	2005-11-05 21:07:55.737823408 +0100
@@ -202,8 +202,8 @@
 stampdir_targets+=patch
 patch: $(STAMP_DIR)/patch
 $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
-	if quilt next; then \
-	  @echo -n "Applying patches..."; \
+	@if quilt next; then \
+	  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; \
 	>$@
 

--===============0899272361==--

---------------------------------------
Received: (at 337695-done) by bugs.debian.org; 13 Jan 2006 02:31:56 +0000
>From david_nusinow@verizon.net Thu Jan 12 18:31:56 2006
Return-path: <david_nusinow@verizon.net>
Received: from vms044pub.verizon.net ([206.46.252.44])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1ExEjM-0001Mo-Fo
	for 337695-done@bugs.debian.org; Thu, 12 Jan 2006 18:31:56 -0800
Received: from squee ([129.44.187.7])
 by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep
 9 2005)) with ESMTPA id <0IT0006T6F17YJHD@vms044.mailsrvcs.net> for
 337695-done@bugs.debian.org; Thu, 12 Jan 2006 20:31:56 -0600 (CST)
Received: by squee (Postfix, from userid 1000)	id BD95E46DA0; Thu,
 12 Jan 2006 21:31:55 -0500 (EST)
Date: Thu, 12 Jan 2006 21:31:55 -0500
From: David Nusinow <david_nusinow@verizon.net>
Subject: Closing
To: 337695-done@bugs.debian.org
Message-id: <20060113023155.GF7186@localdomain>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-disposition: inline
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-1.0 required=4.0 tests=BAYES_00,ONEWORD,
	RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

I fixed this bug in a previous upload. Closing.

 - David Nusinow



Reply to: