summaryrefslogtreecommitdiff
path: root/scripts/Dpkg
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Dpkg::Source::Package: Improve debian/source/format parsing and validationGuillem Jover1-16/+9
2019-01-15Dpkg::Source::Package: Add a new format option to the new constructorGuillem Jover1-5/+16
2019-01-15Dpkg::Source::Package::V3::Bzr: Fix format name in output messageGuillem Jover1-1/+1
2019-01-15Dpkg::Source::Patch: Do not recommend --include-removal when not supportedGuillem Jover1-4/+5
2019-01-15Dpkg::Source::Package: Do not reinitialize fields member in constructorGuillem Jover1-2/+1
2019-01-15Dpkg::Shlibs::Objdump: Only select objdump program when going to use itGuillem Jover1-10/+13
2019-01-15Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC importGuillem Jover1-1/+0
2019-01-15Dpkg::Vendor::Ubuntu: Fix buildflags override after default setting moveGuillem Jover1-5/+7
2019-01-15Dpkg::File: Make file_slurp() also accept pathnames in addition to filehandlesGuillem Jover2-6/+17
2019-01-15Dpkg::Changelog::Debian: Preserve modelines at EOFGuillem Jover1-2/+6
2019-01-15Dpkg::Deps::Simple: Fix POD signature for new constructorGuillem Jover1-1/+1
2019-01-15perl: Fix POD for Dpkg::Interface::Storable derived method implementationsGuillem Jover8-74/+79
2018-10-08Dpkg::Source::Package::V2: Move binary file detection to BinaryFiles moduleGuillem Jover2-44/+59
2018-10-08Dpkg::Source::Package::V2: Split BinaryFiles module into its own fileGuillem Jover2-84/+111
2018-10-08Dpkg::Source::Functions: Reimplement is_binary() w/o using diff(1)Guillem Jover1-23/+8
2018-10-08Dpkg::OpenPGP: Do not read the gpg user configuration fileGuillem Jover1-1/+3
2018-10-08Dpkg::OpenPGP: Ignore Version field in enarmored outputGuillem Jover1-0/+1
2018-09-18perl: Replace all calls to Cwd::cwd with Cwd::getcwdJosh Triplett1-1/+1
2018-09-18dpkg-parsechangelog: Add new --reverse optionGuillem Jover2-5/+6
2018-09-18Dpkg::Dist::Files: Add support for file attributesGuillem Jover1-3/+14
2018-09-18Dpkg::Vendor::Debian: Add fixfilepath support to reproducible featureGuillem Jover1-4/+17
2018-09-18Dpkg::Deps::KnownFacts: Satisfy :native with arch:all packages tooGuillem Jover1-1/+2
2018-09-03Dpkg::Shlibs: Ignore nonexistent directories present in LD_LIBRARY_PATHGuillem Jover1-1/+3
2018-09-02Dpkg::Substvars: Fix typoGuillem Jover1-2/+1
2018-08-30Dpkg::Control::Fields: Do not use & sigil for function callsGuillem Jover1-3/+6
2018-08-30Dpkg::OpenPGP: Return the destination path on successful ASCII armor conversionGuillem Jover1-2/+2
2018-08-30Dpkg::Source::Package::V3::Quilt: Print series file used when applying patchesGuillem Jover1-0/+2
2018-08-30Dpkg::Shlibs: Warn when using LD_LIBRARY_PATH with a descendent of cwdGuillem Jover1-0/+10
2018-08-30Dpkg::Substvars: Reword used/unused warnings to clarify their meaningGuillem Jover1-2/+4
2018-08-30Fix some typosGuillem Jover1-1/+1
2018-08-01Dpkg::Source: Do not change patch permissions if not necessaryGuillem Jover4-6/+19
2018-07-30Dpkg::Deps: Split subpackagesGuillem Jover7-1349/+1634
2018-07-30Dpkg::Deps::KnownFacts: Rename _evaluate_simple_dep to evaluate_simple_depGuillem Jover1-2/+8
2018-07-30Dpkg::Deps: Improve modules and method documentationGuillem Jover1-151/+377
2018-07-30Dpkg::Deps: Clarify arch-qualified dependency simplificationGuillem Jover1-0/+3
2018-07-30Dpkg::Deps: Fix typo in PODGuillem Jover1-1/+1
2018-07-30Dpkg::Deps: Merge all Copyright notices into the same blockGuillem Jover1-8/+5
2018-07-30Dpkg::Gettext: Document textdomain() and ngettext() replacement functionsGuillem Jover1-0/+13
2018-07-30Dpkg::Gettext: Fix fallback textdomain() to honor its expected interfaceGuillem Jover1-0/+7
2018-07-24Dpkg::BuildFlags: Move default flags setting into the Dpkg::Vendor modulesGuillem Jover2-12/+24
2018-07-24Dpkg::Vendor::Debian: Inline _parse_feature_area() into _add_build_flags()Guillem Jover1-13/+7
2018-07-24Dpkg::Shlibs: Disable bool overload Dpkg::Version warningsGuillem Jover2-0/+8
2018-07-24Dpkg::Shlibs::SymbolFile: Always assign proper Dpkg::Version to deprecatedGuillem Jover1-1/+1
2018-07-24Dpkg::Version: Bump VERSION and improve semantic change descriptionGuillem Jover1-4/+12
2018-07-24Dpkg::Build::Types: Add new set_build_type_from_targets() functionGuillem Jover1-0/+32
2018-07-24Dpkg::Build::Types: Fix set_build_type_from_options() descriptionGuillem Jover1-2/+3
2018-06-22scripts: Do not use stringy eval to define different sub implementationsGuillem Jover1-31/+27
2018-05-05Dpkg::Changelog::Parse: Stop using tail(1) to read the end of the fileGuillem Jover1-3/+7
2018-05-04Dpkg::Version: Fix bool overload behaviorGuillem Jover1-3/+17
2018-05-04Dpkg::Shlibs::Objdump: Fix ELF program detectionGuillem Jover1-2/+8