|
|
|
This project contains some short, self-contained, relatively simple tasks to enhance the quality of Debian with the intention to integrate newcomers into the project by doing valuable contributions in a short time frame. The effort should be guided/leaded by experienced Debian Developers who show their workflow to others.
|
|
|
|
|
|
|
|
Bug of the day
|
|
|
|
--------------
|
|
|
|
# Bug of the day
|
|
|
|
|
|
|
|
There is a daily cron job which picks 5 random bugs from UDD featuring the following criteria
|
|
|
|
|
| ... | ... | @@ -13,10 +12,17 @@ The result of this query is put on the [Bug of the day web page](http://blends.d |
|
|
|
|
|
|
|
If the package does not fit in any team it should be imported into the [Salvage Team](https://salsa.debian.org/salvage-team) to get the bug fixed there first. The whole procedure should follow the [Salvage procedure described in Wiki](https://wiki.debian.org/PackageSalvaging).
|
|
|
|
|
|
|
|
## Some hints
|
|
|
|
|
|
|
|
If you want to create a Git repository from a package that is not maintained in Git yet, you can do
|
|
|
|
|
|
|
|
gbp import-dscs --debsnap --pristine-tar PACKAGENAME
|
|
|
|
|
|
|
|
## Communication
|
|
|
|
|
|
|
|
Just join the [Matrix channel](https://matrix.to/#/#debian-tiny-tasks:matrix.org) bugs amongst DDs and newcomers.
|
|
|
|
|
|
|
|
|
|
|
|
Autopkgtest of the day
|
|
|
|
----------------------
|
|
|
|
# Autopkgtest of the day
|
|
|
|
|
|
|
|
The idea is to write autopkgtests for high popcon packages (see for instance [bug #1068576 of tar](https://bugs.debian.org/1068576)) |