ComputeIndexTargets(),
new indexRecords (Dist));
+ // Queue the translations
+ for (vector<const debSectionEntry *>::const_iterator I = SectionEntries.begin();
+ I != SectionEntries.end(); I++) {
+
+ debTranslationsIndex i = debTranslationsIndex(URI,Dist,(*I)->Section);
+ i.GetIndexes(Owner);
+ }
+
return true;
}
string VerifiedSigFile = _config->FindDir("Dir::State::lists") +
URItoFileName(MetaIndexURI("Release")) + ".gpg";
+ if(_config->FindB("APT::Authentication::Trust-CDROM", false))
+ if(URI.substr(0,strlen("cdrom:")) == "cdrom:")
+ return true;
+
if (FileExists(VerifiedSigFile))
return true;
return false;
Indexes = new vector <pkgIndexFile*>;
for (vector<const debSectionEntry *>::const_iterator I = SectionEntries.begin();
- I != SectionEntries.end(); I++)
+ I != SectionEntries.end(); I++) {
if ((*I)->IsSrc)
Indexes->push_back(new debSourcesIndex (URI, Dist, (*I)->Section, IsTrusted()));
else
+ {
Indexes->push_back(new debPackagesIndex (URI, Dist, (*I)->Section, IsTrusted()));
+ Indexes->push_back(new debTranslationsIndex(URI, Dist, (*I)->Section));
+ }
+ }
+
return Indexes;
}
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
- AC_DEFINE_UNQUOTED(VERSION,"0.6.41.0exp1")
-AC_DEFINE_UNQUOTED(VERSION,"0.6.41.1")
++AC_DEFINE_UNQUOTED(VERSION,"0.6.41.0exp2")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
-apt (0.6.41.1) unstable; urgency=low
++apt (0.6.41.0exp2) experimental; urgency=low
++
++ * support for apt-get source -t (and honor pining) (closes: #152129)
++ * added "APT::Authentication::Trust-CDROM" option to make the life
++ for the installer people easier (closes: #334656)
++ * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
++ (closes: #334671)
++ * apt-pkg/contrib/md5.cc:
++ - fix a alignment problem on sparc64 that gives random bus errors
++ (thanks to Fabbione for providing a test-case)
++
++ -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 16:19:49 +0200
++
+apt (0.6.41.0exp1) experimental; urgency=low
* apt-pkg/cdrom.cc:
- unmount the cdrom when apt failed to locate any package files
- patch-100: Completed Danish translation (Closes: #325686)
- patch-104: French translation completed
- patch-109: Italian translation completed
- - patch-112: Swedish translation update
- - patch-115: Basque translation completed
+ - patch-112: Swedish translation update
+ - patch-115: Basque translation completed (Closes: #333299)
* applied french man-page update (thanks to Philippe Batailler)
(closes: #316318, #327456)
* fix leak in the mmap code, thanks to Daniel Burrows for the
patch (closes: #250583)
- * support for apt-get source -t (and honor pining) (closes: #152129)
- * added "APT::Authentication::Trust-CDROM" option to make the life
- for the installer people easier (closes: #334656)
- * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
- (closes: #334671)
- * apt-pkg/contrib/md5.cc:
- - fix a alignment problem on sparc64 that gives random bus errors
- (thanks to Fabbione for providing a test-case)
+ * added support for package index diffs
+ * added support for i18n of the package descriptions
+ * build from mvo@debian.org--2005/apt--debian-experimental--0
+ (from http://people.debian.org/~mvo/arch)
- --
+ -- Michael Vogt <mvo@debian.org> Mon, 17 Oct 2005 17:16:45 +0200
apt (0.6.41) unstable; urgency=low
-- Matt Zimmerman <mdz@debian.org> Sat, 25 Jun 2005 09:51:00 -0700
+>>>>>>> MERGE-SOURCE
apt (0.6.37) breezy; urgency=low
* Merge bubulle@debian.org--2005/apt--main--0 up to patch-81