// StateCache::StripEpoch - Remove the epoch specifier from the version /*{{{*/ diff -ur temp/apt-0.5.4/apt-pkg/packagemanager.h apt-0.5.4-new/apt-pkg/packagemanager.h --- temp/apt-0.5.4/apt-pkg/packagemanager.h Mon May 7 05:24:08 2001 +++ apt-0.5.4-new/apt-pkg/packagemanager.h Wed May 8 19:33:23 2002 @@ -74,6 +74,7 @@ public: // Main action members + void SaveFilename(PkgIterator Pkg, string Fname){FileNames[Pkg->ID]=Fname;}; bool GetArchives(pkgAcquire *Owner,pkgSourceList *Sources, pkgRecords *Recs); OrderResult DoInstall(); diff -ur temp/apt-0.5.4/apt-pkg/pkgcachegen.cc apt-0.5.4-new/apt-pkg/pkgcachegen.cc --- temp/apt-0.5.4/apt-pkg/pkgcachegen.cc Sun Jul 1 23:28:24 2001 +++ apt-0.5.4-new/apt-pkg/pkgcachegen.cc Sat May 18 11:45:57 2002 @@ -158,10 +158,10 @@ } continue; - } + } // Skip to the end of the same version set. - if (Res == 0) + /*if (Res == 0) { for (; Ver.end() == false; Last = &Ver->NextVer, Ver++) { @@ -169,7 +169,7 @@ if (Res != 0) break; } - } + }*/ // Add a new version *Last = NewVersion(Ver,Version,*Last); diff -ur temp/apt-0.5.4/cmdline/makefile apt-0.5.4-new/cmdline/makefile --- temp/apt-0.5.4/cmdline/makefile Sun Feb 25 04:53:59 2001 +++ apt-0.5.4-new/cmdline/makefile Wed May 8 17:33:31 2002 @@ -19,6 +19,13 @@ SOURCE = apt-get.cc acqprogress.cc include $(PROGRAM_H) +# The apt-src program +PROGRAM=apt-src +SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile +SOURCE = apt-src.cc acqprogress.cc +include $(PROGRAM_H) + # The apt-config program PROGRAM=apt-config SLIBS = -lapt-pkg