summaryrefslogtreecommitdiff
path: root/cmdline/apt-extracttemplates.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies1-1/+1
2019-01-24Merge and reuse tmp file handling across the boardDavid Kalnischkies1-23/+11
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-11/+11
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies1-2/+0
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies1-2/+2
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies1-1/+1
2015-11-04revamp all tools help messagesDavid Kalnischkies1-9/+4
2015-11-04deal with --version more centrallyDavid Kalnischkies1-5/+0
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-3/+2
2015-11-04generate commands array after config is loadedDavid Kalnischkies1-7/+10
2015-11-04deduplicate main methodsDavid Kalnischkies1-22/+4
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-2/+2
2015-03-16stop displaying time of build in online helpJérémy Bobbio1-2/+1
2014-11-09streamline display of --help in all toolsDavid Kalnischkies1-20/+12
2014-07-08Fix ar and tar code to be LFS-safeGuillem Jover1-1/+1
2014-05-29cmdline/apt-extracttemplates.cc: remove unused private varMichael Vogt1-1/+1
2014-05-10improve pkgTagSection scanning and parsingDavid Kalnischkies1-5/+8
2014-03-27Use mkstemp() in apt-extracttemplaes (closes: #741627)Michael Vogt1-6/+9
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-5/+4
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-4/+4
2014-02-22Add support for data.tar, control.tar and control.tar.xzGuillem Jover1-14/+4
2013-12-22factor GetTempDir outMichael Vogt1-8/+3
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-2/+4
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-2/+2
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+3
2010-06-04Switch away from the now deprecated methods for Cache buildingDavid Kalnischkies1-2/+1
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-2/+2
2007-10-02 - cmdline/apt-extracttemplates.cc: likewise;Otavio Salvador1-1/+1
2007-08-01* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador1-2/+2
2005-01-20Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. C...Christian Perrier1-1/+1
2004-12-12Merge bzip2-debs branchMatt Zimmerman1-1/+1
2004-09-20* Support TMPDIR in apt-extracttemplates (Closes: #191656)Arch Librarian1-2/+10
2004-09-20G++ 3.2 fixesArch Librarian1-1/+3
2004-09-20Fix typo, and convert file.Package to const char.Arch Librarian1-3/+3
2004-09-20apt-extracttemplates now prepends the package name when...Arch Librarian1-5/+5
2004-09-20Don't segfault if the cache can't be made.Arch Librarian1-3/+8
2004-09-20commented out a stray debugging line that will break debconfArch Librarian1-2/+2
2004-09-20Added locale.h for LC_ALLArch Librarian1-1/+2
2004-09-20setup textdomain/etc for i18n stuffArch Librarian1-2/+6
2004-09-20Fliped comparision operator. Closes: #94618Arch Librarian1-5/+8
2004-09-20bump the soname up one (to 3.1.2)Arch Librarian1-2/+2
2004-09-20fixed typo in fileutl.cc (damn you, studly caps...)Arch Librarian1-6/+9
2004-09-20Extract Templates adjustmentsArch Librarian1-95/+94
2004-09-20more cleanupsArch Librarian1-24/+36
2004-09-20apt-extracttemplates cleanupArch Librarian1-53/+267