mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
Fix operation of SourcePackage._source_urls() (as used, for example, in SourcePackage.pull() called by backportpackage) to also work when the class is instantiated with a URL as .dsc. This is a regression caused by 1b12d8b4e3315de3bf417b40a3c66279f309d72c (first in v0.184) that moved from os.path.join() to Pathlib, but os.path.join() was also used to join URLs. Thanks: Unit 193 for the initial patch. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Changelog generation and releasing ---------------------------------- The changelog is generated by the uploader using `gbp dch' from `git-buildpackage'. To invoke, just run $ gbp dch and then edit the changelog as appropriate - wrap lines, remove Signed-Off-By, and so on. Then finalise the changelog, e.g. $ dch -D unstable --release "" commit it $ git commit debian/changelog -m "Releasing 0.foo" and tag/sign this commit $ gbp buildpackage --git-tag-only then build using (for example) $ gbp buildpackage -S and test/upload as normal.