Age | Commit message (Collapse) | Author | Files | Lines |
|
Switch more URLs, now that these services have had SSL enabled.
|
|
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
|
|
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.
|