jelmer | 4 years ago | on: Thousands of Debian packages updated from their upstream Git repository
jelmer's comments
jelmer | 4 years ago | on: Thousands of Debian packages updated from their upstream Git repository
There's a big warning on https://janitor.debian.net/fresh about the packages not having had human review, and the last paragraph of the blog post mentions this as well.
That said, I do believe strongly that we can let automation take care of more of the (boring bits) of the packaging process even for unstable, and leave the interesting bits that automation can't help with to the humans.
jelmer | 5 years ago | on: Debian Janitor: 60k Lintian Issues Automatically Fixed
A great resource is https://trends.debian.net/, which tracks some of the different ways of doing packaging, as well as the progress on convergence.
With the new style debhelper that we're converging on and a straightforward package, creating a new package should not have to involve a lot of typing - although it's still split across multiple files.
jelmer | 5 years ago | on: Debian Janitor: 60k Lintian Issues Automatically Fixed
It processes the main Debian archive, not PPAs. The bot makes changes to the Git repository with the packaging - developers would get a pull request with the changes after doing verification, and they can just click "Merge" on the GitLab UI. That seems pretty similar to what you're saying would happen in arch.
For a broader description of the design, see https://jelmer.uk/debian-janitor.html
Note that vcswatch doesn't actually scan upstream repositories, just Debian packaging repositories.