summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-11-06Unify translation between man pages and scriptsHelge Kreutzmann1-4/+4
2016-11-06Dpkg::Dist::Files: Do not try to load non-files in load_dir methodGuillem Jover1-1/+3
2016-11-06po: Regenerate .pot files and merge .po files with themGuillem Jover8-9/+9
2016-11-06po: Regenerate .pot files and merge .po files with themGuillem Jover8-268/+661
2016-11-06build: Distribute missing test filesGuillem Jover1-0/+3
2016-11-06Dpkg::Vendor::Debian: Handle PIE enabled by default in gccGuillem Jover1-2/+21
2016-11-05Update German scripts translationHelge Kreutzmann1-5/+6
2016-11-05Dpkg::Changelog: Cope gracefully with a missing trailer timestampGuillem Jover5-4/+20
2016-11-05dpkg-buildpackage: Enable -Jauto by defaultGuillem Jover1-2/+7
2016-11-05Test::Dpkg: Use x modifier on a long regexGuillem Jover1-1/+18
2016-11-05dpkg-genbuildinfo: Use an intermediate variable to placate perlcriticGuillem Jover1-1/+2
2016-11-04Update German scripts translationHelge Kreutzmann1-36/+100
2016-11-03dpkg-genbuildinfo: Filter .buildinfo files from checksums inclusionGuillem Jover1-0/+3
2016-11-03dpkg-genbuildinfo: For binary builds expect at least one binary artifactGuillem Jover1-8/+10
2016-11-03dpkg-genbuildinfo: For source builds always assume the .dsc is presentGuillem Jover1-8/+1
2016-11-03scripts: Add support for .buildinfo filesGuillem Jover15-11/+603
2016-11-03Dpkg::Dist::Files: Add new load_dir methodGuillem Jover4-1/+32
2016-11-03Dpkg::Dist::Files: Change add_file to return $fileGuillem Jover1-0/+2
2016-11-03dpkg-distaddfile: Rename variable from $file to $filenameGuillem Jover1-3/+3
2016-11-02dpkg-genchanges: Only add architectures for .deb/.udeb artifactsGuillem Jover1-3/+1
2016-11-02dpkg-gencontrol: Do not update the files list file when printing to STDOUTGuillem Jover1-39/+37
2016-11-02dpkg-gencontrol: Delegate open/close operations to save() methodGuillem Jover1-14/+9
2016-11-02dpkg-gencontrol: Do substvar instantiation just onceGuillem Jover1-4/+4
2016-11-01Update German scripts translationHelge Kreutzmann1-5/+8
2016-10-31dpkg-architecture: Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variablesGuillem Jover3-6/+19
2016-10-31Dpkg::Arch: Support debarch_to_debtuple returning a hash referencesGuillem Jover1-1/+8
2016-10-31arch: Internally represent architectures as quadrupletsGuillem Jover5-82/+87
2016-10-30scripts/t: Do not try to sign test packagesSven Joachim1-0/+1
2016-10-30scripts/t: Output STDERR when commands failGuillem Jover2-6/+15
2016-10-30perl: Remove default «.» from @INC before loading modulesGuillem Jover6-4/+19
2016-10-30test: Delete MAKEFLAGS when testing make invocationsGuillem Jover1-1/+5
2016-10-30scripts/t: Skip the tests if IO::String is not presentGuillem Jover2-5/+12
2016-10-30data: Add support for AIX operating systemGuillem Jover1-1/+1
2016-10-30Dpkg: Add new Dpkg::PROGMAKE variable to store GNU make command nameGuillem Jover4-3/+12
2016-10-30Dpkg: Add new Dpkg::PROGTAR variable to store GNU tar command nameGuillem Jover3-3/+17
2016-10-30build: Do not honor DPKG_DATADIR on the installed Dpkg moduleGuillem Jover2-7/+6
2016-10-30Dpkg::Compression: Only use gzip --rsyncable on Debian and derivativesGuillem Jover1-1/+20
2016-10-30Dpkg::Compression::FileHandle: Inherit from IO::File instead of FileHandleGuillem Jover1-3/+3
2016-10-30Dpkg::Build::Type: Always map the build type to the shortest string formGuillem Jover3-9/+11
2016-10-30Dpkg::IPC: Defer filehandle closures in spawn() to avoid double-closeGuillem Jover1-3/+6
2016-10-30Dpkg::Source::Package: Prefix private functions with _Guillem Jover4-26/+26
2016-10-30Dpkg::Conf: Document obsolete functionsGuillem Jover1-2/+7
2016-10-30Dpkg::Substvars: Fix POD formattingGuillem Jover1-0/+1
2016-10-30scripts/t: Add dpkg-buildpackage functional testsGuillem Jover8-0/+366
2016-10-30scripts/t: Add dpkg-source functional testsGuillem Jover7-0/+253
2016-10-30dpkg-source: Make the program reproducible when run standaloneGuillem Jover1-0/+3
2016-10-30Dpkg::Source::Archive: Fix reproducible source package supportGuillem Jover1-1/+1
2016-10-30dpkg-gencontrol: Implement source stanza substvars prefixed with S:Guillem Jover1-0/+1
2016-10-30Dpkg::Substvars: Add new method set_field_substvars()Guillem Jover2-3/+20
2016-10-30Dpkg: Document the behavior for consecutive calls to parse() methodsGuillem Jover6-9/+21