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

Bug#25182: marked as done (cd_autoup.sh refers to packages in wrong directory)



Your message dated Mon, 3 Aug 1998 17:36:13 +0200 (CEST)
with message-id <E0z3Mej-0000nN-00@night>
and subject line cd_autoup.sh fixed
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; 29 Jul 1998 20:03:42 +0000
Received: (qmail 11694 invoked from network); 29 Jul 1998 20:03:41 -0000
Received: from nymphe.m.isar.de (193.141.69.3)
  by debian.novare.net with SMTP; 29 Jul 1998 20:03:41 -0000
Received: (from Umonet@localhost)
	by nymphe.m.ISAR.de (8.8.7/8.8.7/nymphe-2.1) with UUCP id WAA21944
	for submit@bugs.debian.org; Wed, 29 Jul 1998 22:03:39 +0200 (CEST)
X-Authentication-Warning: nymphe.m.ISAR.de: Umonet set sender to schwarz@monet.m.isar.de using -f
Received: from localhost (schwarz@localhost)
	by monet.painters.schwarz-online.com (8.8.5/8.8.5) with SMTP id VAA25842
	for <submit@bugs.debian.org>; Wed, 29 Jul 1998 21:57:56 +0200
Date: Wed, 29 Jul 1998 21:57:55 +0200 (CEST)
From: Christian Schwarz <schwarz@monet.m.isar.de>
X-Sender: schwarz@monet
To: Debian Bugs <submit@bugs.debian.org>
Subject: cd_autoup.sh refers to packages in wrong directory
Message-ID: <Pine.LNX.3.96.980729215600.25835A-100000@monet>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Package: general

The cd_autoup.sh script that's included in hamm/hamm/upgrade-i386 in the
archive has a bug: it refers to the packages libstdc++2.8_*.deb and
libnet-perl_*.deb in directories libs/ and interpreters/ respectively, but
both packages are kept in base/.  Below is a patch to correct this.


Thanks,

Chris

--- cd_autoup.sh	Wed Jul 29 21:55:36 1998
+++ cd_autoup.sh.new	Wed Jul 29 21:55:13 1998
@@ -59,13 +59,13 @@
 PKGS_LIBRLG="base/libreadlineg2_*.deb"
 PKGS_BASH="base/bash_*.deb"
 PKGS_LIBGPP="oldlibs/libg++27_*.deb libs/libg++272_*.deb \
-             libs/libstdc++2.8_*.deb"
+             base/libstdc++2.8_*.deb"
 PKGS_DPKG="base/dpkg_*.deb utils/dpkg-dev_*.deb"
 PKGS_SLANG="oldlibs/slang0.99.34_*.deb base/slang0.99.38_*.deb"
 PKGS_LIBGDBM="oldlibs/libgdbm1_*.deb base/libgdbmg1_*.deb"
 PKGS_PERLBASE="base/perl-base_*.deb"
 PKGS_PERL="interpreters/perl_*.deb"
-PKGS_MOREDPKG="interpreters/data-dumper_*.deb interpreters/libnet-perl_*.deb \
+PKGS_MOREDPKG="interpreters/data-dumper_*.deb base/libnet-perl_*.deb \
                base/dpkg-ftp_*.deb admin/dpkg-mountable_*.deb"
 PKGS_NETBASE="net/netbase_*.deb"
 PKGS_NETSTD="net/netstd_*.deb"

--                 Christian Schwarz
                    schwarz@monet.m.isar.de, schwarz@schwarz-online.com,
Don't know Perl?     schwarz@debian.org, schwarz@mathematik.tu-muenchen.de
      
Visit                  PGP-fp: 8F 61 EB 6D CF 23 CA D7  34 05 14 5C C8 DC 22 BA
http://www.perl.com     http://fatman.mathematik.tu-muenchen.de/~schwarz/


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: