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

Bug#322391: marked as done (rxvt: non-POSIX in debian/rules)



Your message dated Tue, 04 Oct 2005 22:32:07 -0700
with message-id <E1EN1st-0002BG-00@spohr.debian.org>
and subject line Bug#322391: fixed in rxvt 1:2.6.4-9
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; 10 Aug 2005 12:56:26 +0000
>From ptp@lysator.liu.se Wed Aug 10 05:56:26 2005
Return-path: <ptp@lysator.liu.se>
Received: from mail.visit.se [212.214.126.10] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E2q8A-0005ri-00; Wed, 10 Aug 2005 05:56:26 -0700
Received: by mail.visit.se (Postfix, from userid 503)
	id 58E612468012; Wed, 10 Aug 2005 14:56:39 +0200 (CEST)
Received: from fruitmachine.visit.se (cust.dsl-fiber-lan.snet.lk.81.216.50.98.visit.se [81.216.50.98])
	by mail.visit.se (Postfix) with ESMTP id 0A0A52468011
	for <submit@bugs.debian.org>; Wed, 10 Aug 2005 14:56:37 +0200 (CEST)
Received: from tommy by fruitmachine.visit.se with local (Exim 3.36 #1 (Debian))
	id 1E2q87-0005Hc-00
	for <submit@bugs.debian.org>; Wed, 10 Aug 2005 14:56:23 +0200
Date: Wed, 10 Aug 2005 14:56:23 +0200
From: Tommy Pettersson <ptp@lysator.liu.se>
To: submit@bugs.debian.org
Subject: rxvt: non-POSIX in debian/rules
Message-ID: <20050810125623.GA20283@lysator.liu.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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

Package: rxvt
Version: 1:2.6.4-7
Severity: minor
Tags: patch

I get a FTBFS on my system because I have dash as standard shell
instead of bash.  Here's a simple patch that makes the offending
line in debian/rules POSIX compliant.


diff -rN -u old-rxvt/debian/rules new-rxvt/debian/rules
--- old-rxvt/debian/rules	2005-08-10 12:47:59.000000000 +0200
+++ new-rxvt/debian/rules	2005-08-10 12:56:12.000000000 +0200
@@ -208,7 +208,7 @@
 	install -d debian/tmp/usr/share/doc/$(package)/html
 	install -m644 doc/*.html debian/tmp/usr/share/doc/$(package)/html/.
 	install -d debian/tmp/usr/share/doc/$(package)/examples
-	install -m644 doc/menu/[^C]* \
+	install -m644 doc/menu/[!C]* \
 	  debian/tmp/usr/share/doc/$(package)/examples/.
 	gzip -9v debian/tmp/usr/share/doc/$(package)/examples/*
 	gzip -9v debian/tmp/usr/share/man/*/*


-- 
Tommy Pettersson <ptp@lysator.liu.se>

---------------------------------------
Received: (at 322391-close) by bugs.debian.org; 5 Oct 2005 05:38:01 +0000
>From katie@spohr.debian.org Tue Oct 04 22:38:01 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EN1st-0002BG-00; Tue, 04 Oct 2005 22:32:07 -0700
From: David Moreno Garza <damog@debian.org>
To: 322391-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#322391: fixed in rxvt 1:2.6.4-9
Message-Id: <E1EN1st-0002BG-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Tue, 04 Oct 2005 22:32:07 -0700
Delivered-To: 322391-close@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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 5

Source: rxvt
Source-Version: 1:2.6.4-9

We believe that the bug you reported is fixed in the latest version of
rxvt, which is due to be installed in the Debian FTP archive:

rxvt-ml_2.6.4-9_i386.deb
  to pool/main/r/rxvt/rxvt-ml_2.6.4-9_i386.deb
rxvt_2.6.4-9.diff.gz
  to pool/main/r/rxvt/rxvt_2.6.4-9.diff.gz
rxvt_2.6.4-9.dsc
  to pool/main/r/rxvt/rxvt_2.6.4-9.dsc
rxvt_2.6.4-9_i386.deb
  to pool/main/r/rxvt/rxvt_2.6.4-9_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 322391@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Moreno Garza <damog@debian.org> (supplier of updated rxvt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  4 Oct 2005 23:20:36 -0500
Source: rxvt
Binary: rxvt-ml rxvt
Architecture: source i386
Version: 1:2.6.4-9
Distribution: unstable
Urgency: low
Maintainer: David Moreno Garza <damog@debian.org>
Changed-By: David Moreno Garza <damog@debian.org>
Description: 
 rxvt       - VT102 terminal emulator for the X Window System
 rxvt-ml    - multi-lingual VT102 terminal emulator for the X Window System
Closes: 226386 248861 296667 321340 322391
Changes: 
 rxvt (1:2.6.4-9) unstable; urgency=low
 .
   * The "Let's bring rxvt to real life again" revision release.
   * New maintainer (Closes: #321340).
   * Applied patch to get Control+Shift+Prior/Next to work.
   	(Closes: #226386, thanks to Alexis S. L. Carvalho).
   * Applied patch to make a POSIX debian/rules.
   	(Closes: #322391, thanks to Tommy Pettersson).
   * Fixed all documentation about cutchars.
   	(Closes: #296667, thanks to Xavier Renaut).
   * Updated policy version compliant.
   * menu commands brought to normal life (Closes: #248861).
Files: 
 136f1e810c0c4562b3770059e300e8e4 580 x11 optional rxvt_2.6.4-9.dsc
 01b5313c544d3267fe0d2ad668e92ae0 28757 x11 optional rxvt_2.6.4-9.diff.gz
 9fea0dbb9be8f34b0994dfac7bbdd9c3 231690 x11 optional rxvt_2.6.4-9_i386.deb
 67c191eb2bf4c9feb8bef6f26edb19f9 275240 x11 optional rxvt-ml_2.6.4-9_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDQ2KlmBxf18ZxJX0RAtQiAJsFJOou5dLYWuL7c4erIuUt4joopgCgrrej
13Ok43Drx+dGS4gcjzVXW5k=
=GHcb
-----END PGP SIGNATURE-----



Reply to: