summaryrefslogtreecommitdiff
path: root/scripts/Dpkg
AgeCommit message (Expand)AuthorFilesLines
2015-09-21scripts: Use error() and errormsg() instead of printing on STDERR directlyGuillem Jover1-2/+1
2015-09-21Dpkg::Gettext: Add new function N_Guillem Jover1-3/+25
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover3-14/+102
2015-09-14Dpkg::Changelog::Entry::Debian: Catch bogus month namesGuillem Jover1-2/+19
2015-09-14Dpkg::Changelog::Entry::Debian: Do not abort on Time::Piece parse errorsGuillem Jover1-3/+5
2015-09-14Dpkg::Source::Package::V2: Do not warn when removing an empty subdirectoryGuillem Jover1-0/+4
2015-08-06Dpkg::Changelog::Entry::Debian: Only warn on invalid week daysGuillem Jover1-5/+10
2015-08-03Dpkg::Shlibs::Objdump: Support spaces in symbol namesGuillem Jover1-6/+6
2015-08-03Dpkg::Deps: Make the dependency comparison deepGuillem Jover1-19/+24
2015-08-03scripts: Use none instead of ah-hoc checksGuillem Jover1-5/+2
2015-07-30Dpkg::Source::Archive: Future-proof tar invocationsGuillem Jover1-5/+5
2015-07-30dpkg-checkbuilddeps: Move build-essential:native to a new vendor hookGuillem Jover2-0/+20
2015-07-30Dpkg::Changelog::Parse: Set a default filename in changelog_parse()Guillem Jover1-0/+1
2015-07-29Dpkg::Dist::Files: Allow colons (:) in added filenamesGuillem Jover1-2/+2
2015-07-29Dpkg::Vendor::Debian: Disable thread sanitizer when address is enabledGuillem Jover1-0/+5
2015-07-29Dpkg::Source::Package::V2: Do not exclude pre-existing symlinks for debian/Guillem Jover1-13/+1
2015-07-29Dpkg::Source::Package::V2: Make the BinaryFiles package self-containedGuillem Jover1-0/+1
2015-07-29Dpkg::Source::Package::V2: Import make_path from File::PathGuillem Jover1-1/+1
2015-07-29Dpkg::Control::FieldsCore: Allow the Maintainer field in CTRL_FILE_STATUSGuillem Jover1-1/+1
2015-07-29Dpkg::Control::HashCore: Remove trailing space before handling dot-separatorsGuillem Jover1-1/+1
2015-07-29Dpkg::Changelog::Parse: Use a builtin parser when the input format is "debian"Guillem Jover1-2/+76
2015-07-29Dpkg::Changelog::Parse: Remove intermediate variable $changelogfileGuillem Jover1-3/+2
2015-07-29Dpkg::Changelog::Parse: Factor out _changelog_detect_formatGuillem Jover1-15/+24
2015-07-29Dpkg::Changelog::Parse: Move options setup to changelog_parse_plugin startGuillem Jover1-4/+5
2015-07-29Dpkg::Changelog::Parse: Refactor changelog_parse into changelog_parse_pluginGuillem Jover1-5/+29
2015-07-29Dpkg::Changelog::Parse: Fix changelog_parse documentationGuillem Jover1-10/+10
2015-07-29Dpkg::Changelog::Entry::Debian: Simplify distribution splittingGuillem Jover1-3/+1
2015-07-29Dpkg::Changelog::Entry::Debian: Use Time::Piece instead of Date::ParseGuillem Jover1-2/+8
2015-07-29Dpkg::Changelog::Entry::Debian: Remove non-functional timezone name supportGuillem Jover1-1/+1
2015-07-28Dpkg::Arch: Document and mark the module as publicGuillem Jover1-1/+117
2015-07-28Dpkg::Changelog: Fix POD syntax on verbatim paragraphGuillem Jover1-11/+12
2015-07-28Dpkg: Say FUNCTIONS instead of METHODS when appropriateGuillem Jover2-2/+2
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover24-71/+71
2015-07-28doc: Fix multiple typosGuillem Jover1-1/+1
2015-05-30Dpkg::Shlibs::SymbolFile: Use map instead of foreach to initialize the hashGuillem Jover1-2/+2
2015-05-30scripts, dselsect/methods: Switch from `` to operator qx()Guillem Jover2-3/+3
2015-05-30Dpkg::Compression: Fix the current default compressor in the documentationGuillem Jover1-1/+1
2015-05-30Dpkg::Shlibs::SymbolFile: Do not replace #PACKAGE# in template modeGuillem Jover1-3/+9
2015-05-30Dpkg::BuildProfiles: Initialize $cache_profiles when setting themGuillem Jover1-0/+1
2015-05-30scripts: Use the state keywordGuillem Jover4-58/+62
2015-05-30scripts: Use non-destructive substitutions inside mapGuillem Jover2-6/+2
2015-05-30scripts: Add missing strict and warnings pragmas for submodulesGuillem Jover2-0/+6
2015-05-18Dpkg::Shlibs: Reorder library directoriesGuillem Jover1-12/+14
2015-05-18Dpkg::Shlibs: Remove ancient multilib pathsGuillem Jover1-2/+1
2015-05-18Dpkg::Shlibs: Do not add cross-root directories to default search listGuillem Jover1-10/+1
2015-05-18Dpkg::Shlibs: Fix add_library_dir to initialize the library paths if neededGuillem Jover1-0/+3
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover31-70/+66
2015-05-18Dpkg::Dist::Files: Allow ~ in added filenamesGuillem Jover1-1/+1
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover18-22/+28
2015-05-18Dpkg::IPC: Kill the process when reaching timeout in wait_child()Guillem Jover1-3/+8