Your message dated Thu, 18 Aug 2005 07:17:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323738: fixed in mindterm 1.2.1-11
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; 18 Aug 2005 06:57:26 +0000
>From [EMAIL PROTECTED] Wed Aug 17 23:57:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E5eL7-0004Ra-00; Wed, 17 Aug 2005 23:57:26 -0700
Received: from localhost.localdomain 
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7I6vOvZ087852
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 23:57:25 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1E5Qiq-0000yw-Uv
        for [EMAIL PROTECTED]; Wed, 17 Aug 2005 09:25:00 -0700
Date: Wed, 17 Aug 2005 09:25:00 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: tar options passed after contents
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="FkmkrVfFsRoUs1wW"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1030/Wed Aug 17 08:53:46 2005 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
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=-2.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--FkmkrVfFsRoUs1wW
Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9"
Content-Disposition: inline


--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: mindterm
Version: 1.2.1-10
Severity: serious
Tags: patch

mindterm fails to build because some options to tar are passed after
the directory to be archived:

> # Create tarball to distribute in binary to satisfy GPL (see
> # README.Debian).
> tar czf mindterm.tar.gz mindbright/ --exclude=3D\*.class \
>       --dereference --exclude=3Dmindbright/mindbright \
>       --exclude=3Dmindterm.tar.gz --exclude=3DCVS --exclude=3Ddebian
> tar: --exclude=3D*.class: Cannot stat: No such file or directory
> tar: --dereference: Cannot stat: No such file or directory
> tar: --exclude=3Dmindbright/mindbright: Cannot stat: No such file or dire=
ctory
> tar: --exclude=3Dmindterm.tar.gz: Cannot stat: No such file or directory
> tar: --exclude=3DCVS: Cannot stat: No such file or directory
> tar: --exclude=3Ddebian: Cannot stat: No such file or directory
> tar: Error exit delayed from previous errors

The attached patch moves "mindbright/" to the end of the command line,
which fixes this problem.

--=20
Matt

--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

diff -u mindterm-1.2.1/debian/rules mindterm-1.2.1/debian/rules
--- mindterm-1.2.1/debian/rules
+++ mindterm-1.2.1/debian/rules
@@ -6,9 +6,10 @@
        $(MAKE)
        # Create tarball to distribute in binary to satisfy GPL (see
        # README.Debian).
-       tar czf mindterm.tar.gz mindbright/ --exclude=\*.class \
+       tar czf mindterm.tar.gz --exclude=\*.class \
                --dereference --exclude=mindbright/mindbright \
-               --exclude=mindterm.tar.gz --exclude=CVS --exclude=debian
+               --exclude=mindterm.tar.gz --exclude=CVS --exclude=debian \
+               mindbright/
        # Create jar file.
        jar cf mindterm.jar `find mindbright/ -follow -name \*.class | grep -v 
dummies/`
        touch build-stamp

--PEIAKu/WMn1b1Hv9--

--FkmkrVfFsRoUs1wW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD4DBQFDA2TcfNdgYxVXvBARAoWIAJ9EEt9q+ezgcucd13h+3+GmpASH2ACWKsWM
m88141IH8HauAYebnh4whA==
=kj6r
-----END PGP SIGNATURE-----

--FkmkrVfFsRoUs1wW--

---------------------------------------
Received: (at 323738-close) by bugs.debian.org; 18 Aug 2005 14:21:09 +0000
>From [EMAIL PROTECTED] Thu Aug 18 07:21:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E5lCZ-0004UL-00; Thu, 18 Aug 2005 07:17:03 -0700
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323738: fixed in mindterm 1.2.1-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 18 Aug 2005 07:17:03 -0700
Delivered-To: [EMAIL PROTECTED]
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

Source: mindterm
Source-Version: 1.2.1-11

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

mindterm_1.2.1-11.diff.gz
  to pool/main/m/mindterm/mindterm_1.2.1-11.diff.gz
mindterm_1.2.1-11.dsc
  to pool/main/m/mindterm/mindterm_1.2.1-11.dsc
mindterm_1.2.1-11_all.deb
  to pool/main/m/mindterm/mindterm_1.2.1-11_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated mindterm 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Thu, 18 Aug 2005 09:27:58 -0400
Source: mindterm
Binary: mindterm
Architecture: source all
Version: 1.2.1-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 mindterm   - java ssh client that can be used as a web applet
Closes: 323738
Changes: 
 mindterm (1.2.1-11) unstable; urgency=low
 .
   * Patch from Matt Kraai to fix tar invocation during build. Closes: #323738
   * Current policy.
   * Class path updates to build with current kaffe.
   * Exclude .svn dirs.
   * Orphaned the package.
Files: 
 f191a480058fe0466f1388c41bcc1598 584 web optional mindterm_1.2.1-11.dsc
 0730b3fa2701c8297062001e6aa182e0 11750 web optional mindterm_1.2.1-11.diff.gz
 630b69921319310e478d4195b8ecfafe 646216 web optional mindterm_1.2.1-11_all.deb

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

iD8DBQFDBJRd2tp5zXiKP0wRAl9gAKC32BMs5yT097nX0iDlo0mXUD1Q7gCgt+U9
ZLHIY2BEjPXRAgA6QReid2k=
=afqb
-----END PGP SIGNATURE-----


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

Reply via email to