summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debsrcrecords.cc
Commit message (Collapse)AuthorAgeFilesLines
* Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies2009-11-291-2/+3
| | | | for now as long we don't understand them (Closes: #558103)
* use "diff" filetype for .debian.tar.* files (Closes: #554898) inDavid Kalnischkies2009-11-271-1/+7
| | | | | apt-pkg/deb/debsrcrecords.cc as source format v3 uses this name scheme for their "diff" files.
* merged r1811..1815 from lp:~donkult/apt/experimentalMichael Vogt2009-06-301-0/+8
|
* * Applied patch from Guillem Jover <guillem.jover@nokia.com> to addOtavio Salvador2007-07-281-1/+1
| | | support to add lzma support (closes: #408201)
* * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-081-4/+0
|\ | | | | closes: #306937 (thanks to Andreas Henriksson for the patch)
| * * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
| |
* | * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-12-011-1/+1
| | | | | | | | - cast correct
* | * apt-pkg/deb/debsrcrecords.cc:Michael Vogt2006-12-011-1/+1
| | | | | | | | - fix off-by-one problem
* | * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-11-301-19/+9
|/ | | | - make the buffer dynmaic
* * Implement an ugly workaround for the 10000-character ...Arch Librarian2004-09-201-4/+25
| | | | | | | | | | 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/+5
| | | | | | | | | 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-28/+69
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* working apt-get sourceArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 1999-04-07 05:30:17 GMT working apt-get source
* Source record file list parsingArch Librarian2004-09-201-1/+41
| | | | | | Author: jgg Date: 1999-04-04 08:07:39 GMT Source record file list parsing
* Source record parsingArch Librarian2004-09-201-0/+63
Author: jgg Date: 1999-04-04 01:17:29 GMT Source record parsing