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

Bug#25182: cd_autoup.sh refers to packages in wrong directory



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: