summaryrefslogtreecommitdiff
path: root/scripts/t
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-22perl: Place strict and warning pragma uses as the first thingGuillem Jover11-26/+26
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-2/+2
2013-05-08scripts/t: Move constant tests plan to ‘use Test::More’ timeGuillem Jover2-16/+4
2013-05-08Remove trailing whitespacesGuillem Jover1-1/+1
2013-05-08scripts/t/200_Dpkg_Shlibs.t: Use semicolon instead of commaGuillem Jover1-3/+3
2013-05-08scripts: Do not use indirect object syntaxGuillem Jover1-2/+2
2013-05-08perl: Slurp files more efficientlyGuillem Jover1-1/+2
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-2/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover13-274/+274
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover4-11/+11
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-48/+61