summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-07Use subproc_wait instead of directly calling waitpidGuillem Jover3-27/+8
2009-11-07libdpkg: Split process waiting from subproc_wait_check into subproc_waitGuillem Jover2-1/+12
2009-11-07Rename process description function arguments to descGuillem Jover3-22/+22
2009-11-07libdpkg: Rename and namespace subproc related functionsGuillem Jover9-29/+29
2009-11-07libdpkg: Namespace include guards with LIBDPKG instead of DPKGGuillem Jover17-49/+49
2009-11-06dpkg-source: optimize diffing phase of a source package buildRaphaël Hertzog2-0/+5
2009-11-06Stop using the English perl moduleRaphaël Hertzog4-51/+47
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog11-78/+84
2009-11-06Dpkg::Control::Hash: use lower-case internally for keysRaphaël Hertzog1-8/+8
2009-11-06Dpkg::Source::Package::V3::git::do_build(): remove extra quotesRaphaël Hertzog2-1/+4
2009-11-05Add missing bug closure.Raphaël Hertzog1-0/+2
2009-11-05Dpkg::Source::Package::V2::do_build(): improve matching of ignored filesRaphaël Hertzog1-4/+5
2009-11-05Dpkg::Source::Package::V2:do_build(): fix binary file checkRaphaël Hertzog2-2/+4
2009-11-03Dpkg::Changelog::get_range(): fix return value when range is emptyRaphaël Hertzog2-5/+11
2009-11-02Add missing bug closureRaphaël Hertzog1-1/+1
2009-10-31Add changelog entry for Dpkg::Changelog changesRaphaël Hertzog1-0/+3
2009-10-31Add supplementary non-regression tests for Dpkg::Changelog related modulesRaphaël Hertzog2-26/+95
2009-10-31Dpkg::Changelog: completely update the APIRaphaël Hertzog5-498/+331
2009-10-31Dpkg::Changelog::Entry: add get_dpkg_changes() method hereRaphaël Hertzog1-0/+24
2009-10-31dpkg-parsechangelog: drop useless “use” statementsRaphaël Hertzog1-3/+0
2009-10-31Move find_closes() into Dpkg::Changelog::Entry::DebianRaphaël Hertzog2-29/+27
2009-10-31Dpkg::Changelog::Debian: syntax/style cleanupRaphaël Hertzog1-37/+25
2009-10-31Dpkg::Changelog: don't use EnglishRaphaël Hertzog2-16/+12
2009-10-31Dpkg::Changelog::Debian: drop improper documentationRaphaël Hertzog1-39/+3
2009-10-31Dpkg::Changelog::Debian: use constants for parser statesRaphaël Hertzog1-20/+26
2009-10-31Move header/trailer checks in Dpkg::Changelog::Entry::DebianRaphaël Hertzog2-30/+63
2009-10-31Dpkg::Changelog::Entry::Debian: parse changes lines as set of itemsRaphaël Hertzog1-0/+37
2009-10-31Drop compatibility with old changelog parsers (as planned)Raphaël Hertzog3-32/+15
2009-10-31Move parse_changelog() to a separate module Dpkg::Changelog::ParseRaphaël Hertzog10-139/+182
2009-10-31Update Dpkg::Changelog to use new ::Entry modulesRaphaël Hertzog3-193/+97
2009-10-31Dpkg::Changelog::Entry, Dpkg::Control::Changelog: new modulesRaphaël Hertzog5-0/+505
2009-10-31Dpkg::Index: new moduleRaphaël Hertzog3-0/+373
2009-10-31Remove myself from UploadersFrank Lichtenheld1-2/+1
2009-10-31Fix grammatical errorChristian Perrier1-1/+1
2009-10-30Fix spelling errors in the Catalan translationGuillem Jover2-5/+7
2009-10-30build: Use pkg-config m4 macros to detect selinux libraryGuillem Jover2-7/+10
2009-10-30build: If there's no libselinux.pc file fallback to hardcoded listFelipe Contreras1-3/+11
2009-10-30Update TODO listGuillem Jover1-40/+18
2009-10-29man: Fix a small typo in dpkg.1Jonathan Nieder10-19/+19
2009-10-29build: Only use po4a if present and if NLS is enabledGuillem Jover3-7/+22
2009-10-29build: Rename and namespace dpkg m4 filesGuillem Jover7-0/+0
2009-10-28libdpkg: fix misspelling of __attribute__((const))Jonathan Nieder1-1/+1
2009-10-26dpkg: Add JavaDoc comments for promptconfaction()Sean Finney1-2/+23
2009-10-26dpkg: Pass a pkginfo structure to promptconfaction()Sean Finney1-3/+4
2009-10-26Document some of the code with JavaDocGuillem Jover4-7/+60
2009-10-26doc: Tune some Doxygen settingsSean Finney1-3/+3
2009-10-26doc: Add doxygen supportGuillem Jover6-0/+1540
2009-10-26Generate the autoconf version from gitGuillem Jover4-1/+47
2009-10-26Sort order of header includesGuillem Jover88-496/+482
2009-10-26Remove unused <fnmatch.h> includeGuillem Jover3-3/+0