Author: mdz
Date: 2004-01-02 21:48:13 GMT
* Have "apt-ftparchive release" strip the leading path component from
the checksum entries
* New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
encoding problems (Closes: #225602)
* New no_NO.po file from Tollef Fog Heen <tfheen@debian.org> to fix
encoding problems (Closes: #225602)
+ * Have "apt-ftparchive release" strip the leading path component from
+ the checksum entries
+ -- Matt Zimmerman <mdz@debian.org> Fri, 2 Jan 2004 11:24:35 -0800
apt (0.5.17) unstable; urgency=low
apt (0.5.17) unstable; urgency=low
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-ftparchive.cc,v 1.11 2003/12/26 22:50:52 mdz Exp $
+// $Id: apt-ftparchive.cc,v 1.12 2004/01/02 21:48:13 mdz Exp $
/* ######################################################################
apt-scanpackages - Efficient work-alike for dpkg-scanpackages
/* ######################################################################
apt-scanpackages - Efficient work-alike for dpkg-scanpackages
if (CmdL.FileSize() < 2)
return ShowHelp(CmdL);
if (CmdL.FileSize() < 2)
return ShowHelp(CmdL);
+ string Dir = CmdL.FileList[1];
+
ReleaseWriter Release("");
ReleaseWriter Release("");
+ Release.DirStrip = Dir;
+
if (_error->PendingError() == true)
return false;
if (_error->PendingError() == true)
return false;
- if (Release.RecursiveScan(CmdL.FileList[1]) == false)
+ if (Release.RecursiveScan(Dir) == false)
return false;
Release.Finish();
return false;
Release.Finish();
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: writer.cc,v 1.10 2003/12/26 23:09:30 mdz Exp $
+// $Id: writer.cc,v 1.11 2004/01/02 21:48:13 mdz Exp $
/* ######################################################################
Writer
/* ######################################################################
Writer
FileName.length() > DirStrip.length() &&
stringcmp(FileName.begin(),FileName.begin() + DirStrip.length(),
DirStrip.begin(),DirStrip.end()) == 0)
FileName.length() > DirStrip.length() &&
stringcmp(FileName.begin(),FileName.begin() + DirStrip.length(),
DirStrip.begin(),DirStrip.end()) == 0)
NewFileName = string(FileName.begin() + DirStrip.length(),FileName.end());
NewFileName = string(FileName.begin() + DirStrip.length(),FileName.end());
+ while (NewFileName[0] == '/')
+ NewFileName = string(FileName.begin() + 1,FileName.end());
+ }
else
NewFileName = FileName;
else
NewFileName = FileName;
if (PathPrefix.empty() == false)
NewFileName = flCombine(PathPrefix,NewFileName);
if (PathPrefix.empty() == false)
NewFileName = flCombine(PathPrefix,NewFileName);
- CheckSums[FileName].size = fd.Size();
+ CheckSums[NewFileName].size = fd.Size();
MD5Summation MD5;
MD5.AddFD(fd.Fd(), fd.Size());
MD5Summation MD5;
MD5.AddFD(fd.Fd(), fd.Size());
- CheckSums[FileName].MD5 = MD5.Result();
+ CheckSums[NewFileName].MD5 = MD5.Result();
fd.Seek(0);
SHA1Summation SHA1;
SHA1.AddFD(fd.Fd(), fd.Size());
fd.Seek(0);
SHA1Summation SHA1;
SHA1.AddFD(fd.Fd(), fd.Size());
- CheckSums[FileName].SHA1 = SHA1.Result();
+ CheckSums[NewFileName].SHA1 = SHA1.Result();
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-12-26 12:44-0800\n"
+"POT-Creation-Date: 2004-01-02 11:31-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
" sources srcpath [overridefile [pathprefix]]\n"
" contents path\n"
"Commands: packages binarypath [overridefile [pathprefix]]\n"
" sources srcpath [overridefile [pathprefix]]\n"
" contents path\n"
" generate config [groups]\n"
" clean config\n"
"\n"
" generate config [groups]\n"
" clean config\n"
"\n"
" -o=? Set an arbitary configuration option"
msgstr ""
" -o=? Set an arbitary configuration option"
msgstr ""
-#: ftparchive/apt-ftparchive.cc:749
+#: ftparchive/apt-ftparchive.cc:757
msgid "No selections matched"
msgstr ""
msgid "No selections matched"
msgstr ""
-#: ftparchive/apt-ftparchive.cc:822
+#: ftparchive/apt-ftparchive.cc:830
#, c-format
msgid "Some files are missing in the package file group `%s'"
msgstr ""
#, c-format
msgid "Some files are missing in the package file group `%s'"
msgstr ""