summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debsrcrecords.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch FileFd to not transparently gunzip, since that breaks code which ↵martin@piware.de2010-06-241-1/+1
| | | | expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed
* Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies2009-11-291-3/+3
| | | | for now as long we don't understand them (Closes: #558103)
* merged r1811..1815 from lp:~donkult/apt/experimentalMichael Vogt2009-06-301-0/+1
|
* * merged the apt-breaks-iwj branchMichael Vogt2006-12-141-1/+1
|\ | | | | | | * pulled in the other remaining ubuntu changes
| * * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-12-011-1/+1
| | | | | | | | - cast correct
* | * merged the no-pragma branchMichael Vogt2006-12-141-3/+0
|\ \ | |/ |/|
| * * removed the pragma messMichael Vogt2006-10-021-3/+0
| |
* | * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-11-301-5/+5
|/ | | | - make the buffer dynmaic
* * Implement an ugly workaround for the 10000-character ...Arch Librarian2004-09-201-2/+2
| | | | | | | | | | Author: mdz Date: 2004-03-17 05:58:54 GMT * Implement an ugly workaround for the 10000-character limit on the Binaries field in debSrcRecordParser, until such time as some things can be converted over to use STL data types (ABI change) (Closes: #236688) * Increase default tagfile buffer from 32k to 128k; this arbitrary limit should also be removed someday (Closes: #174945)
* Add --arch-only option for apt-get build-dep only only ...Arch Librarian2004-09-201-2/+2
| | | | | | | | | Author: tausq Date: 2001-11-04 17:09:18 GMT Add --arch-only option for apt-get build-dep only only process arch-dependent build-dependencies. Small change to srcrecord class; bumped minor so number to 3.3
* Join with aliencodeArch Librarian2004-09-201-10/+14
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* Fixed for 0 length source filesArch Librarian2004-09-201-3/+2
| | | | | | Author: jgg Date: 1999-10-18 04:15:24 GMT Fixed for 0 length source files
* apt-cache showsrcArch Librarian2004-09-201-1/+8
| | | | | | Author: jgg Date: 1999-10-18 03:44:39 GMT apt-cache showsrc
* Nother typoArch Librarian2004-09-201-2/+3
| | | | | | Author: jgg Date: 1999-04-07 05:51:01 GMT Nother typo
* Source record file list parsingArch Librarian2004-09-201-1/+2
| | | | | | Author: jgg Date: 1999-04-04 08:07:39 GMT Source record file list parsing
* Source record parsingArch Librarian2004-09-201-0/+46
Author: jgg Date: 1999-04-04 01:17:29 GMT Source record parsing