summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-05-02po: Regenerate .pot files and merge .po files with themGuillem Jover8-267/+1885
2016-05-02Dpkg::Vendor::Debian: Add fixdebugpath to reproducible featureDaniel Kahn Gillmor1-0/+14
2016-05-02scripts: Remove -s option argument parsing that does not matchGuillem Jover2-3/+3
2016-05-02dpkg-genchanges: Add new -O optionGuillem Jover1-3/+10
2016-05-02dpkg-shlibdeps: Add new -I option to ignore package build directoriesGuillem Jover1-8/+23
2016-05-02Dpkg::Source::Package: Include upstream orig tarball signaturesGuillem Jover3-0/+6
2016-05-02Dpkg::Source::Package::V1: Allow detached upstream orig tarball signaturesGuillem Jover1-0/+3
2016-05-02Dpkg::Changelog: Handle undef versionsGuillem Jover1-2/+4
2016-05-02scripts: Add support for new --build option to define build typeGuillem Jover4-10/+78
2016-05-02Dpkg::Build::Types: Allow disabling the checks in set_build_type()Guillem Jover2-4/+19
2016-05-02Dpkg::Build::Types: Clarify build type functionsGuillem Jover4-35/+35
2016-05-02Dpkg::Build::Types: Add new build_has_any functionGuillem Jover3-5/+20
2016-05-02Dpkg::Build::Types: Remove BUILD_SOURCE composite constantsGuillem Jover4-26/+11
2016-05-02libdpkg, scripts: Add very basic color supportGuillem Jover3-18/+127
2016-05-02scripts: Refactor command printing into new printcmd() functionGuillem Jover2-3/+11
2016-05-02Dpkg::ErrorHandling: Add new notice() reporting functionGuillem Jover1-0/+6
2016-05-02scripts: Switch raw information output to use info()Guillem Jover2-5/+7
2016-05-02dpkg-source: Use context gettext functions for "<none>" stringGuillem Jover1-2/+2
2016-05-02perl: Fix various perl critic regressionsGuillem Jover3-5/+5
2016-05-02Dpkg::Source::Package: Use GnuPG instead of gpg to refer to the softwareGuillem Jover1-2/+2
2016-05-02dpkg-maintscript-helper: Decouple local declaration from command assignmentGuillem Jover1-4/+6
2016-05-02dpkg-maintscript-helper: Do safe matching of directories containing conffilesGuillem Jover1-5/+9
2016-05-02build: Use spaces instead of tabs to separate pod2man optionsGuillem Jover1-1/+1
2016-04-03Update German scripts translationHelge Kreutzmann1-22/+35
2016-04-01Dpkg::Changelog::Entry::Debian: Do not parse entry multiple timesGuillem Jover2-44/+81
2016-04-01Dpkg::Conf: Switch implementation to be hash basedGuillem Jover2-41/+101
2016-04-01Dpkg::Control::HashCore: Remove unused Dpkg::Checksums importGuillem Jover1-1/+0
2016-04-01Dpkg::Source::Package: Error out on sources w/o any strong digestGuillem Jover1-1/+6
2016-04-01Dpkg::Checksums: Add strong digest marking supportGuillem Jover2-4/+32
2016-04-01scripts/t: Use is() instead of ok() to test for undefGuillem Jover2-3/+3
2016-04-01Dpkg::Deps: Make the dependency parser more strictGuillem Jover2-5/+15
2016-04-01scripts: Use new Dpkg::Arch functions to validate and parse architecturesGuillem Jover4-17/+11
2016-04-01Dpkg::Arch: Add new functions to validate and parse architecture namesGuillem Jover2-2/+64
2016-04-01dpkg-deb, scripts: Make the Architecture field mandatory on package buildsGuillem Jover3-7/+7
2016-04-01Dpkg::Changelog::Debian: Move SEE ALSO section to the endGuillem Jover1-4/+4
2016-04-01man, scripts: Fix typos in documentationGuillem Jover2-2/+2
2016-04-01man, Dpkg::Vendor: Document the format of the origin filenameGuillem Jover1-1/+8
2016-03-20Various translation fixesHelge Kreutzmann1-44/+44
2016-03-09Update German scripts translationHelge Kreutzmann1-69/+215
2016-02-27Dpkg::Index: Check existence of search criteriaGuillem Jover1-2/+4
2016-02-27dpkg-maintscript-helper: Allow broken versions starting with a dashCarsten Hey1-10/+10
2016-02-27dpkg-maintscript-helper: Anchor pathnames in sed and grep regexesCarsten Hey1-3/+3
2016-02-27dpkg-maintscript-helper: Quote shell variablesCarsten Hey1-10/+10
2016-02-27dpkg-maintscript-helper: Use fixed string matching for pathnamesCarsten Hey1-2/+2
2016-02-15Add MIPS R6 architectures to arch tablesYunQiang Su1-1/+1
2016-02-15dpkg-source: Add backend-specific --help options supportGuillem Jover7-3/+215
2016-02-15dpkg-genchanges: Check first for build type to short-circuit boolean expressionsGuillem Jover1-5/+5
2016-02-15Dpkg::BuildEnv: Rename to Dpkg::Build::EnvGuillem Jover11-87/+88
2016-02-15scripts: Use new Dpkg::Build::Types module instead of ad-hoc codeGuillem Jover2-109/+31
2016-02-15Dpkg::Build::Types: Add new moduleGuillem Jover4-0/+238