Your message dated Wed, 28 Dec 2005 08:03:00 +0100 with message-id <[EMAIL PROTECTED]> and subject line lg-issue-95: FTBFS 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; 6 Aug 2005 13:26:10 +0000 >From [EMAIL PROTECTED] Sat Aug 06 06:26:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from d097194.adsl.hansenet.de (localhost.localdomain) [80.171.97.194] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E1OgY-0003vh-00; Sat, 06 Aug 2005 06:25:59 -0700 Received: from aj by localhost.localdomain with local (Exim 4.52) id 1E1OgX-0000yv-Ln; Sat, 06 Aug 2005 15:25:57 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: lg-issue95: FTBFS: Missing '=' in tar --exclude parameter Message-Id: <[EMAIL PROTECTED]> Date: Sat, 06 Aug 2005 15:25:57 +0200 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: lg-issue95 Version: 1-1 Severity: serious Tags: patch When building 'lg-issue95' on unstable, I get the following error: cd issue95; \ tar --exclude=index.html --exclude TWDT.* --exclude ARTICLES \ --exclude=issue95.* --exclude=whole.lg_answer95.html \ -czf ../debian/lg-issue95/usr/share/doc/lg-issue95/lg-issue95.tar.gz * tar: You must specify one of the `-Acdtrux' options Try `tar --help' or `tar --usage' for more information. make: *** [binary-indep] Error 2 The attached patch fixes this. Regards Andreas Jochens diff -urN ../tmp-orig/lg-issue85-1/debian/rules ./debian/rules --- ../tmp-orig/lg-issue85-1/debian/rules 2005-07-15 11:24:39.000000000 +0000 +++ ./debian/rules 2005-07-15 11:24:09.000000000 +0000 @@ -28,7 +28,7 @@ dh_installdirs usr/share/doc/lg-issue$(ISSUE) cd issue$(ISSUE); \ - tar --exclude=index.html --exclude TWDT.* --exclude ARTICLES \ + tar --exclude=index.html --exclude=TWDT.* --exclude=ARTICLES \ --exclude=issue$(ISSUE).* --exclude=whole.lg_answer$(ISSUE).html \ -czf ../$(lgdir)/lg-issue$(ISSUE).tar.gz * --------------------------------------- Received: (at 321618-done) by bugs.debian.org; 28 Dec 2005 07:03:09 +0000 >From [EMAIL PROTECTED] Tue Dec 27 23:03:09 2005 Return-path: <[EMAIL PROTECTED]> Received: from e176043018.adsl.alicedsl.de ([85.176.43.18] helo=kat.ainf.net) by spohr.debian.org with esmtp (Exim 4.50) id 1ErVL2-0005jR-Pe for [EMAIL PROTECTED]; Tue, 27 Dec 2005 23:03:09 -0800 Received: from aj by kat.ainf.net with local (Exim 4.54) id 1ErVKu-0003ch-30; Wed, 28 Dec 2005 08:03:00 +0100 To: [EMAIL PROTECTED] From: Andreas Jochens <[EMAIL PROTECTED]> Subject: lg-issue-95: FTBFS Message-Id: <[EMAIL PROTECTED]> Date: Wed, 28 Dec 2005 08:03:00 +0100 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 12 The package has been removed from unstable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]