summaryrefslogtreecommitdiff
path: root/scripts/t
AgeCommit message (Expand)AuthorFilesLines
2017-10-17scripts/t: Skip Dpkg::OpenPGP test if gpg is not presentGuillem Jover1-5/+7
2017-10-17Dpkg::Getopt: Do not normalize args past a passthrough stop wordGuillem Jover1-3/+8
2017-10-17Dpkg::Source::Package: Auto-convert binary signatures to OpenPGP ASCII ArmorGuillem Jover4-0/+72
2017-10-16scripts/mk: Add new buildtools.mk supportGuillem Jover2-1/+48
2017-10-12scripts: Rename debarch_to_cpuattrs() to debarch_to_abiattrs()Guillem Jover1-3/+3
2017-10-12scripts: Add support for source package Description and substvarsGuillem Jover1-6/+7
2017-10-12dpkg-genbuildinfo: Add support for new Build-Kernel-Version fieldGuillem Jover1-3/+3
2017-09-24scripts/t: Switch from IO::String to native open supportGuillem Jover2-17/+19
2017-09-24scripts/t: Add new unit test for Dpkg::Control::FieldsGuillem Jover1-0/+247
2017-09-24Dpkg::File: Move file_lock() into a new Dpkg::Lock moduleGuillem Jover1-0/+27
2017-09-24scripts/t: Avoid many function arguments in check_options()Guillem Jover1-97/+137
2017-08-26perl: Use -> operator for function variablesGuillem Jover1-2/+2
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-38/+0
2017-05-17Dpkg::Source::Patch: Indented patch test-caseGuillem Jover2-1/+14
2017-05-07arch: Add support for ARM64 ILP32Guillem Jover1-2/+2
2017-05-06doc: Spelling fixesJosh Soref9-25/+25
2017-02-26test: Use the detected perl interpreter instead of a random one from PATHGuillem Jover4-5/+6
2017-01-29Revert "dpkg-source: Generate Testsuite-Restrictions fields from test restric...Guillem Jover2-32/+1
2017-01-27dpkg-buildpackage: Add support for signed .buildinfo filesGuillem Jover1-0/+1
2017-01-27dpkg-genchanges: Include .buildinfo files also for source-only uploadsGuillem Jover1-0/+3
2017-01-27test: Rename parse_option to parse_featuresGuillem Jover1-4/+4
2017-01-26Dpkg::BuildOptions: Add new parse_features() methodGuillem Jover1-1/+37
2017-01-25dpkg-source: Generate Testsuite-Restrictions fields from test restrictionsGuillem Jover2-1/+32
2017-01-25test: Correctly iterate over all default and passed .dsc template substvarsGuillem Jover1-1/+1
2017-01-25test: Refactor unit test data path into test_get_data_path()Guillem Jover11-25/+27
2017-01-23libdpkg, Dpkg::Version: Do not allow empty epochs and revisionsGuillem Jover1-4/+12
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
2017-01-22Dpkg::Arch: Fix debwildcard_to_debtuple() on quadrupletsGuillem Jover1-22/+64
2016-12-17libdpkg, Dpkg::Version: Reject empty upstream versionsGuillem Jover1-2/+9
2016-12-17Dpkg::Build::Info: Whitelist other DPKG_ namespaced variablesGuillem Jover1-1/+1
2016-11-16dpkg-genbuildinfo: Use deterministic .buildinfo filenamesGuillem Jover4-12/+12
2016-11-13Dpkg::Deps: Validate architecture arguments in deps_parse()Guillem Jover1-1/+20
2016-11-11Dpkg::Build::Info: New module refactored from dpkg-genbuildinfoGuillem Jover1-0/+28
2016-11-09test: Do not fail on missing fakeroot just skip themGuillem Jover1-2/+6
2016-11-05Dpkg::Changelog: Cope gracefully with a missing trailer timestampGuillem Jover2-2/+14
2016-11-03scripts: Add support for .buildinfo filesGuillem Jover4-0/+12
2016-11-03Dpkg::Dist::Files: Add new load_dir methodGuillem Jover3-1/+17
2016-10-31dpkg-architecture: Add new DEB_*_ARCH_ABI and DEB_*_ARCH_LIBC variablesGuillem Jover1-0/+6
2016-10-31arch: Internally represent architectures as quadrupletsGuillem Jover1-15/+15
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-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 Jover1-1/+2
2016-10-30Dpkg::Build::Type: Always map the build type to the shortest string formGuillem Jover2-5/+3
2016-10-30scripts/t: Add dpkg-buildpackage functional testsGuillem Jover7-0/+359
2016-10-30scripts/t: Add dpkg-source functional testsGuillem Jover5-0/+230
2016-07-03arch: Add TILE-Gx support to cputableHelmut Grohne1-1/+1
2016-07-03test: Add unit tests for dependency simplification with build profilesGuillem Jover1-1/+22