~bryce/ubuntu-dev-tools:update-maintainer-recursive

Last commit made on 2020-06-26
Get this branch:
git clone -b update-maintainer-recursive https://git.launchpad.net/~bryce/ubuntu-dev-tools
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Branch information

Name:
update-maintainer-recursive
Repository:
lp:~bryce/ubuntu-dev-tools

Recent commits

8d77c72... by Bryce Harrington

update-maintainer: Consider only valid-looking debian directories

When scanning for debian/ directories to use, only consider ones that
have control and changelog files present. This should handle cases
where the user may have non-package directories named debian high in
their path.

928da0e... by Bryce Harrington

update-maintainer: Find debian/control from inside debian/

In addition to looking for ./debian in the current directory, scan up
the path in the case of running update-maintain from inside the debian/
directory. This scans up to a maximum of 6 levels.

The --help text is adjusted to identify the detected path if one was
found, defaulting to './debian' otherwise.

LP: #1885233
Signed-off-by: Bryce Harrington <email address hidden>

f5aa75a... by Mattia Rizzolo

Merge branch 'lintian-fixes' of git+ssh://git.launchpad.net/~debian-janitor/ubuntu-dev-tools

MR: https://code.launchpad.net/~debian-janitor/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/383535
Signed-off-by: Mattia Rizzolo <email address hidden>

529c287... by Debian Janitor

Wrap long lines in changelog entries: 0.25, 0.11.

Fixes: lintian: debian-changelog-line-too-long
See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html

ce4d8fb... by Mattia Rizzolo

also update the docs

Signed-off-by: Mattia Rizzolo <email address hidden>

0aa7280... by Mattia Rizzolo

ubuntu-build: add support for riscv64.

Signed-off-by: Mattia Rizzolo <email address hidden>

5a895e9... by Dan Streetman

update changelog

pullpkg: support pulling from Ubuntu upload queues

8aa2d60... by Dan Streetman

pullpkg: add support for pulling from upload queue

8f42fb9... by Dan Streetman

lpapicache: add PackageUpload class

ea30b9f... by Dan Streetman

ubuntutools/misc: add download() function

Move the download functionality from the archive.py into the common
misc.py file.