summaryrefslogtreecommitdiff
path: root/scripts/t/origins
AgeCommit message (Collapse)AuthorFilesLines
2014-08-09Use https:// URLs instead of http:// when possible (round two)Guillem Jover1-1/+1
Switch more URLs, now that these services have had SSL enabled.
2014-04-21Dpkg::Vendor: Try to load Vendor modules from the parent vendorsGuillem Jover1-0/+4
If there's no available module for the requested vendor, try loading a Parent until one is found, or we fallback to Default. Closes: #735978
2010-05-21Add tests for Ubuntu changelog parsingColin Watson3-0/+8
Ubuntu's changelog parsing is nearly identical to Debian's, but may emit an additional Launchpad-Bugs-Fixed header. Test that changelogs matching the appropriate regex are parsed correctly both for Debian and Ubuntu. To do this, we take copies of the standard origin files and add an internal mechanism allowing Dpkg::Vendor to be pointed at them; and we run 600_Dpkg_Changelog.t a second time with DEB_VENDOR set, to avoid duplicating lots of code. See the discussion in #536066 for background.