projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/changelog: make the build-dep changelog entry match (debian) reality
[apt.git]
/
apt-pkg
/
deb
/
debsrcrecords.cc
diff --git
a/apt-pkg/deb/debsrcrecords.cc
b/apt-pkg/deb/debsrcrecords.cc
index 9e87ee5dadc8293aa9b3caf9b7ce5afdff966165..ace4e00b58560295700d8c82470fcb7f77c1f1bd 100644
(file)
--- a/
apt-pkg/deb/debsrcrecords.cc
+++ b/
apt-pkg/deb/debsrcrecords.cc
@@
-9,10
+9,6
@@
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/debsrcrecords.h"
-#endif
-
#include <apt-pkg/deblistparser.h>
#include <apt-pkg/debsrcrecords.h>
#include <apt-pkg/error.h>
#include <apt-pkg/deblistparser.h>
#include <apt-pkg/debsrcrecords.h>
#include <apt-pkg/error.h>
@@
-40,7
+36,7
@@
const char **debSrcRecordParser::Binaries()
{
delete [] Buffer;
// allocate new size based on buffer (but never smaller than 4000)
{
delete [] Buffer;
// allocate new size based on buffer (but never smaller than 4000)
- BufSize = max((unsigned
long)4000, max((unsigned long
)Bins.length()+1,2*BufSize));
+ BufSize = max((unsigned
int)4000, max((unsigned int
)Bins.length()+1,2*BufSize));
Buffer = new char[BufSize];
}
Buffer = new char[BufSize];
}
@@
-141,7
+137,7
@@
bool debSrcRecordParser::Files(vector<pkgSrcRecords::File> &List)
break;
F.Type = string(F.Path,Tmp+1,Pos-Tmp);
break;
F.Type = string(F.Path,Tmp+1,Pos-Tmp);
- if (F.Type == "gz" || F.Type == "bz2")
+ if (F.Type == "gz" || F.Type == "bz2"
|| F.Type == "lzma"
)
{
Pos = Tmp-1;
continue;
{
Pos = Tmp-1;
continue;