summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-08Unify text in license headersGuillem Jover133-653/+653
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover176-514/+339
2009-11-08libdpkg: Remove unused dumpchain macroGuillem Jover1-13/+0
2009-11-08Dpkg::Source::Patch::add_diff_directory(): small optimizationRaphaël Hertzog1-2/+2
2009-11-08update-alternatives: fix a french translationRaphaël Hertzog1-1/+1
2009-11-07dpkg: Call standard_shutdown after invoking the post hooksGuillem Jover1-2/+2
2009-11-07libdpkg: Make desc argument const in compress_cat and decompress_catGuillem Jover2-4/+10
2009-11-07Use find with -L instead of deprecated -followGuillem Jover7-11/+11
2009-11-07libdpkg: If PROCNOERR in subproc_check() return the status codeGuillem Jover1-1/+1
2009-11-07dpkg: Do not bogusly ignore find exit code 1Guillem Jover1-1/+1
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