summaryrefslogtreecommitdiff
path: root/scripts/t
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-03test: Refactor common unit test checks for needed thingsGuillem Jover1-6/+3
2016-07-03Dpkg::Shlibs: Preserve order when prepending library pathsGuillem Jover1-8/+13
2016-07-03Dpkg::Vendor::Debian: Support getting the build path from the environmentGuillem Jover1-0/+2
2016-07-03Dpkg::Deps: Arch qualifiers only imply one another if they are the sameGuillem Jover1-7/+14
2016-07-03Dpkg::Control: Add new autopkgtest control files supportGuillem Jover4-0/+102
2016-07-03Revert "Dpkg::Conf: Switch implementation to be hash based"Guillem Jover2-34/+35
2016-07-03Dpkg::Changelog: Add new Timestamp field to outputGuillem Jover1-0/+4
2016-07-03Dpkg::Changelog: Add new format_range() methodGuillem Jover1-7/+9
2016-05-09Dpkg::Deps: Add support for tests dependenciesGuillem Jover1-1/+9
2016-05-09Dpkg: Relax dependency restriction parsing to allow sloppy spacesGuillem Jover1-1/+13
2016-05-02scripts: Add support for new --build option to define build typeGuillem Jover1-2/+13
2016-05-02Dpkg::Build::Types: Allow disabling the checks in set_build_type()Guillem Jover1-1/+12
2016-05-02Dpkg::Build::Types: Clarify build type functionsGuillem Jover1-8/+8
2016-05-02Dpkg::Build::Types: Remove BUILD_SOURCE composite constantsGuillem Jover1-4/+5
2016-04-01Dpkg::Conf: Switch implementation to be hash basedGuillem Jover1-23/+31
2016-04-01Dpkg::Checksums: Add strong digest marking supportGuillem Jover1-1/+2
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 Jover1-1/+9
2016-04-01Dpkg::Arch: Add new functions to validate and parse architecture namesGuillem Jover1-1/+23
2016-02-15Add MIPS R6 architectures to arch tablesYunQiang Su1-1/+1
2016-02-15Dpkg::BuildEnv: Rename to Dpkg::Build::EnvGuillem Jover2-50/+50
2016-02-15Dpkg::Build::Types: Add new moduleGuillem Jover1-0/+43
2015-12-25Add NIOS2 support to cputableMarek Vasut1-1/+1
2015-12-19scripts/t: Improve test coverageGuillem Jover10-20/+183
2015-09-17t: Filter out any environment variable starting with DEB_ in mk.tGuillem Jover1-1/+1
2015-08-06scripts/t: Get the reference build flags from dpkg-buildflags.plGuillem Jover2-9/+13
2015-08-06scripts/t: Generalize get_arch_vars() into cmd_get_vars()Guillem Jover1-10/+9
2015-08-04scripts/t: Delete DEB_VENDOR from the environment to get reliable resultsGuillem Jover1-0/+3
2015-08-04scripts/t: Add test cases for the makefile snippetsGuillem Jover6-0/+139
2015-08-03Dpkg::Shlibs::Objdump: Support spaces in symbol namesGuillem Jover6-1/+231
2015-08-03Dpkg::Deps: Make the dependency comparison deepGuillem Jover1-2/+2
2015-07-29Dpkg::Dist::Files: Allow colons (:) in added filenamesGuillem Jover1-16/+26
2015-07-29Dpkg::Control::HashCore: Remove trailing space before handling dot-separatorsGuillem Jover2-0/+3
2015-07-29Dpkg::Changelog::Entry::Debian: Use Time::Piece instead of Date::ParseGuillem Jover2-2/+27
2015-05-18Dpkg::Shlibs: Fix add_library_dir to initialize the library paths if neededGuillem Jover1-2/+13
2015-05-18scripts/t: Remove unused use Data::DumperGuillem Jover1-2/+0
2015-05-18scripts/t: Swap is_deeply() got and expected argumentsGuillem Jover1-3/+3
2015-05-18Dpkg::Dist::Files: Allow ~ in added filenamesGuillem Jover1-1/+28
2015-05-18scripts/t: Reduce timeout from 5 to 1 in test caseGuillem Jover1-1/+1
2015-05-18scripts/t: Do not use a timeout when testing cat I/OGuillem Jover1-3/+2
2015-05-18Dpkg::Substvars: Add new filter() methodGuillem Jover2-1/+42