summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control/HashCore.pm
AgeCommit message (Expand)AuthorFilesLines
2014-04-21Dpkg::Control::HashCore: Document is_pgp_signed as a public optionGuillem Jover1-0/+7
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover1-0/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Do not accept an initial hyphen in field namesGuillem Jover1-0/+3
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-1/+1
2013-12-04perl: Use croak instead of die on programming errors in modulesGuillem Jover1-1/+2
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-2/+2
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-1/+2
2013-11-24Dpkg::ErrorHandling: Move syntaxerr to Dpkg::Control::HashCore::parse_errorGuillem Jover1-12/+31
2013-07-26Dpkg::Source::Package: Do not scan control file twice for PGP signatureGuillem Jover1-3/+3
2013-07-26Dpkg::Control::HashCore: Correctly apply substvar text cleanupsGuillem Jover1-5/+16
2013-07-26Dpkg::Control::HashCore: Switch module to use Dpkg::Control::FieldsCoreGuillem Jover1-13/+4
2013-07-26Dpkg::Control::Fields: Detangle Dpkg::VendorGuillem Jover1-0/+510