summaryrefslogtreecommitdiff
path: root/scripts/t
AgeCommit message (Expand)AuthorFilesLines
2015-04-21scripts/t: Do not use system() string formGuillem Jover2-2/+2
2015-04-21scripts/t: Fix typoGuillem Jover1-1/+1
2015-04-10scripts: Pass a list to open() for commands instead of a stringGuillem Jover1-1/+2
2015-03-30scripts/t: Ignore stderr from «dpkg --compare-versions» if it does not failGuillem Jover1-1/+8
2015-03-30perl: Rework use and exporter declarationsGuillem Jover2-0/+2
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover1-1/+0
2015-01-28Dpkg::Shlibs: Rename reset_library_paths() to blank_library_paths()Guillem Jover1-2/+2
2015-01-28test: Remove unused @save_paths variableGuillem Jover1-1/+0
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover3-3/+3
2015-01-28test: Move use strict and warnings as the first directivesGuillem Jover8-5/+11
2015-01-28dpkg-gensymbols: Add support for arch-bits and arch-endian tagsGuillem Jover6-87/+278
2014-10-20scripts/t: Enable and fix minimal :native arch-qualifier testsGuillem Jover1-4/+4
2014-10-12scripts/t: Use nocheck instead of notest in build profile testsGuillem Jover1-21/+21
2014-10-12Dpkg::Getopt: New private moduleGuillem Jover1-0/+37
2014-10-12doc, scripts: Fix typos in commentsGuillem Jover5-5/+5
2014-10-06scripts/t: Make sure temporary files are always cleaned upGuillem Jover2-10/+6
2014-10-06scripts: Update restriction formula syntaxJohannes Schauer2-25/+50
2014-10-06Dpkg::BuildProfiles: Add new parse_build_profile()Guillem Jover1-2/+7
2014-10-06Dpkg::Deps: Add new deps_iterate() functionGuillem Jover1-1/+18
2014-10-06Dpkg::Deps::KnownFacts: Add support for versioned ProvidesGuillem Jover1-1/+34
2014-08-09Use https:// URLs instead of http:// when possible (round two)Guillem Jover1-1/+1
2014-06-05scripts: Add test case for patch disabling hunksGuillem Jover2-1/+11
2014-06-05Dpkg::Source::Patch: Fix patch header parsing to avoid directory traversalsGuillem Jover5-1/+33
2014-06-05scripts: Add test cases for C-style encoded pathnames in patchesGuillem Jover2-2/+32
2014-06-05Dpkg::Control::HashCore: Only skip actual empty first line field valuesGuillem Jover2-1/+4
2014-05-23Dpkg::Control::HashCore: Do not emit trailing space on field empty first lineGuillem Jover2-5/+5
2014-05-17Dpkg::Source::Quilt: Add minimal test caseGuillem Jover2-1/+21
2014-05-17Dpkg::Deps::Multiple: Add profile_is_concerned() and reduce_profiles() methodsGuillem Jover1-1/+18
2014-05-17Dpkg::Deps: Add test cases for OR relationshipsGuillem Jover1-4/+5
2014-05-17scripts: Add template test cases for most modulesGuillem Jover17-0/+459
2014-05-17test: Add labels to Test::More testsGuillem Jover4-14/+16
2014-04-26Dpkg::Vendor: Add test cases for get_vendor_dir()Guillem Jover1-2/+5
2014-04-26Dpkg::Deps: Add test cases for deps_concat()Guillem Jover1-1/+8
2014-04-26Dpkg::Dist:Files: Add test cases for get_file()Guillem Jover1-3/+11
2014-04-21Dpkg::Vendor: Try to load Vendor modules from the parent vendorsGuillem Jover2-0/+37
2014-04-21Dpkg::Dist::Files: New perl moduleGuillem Jover2-0/+100
2014-04-21Dpkg::Deps: Do not generate perl warnings on undef versions in deps_compare()Guillem Jover1-1/+5
2014-04-21test: Remove sequence number prefixes from test case filenamesGuillem Jover73-17/+17
2014-04-21scripts: Add a space after commaGuillem Jover2-3/+3
2014-01-15Dpkg::Shlibs::SymbolFile: Add support for Ignore-Blacklist-Groups fieldGuillem Jover6-1/+111
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover16-16/+16
2013-12-05Add experimental build profiles supportGuillem Jover1-1/+21
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover2-3/+3
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-1/+1
2013-11-24perl: Always check open() return valueGuillem Jover1-3/+6
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-3/+3
2013-11-24Dpkg::Shlibs: Deprecate @librarypaths package variableGuillem Jover1-3/+5
2013-09-19Decapitalize error and warning messagesGuillem Jover1-1/+1
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-18Dpkg::Util: Add new moduleGuillem Jover1-0/+38