projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disable automatical installation of dependencies in MarkInstall if we
[apt.git]
/
apt-pkg
/
deb
/
debsrcrecords.h
diff --git
a/apt-pkg/deb/debsrcrecords.h
b/apt-pkg/deb/debsrcrecords.h
index c39d78bae66b202f1726eed515594db12f04b04e..905264daa0608a7665a5fde3c688f6d14ee292b9 100644
(file)
--- a/
apt-pkg/deb/debsrcrecords.h
+++ b/
apt-pkg/deb/debsrcrecords.h
@@
-48,7
+48,7
@@
class debSrcRecordParser : public pkgSrcRecords::Parser
virtual bool Files(vector<pkgSrcRecords::File> &F);
debSrcRecordParser(string const &File,pkgIndexFile const *Index)
virtual bool Files(vector<pkgSrcRecords::File> &F);
debSrcRecordParser(string const &File,pkgIndexFile const *Index)
- : Parser(Index), Fd(File,FileFd::ReadOnly), Tags(&Fd,102400),
+ : Parser(Index), Fd(File,FileFd::ReadOnly
Gzip
), Tags(&Fd,102400),
Buffer(0), BufSize(0) {}
~debSrcRecordParser();
};
Buffer(0), BufSize(0) {}
~debSrcRecordParser();
};