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

Bug#25102: marked as done (localfiles target fails)



Your message dated Mon, 21 Dec 1998 15:13:33 +0000
with message-id <E0zs71Z-0000t6-00@molec3.dfis.ull.es>
and subject line Fixed in boot-floppies_2.1.3
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'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 27 Jul 1998 15:40:37 +0000
Received: (qmail 15210 invoked from network); 27 Jul 1998 15:39:37 -0000
Received: from mail.cs.tu-berlin.de (root@130.149.17.13)
  by debian.novare.net with SMTP; 27 Jul 1998 15:39:37 -0000
Received: from gargleblaster.cs.tu-berlin.de (doko@gargleblaster.cs.tu-berlin.de [130.149.19.84])
	by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id RAA02940
	for <submit@bugs.debian.org>; Mon, 27 Jul 1998 17:37:55 +0200 (MET DST)
Received: (from doko@localhost)
	by gargleblaster.cs.tu-berlin.de (8.9.1/8.9.0) id RAA29361;
	Mon, 27 Jul 1998 17:37:52 +0200 (MET DST)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Mon, 27 Jul 1998 17:37:52 +0200 (MET DST)
To: submit@bugs.debian.org
Subject: localfiles target fails
X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs  Lucid
Message-ID: <13756.40309.644034.577547@gargleblaster>

Package: boot-floppies
Version: 2.0.11

the localfiles target in the Makefile assumes that there is at least
one *all.deb and at least one *<arch>.deb file. It should be checked,
if the pattern expands to something.

localfiles:: updates                                        
        for f in $(incoming)/*_{all,$(architecture)}.deb; do \            
                if [ ! -f updates/`basename $$f` ]; then \
                        echo copying `basename $$f` to updates/ ; \
                        cp $$f updates/; \                   
                fi;\          
        done                                   


Reply to: