summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debsrcrecords.cc
Commit message (Expand)AuthorAgeFilesLines
* pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-261-38/+3
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* deprecate the single-line deprecation ignoring macroDavid Kalnischkies2017-12-131-1/+5
* use pkgTagSection::Key in srcRecords parserDavid Kalnischkies2017-09-261-32/+34
* allow empty build-dependency fields in the parserDavid Kalnischkies2017-09-261-1/+4
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-7/+7
* Fix parsing of or groups in build-deps with ignored packagesJulian Andres Klode2017-05-311-1/+11
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-091-3/+5
* Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode2016-08-311-3/+6
* support "install ./foo.changes"David Kalnischkies2016-07-221-1/+18
* enforce verify of filesize in 'apt-get source'David Kalnischkies2016-03-141-0/+1
* support comments in debian/control parsingDavid Kalnischkies2016-01-021-4/+10
* Convert most callers of isspace() to isspace_ascii()Julian Andres Klode2015-12-271-3/+3
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+4
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-6/+32
|\
| * use 'best' hash for source authenticationDavid Kalnischkies2014-11-101-44/+118
* | replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-18/+2
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-1/+2
|\|
| * use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt2014-05-271-1/+2
* | Fix more warnings from clangMichael Vogt2014-05-291-2/+3
* | use 'best' hash for source authenticationDavid Kalnischkies2014-05-091-71/+99
* | Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt2014-05-081-0/+19
|\ \
| * | create debIFTypeDscFile typeMichael Vogt2014-04-241-2/+2
| * | add support for apt-get build-dep foo.dscMichael Vogt2014-04-221-0/+19
| |/
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-071-5/+12
|\|
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+9
| * warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-1/+1
| * implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer2014-03-131-1/+1
* | re-add compat pkgSrcRecords::File::MD5HashMichael Vogt2013-02-281-0/+3
* | cleanup the hash iteration. unfortunately there is no 1:1 mapping from Hashes...Michael Vogt2013-01-311-21/+15
* | fix skipping of already downloaded files and add some FIXMEsMichael Vogt2013-01-141-4/+9
* | first iteration that adds support for checksums-{sha512,sha256}Michael Vogt2013-01-141-54/+75
|/
* * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-09-211-17/+24
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-2/+4
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
* support every compression we have a compressor configuredDavid Kalnischkies2011-02-271-3/+6
* * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-02-221-1/+2
* Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies2009-11-291-2/+3
* use "diff" filetype for .debian.tar.* files (Closes: #554898) inDavid Kalnischkies2009-11-271-1/+7
* 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
* * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-081-4/+0
|\
| * * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
* | * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-12-011-1/+1
* | * apt-pkg/deb/debsrcrecords.cc:Michael Vogt2006-12-011-1/+1
* | * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-11-301-19/+9
|/
* * Implement an ugly workaround for the 10000-character ...Arch Librarian2004-09-201-4/+25
* Add --arch-only option for apt-get build-dep only only ...Arch Librarian2004-09-201-2/+5
* Join with aliencodeArch Librarian2004-09-201-28/+69