MIR reporter’s template¶
This section is a guideline for the reporter as they are filing an MIR bug. The intent is to:
Make the future owning team think about common issues
Provide the detail needed by the reviewer to decide: Can this package be well maintained in
main
?
Usage follows How to use MIR templates.
1[Availability]
2TODO: The package TBDSRC is already in Ubuntu universe.
3TODO: The package TBDSRC build for the architectures it is designed to work on.
4TODO: It currently builds and works for architectures: TBD
5TODO: Link to package https://launchpad.net/ubuntu/+source/TBDSRC
6
7[Rationale]
8RULE: There must be a certain level of demand for the package
9TODO: - The package TBDSRC is required in Ubuntu main for TBD
10TODO-A: - The package TBDSRC will generally be useful for a large part of
11TODO-A: our user base
12TODO-B: - The package TBDSRC will not generally be useful for a large part of
13TODO-B: our user base, but is important/helpful still because TBD
14TODO: - Additional reasons TBD
15TODO: - Additionally new use-cases enabled by this are TBD
16TODO: - Package TBDSRC covers the same use case as TBD, but is better
17TODO: because TBD, thereby we want to replace it.
18TODO: - The package TBDSRC is a new runtime dependency of package TBD that
19TODO: we already support
20RULE: Sometimes there are other/better ways, often are achieved by using a
21RULE: library with similar functionality that is more commonly used and
22RULE: thereby already in main or a better candidate to promote.
23RULE: Reducing the set of supported software in Ubuntu helps to focus on the
24RULE: right things, otherwise Ubuntu developers will be consumed by updating
25RULE: many variations of the same - wasting valuable time that could be better
26RULE: spent elsewhere.
27RULE: If there are other packages in the archive that are close, but unable to
28RULE: address the problem you might spend some time explaining what exists and
29RULE: why it isn't a sufficient alternative.
30TODO: - There is no other/better way to solve this that is already in main or
31TODO: should go universe->main instead of this.
32RULE: If the package previously was in main (use rmadison to check),
33RULE: and the previous MIR content is still applicable and not ancient,
34RULE: just add a new release-task instead of creating a new MIR.
35RULE: Otherwise, continue with this MIR and link to the previous MIR.
36TODO-A: - This is the first time package will be in main
37TODO-B: - Package was in main before (Ubuntu aa.bb->xx.yy) (MIR-Bug LP: #...)
38RULE: You truly need to understand the difference between main and universe
39RULE: in general and in the context of changed rules (build-depends) and
40RULE: constraints (Ubuntu Pro made it less of a difference in many cases).
41RULE: We have seen requests that were mostly based on old "I said supported (a
42RULE: weakly defined term to begin with) in a contract, so it has to be in main"
43RULE: feelings, but with sometimes no true reason - neither technically nor
44RULE: helping the user base of Ubuntu. Hence we need to ask for that clearly.
45TODO: - The binary packages TBD needs to be in main to achieve TBD
46TODO-A: - All other binary packages built by TBDSRC should remain in universe
47TODO-B: - All binary packages built by TBDSRC need to be in main to achieve TBD
48
49RULE: Reviews will take some time. Also the potential extra work out of review
50RULE: feedback from either MIR-team and/or security-team will take time.
51RULE: For better prioritization it is quite helpful to clearly state the
52RULE: target release and set a milestone to the bug task.
53RULE: When doing so do not describe what you "wish" or "would like to have".
54RULE: Only milestones that are sufficiently well-founded and related to
55RULE: major releases will be considered
56TODO-A: - The package TBDSRC is required in Ubuntu main no later than TBD
57TODO-A: due to TBD
58TODO-B: - It would be great and useful to community/processes to have the
59TODO-B: package TBD in Ubuntu main, but there is no definitive deadline.
60
61[Security]
62RULE: The security history and the current state of security issues in the
63RULE: package must allow us to support the package for at least 9 months (120
64RULE: for LTS+ESM support) without exposing its users to an inappropriate level
65RULE: of security risks. This requires checking of several things:
66RULE: - Search in the National Vulnerability Database using the PKG as keyword
67RULE: https://cve.mitre.org/cve/search_cve_list.html
68RULE: - check OSS security mailing list (feed into search engine
69RULE: 'site:www.openwall.com/lists/oss-security <pkgname>')
70RULE: - Ubuntu CVE Tracker
71RULE: https://ubuntu.com/security/cve?package=<source-package-name>
72RULE: - Debian Security Tracker
73RULE: https://security-tracker.debian.org/tracker/source-package/<source-package-name>
74TODO-A: - Had #TBD security issues in the past
75TODO-A: - TBD links to such security issues in trackers
76TODO-A: - TBD to any context that shows how these issues got handled in
77TODO-A: the past
78TODO-B: - No CVEs/security issues in this software in the past
79
80RULE: - Check for security relevant binaries, services and behavior.
81RULE: If any are present, this requires a more in-depth security review.
82RULE: Demonstrating that common isolation/risk-mitigation patterns are used
83RULE: will help to raise confidence. For example a service running as root
84RULE: open to the network will need to be considered very carefully. The same
85RULE: service dropping the root permissions after initial initialization,
86RULE: using various systemd isolation features and having a default active
87RULE: apparmor profile is much less concerning and can speed up acceptance.
88RULE: This helps Ubuntu, but you are encouraged to consider working with
89RULE: Debian and upstream to get those security features used at wide scale.
90RULE: - It might be impossible for the submitting team to check this perfectly
91RULE: (the security team will), but you should be aware that deprecated
92RULE: security algorithms like 3DES or TLS/SSL 1.1 are not acceptable.
93RULE: If you think a package might do that it would be great to provide a
94RULE: hint for the security team like "Package may use deprecated crypto"
95RULE: and provide the details you have about that.
96TODO: - no `suid` or `sgid` binaries
97TODO-A: - no executables in `/sbin` and `/usr/sbin`
98TODO-B: - Binary TBD in sbin is no problem because TBD
99TODO-A: - Package does not install services, timers or recurring jobs
100TODO-B: - Package does install services, timers or recurring jobs
101TODO-B: TBD (list services, timers, jobs)
102TODO: - Security has been kept in mind and common isolation/risk-mitigation
103TODO: patterns are in place utilizing the following features:
104TODO: TBD (add details and links/examples about things like dropping
105TODO: permissions, using temporary environments, restricted users/groups,
106TODO: seccomp, systemd isolation features, apparmor, ...)
107TODO-A: - Packages does not open privileged ports (ports < 1024).
108TODO-B: - Packages open privileged ports (ports < 1024), but they have
109TODO-B: a reason to do so (TBD)
110TODO-A: - Package does not expose any external endpoints
111TODO-B: - Package does expose an external endpoint, it is
112TODO-B: TBD endpoint + TBD purpose
113TODO: - Packages does not contain extensions to security-sensitive software
114TODO: (filters, scanners, plugins, UI skins, ...)
115
116RULE: The package should not use deprecated security algorithms like 3DES or
117RULE: TLS/SSL 1.1. The security team is the one responsible to check this,
118RULE: but if you happen to spot something it helps to provide a hint.
119RULE: Provide whatever made you suspicious as details along that statement.
120RULE: Or remove the following lines entirely if you did not spot anything.
121TODO: - I've spotted what I consider deprecated algorithms, the security team
122TODO: should have a more careful look please, details are:
123
124[Quality assurance - function/usage]
125RULE: - After installing the package it must be possible to make it working with
126RULE: a reasonable effort of configuration and documentation reading.
127TODO-A: - The package works well right after install
128TODO-B: - The package needs post install configuration or reading of
129TODO-B: documentation, there isn't a safe default because TBD
130
131[Quality assurance - maintenance]
132RULE: - To support a package, we must be reasonably convinced that upstream
133RULE: supports and cares for the package.
134RULE: - The status of important bugs in Debian, Ubuntu and upstream's bug
135RULE: tracking systems must be evaluated. Important bugs must be pointed out
136RULE: and discussed in the MIR report.
137TODO: - The package is maintained well in Debian/Ubuntu/Upstream and does
138TODO: not have too many, long-term & critical, open bugs
139TODO: - Ubuntu https://bugs.launchpad.net/ubuntu/+source/TBDSRC/+bug
140TODO: - Debian https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=TBDSRC
141TODO: - Upstream's bug tracker, e.g., GitHub Issues
142TODO: - The package has important open bugs, listing them: TBD
143TODO-A: - The package does not deal with exotic hardware we cannot support
144TODO-B: - The package does deal with exotic hardware, such hardware is available
145TODO-B: to the team for debugging, test, verification and development via:
146RULE: This is about confidence to be able to maintain the package, therefore
147RULE: any option (the examples or anything else you add) is "valid", but it
148RULE: depends on the case if that is then considered sufficient.
149RULE: The following examples are in descending order in regard to how "ok" they
150RULE: likely will be.
151TODO-B1: - testflinger under the following queue(s): TBD
152TODO-B2: - (multiple) Canonical systems in the TBD computing center/lab
153TODO-B3: - an engineering sample in engineers home on TBD team, manager TBD
154TODO-B4: - (multiple) cloud providers as type: TBD
155TODO-B5: - hopefully somewhen getting it due to TBD
156
157[Quality assurance - testing]
158RULE: - The package must include a non-trivial test suite
159RULE: - it should run at package build and fail the build if broken
160TODO-A: - The package runs a test suite on build time, if it fails
161TODO-A: it makes the build fail, link to build log TBD
162TODO-B: - The package does not run a test at build time because TBD
163
164RULE: - The package should, but is not required to, also contain
165RULE: non-trivial autopkgtest(s).
166TODO-A: - The package runs an autopkgtest, and is currently passing on
167TODO-A: this TBD list of architectures, link to test logs TBD
168TODO-B: - The package does not run an autopkgtest because TBD
169
170RULE: - existing but failing tests that shall be handled as "ok to fail"
171RULE: need to be explained along the test logs below
172TODO-A: - The package does have not failing autopkgtests right now
173TODO-B: - The package does have failing autopkgtests tests right now, but since
174TODO-B: they always failed they are handled as "ignored failure", this is
175TODO-B: ok because TBD
176
177RULE: - If no build tests nor autopkgtests are included, and/or if the package
178RULE: requires specific hardware to perform testing, the subscribed team
179RULE: must provide a written test plan in a comment to the MIR bug, and
180RULE: commit to running that test either at each upload of the package or
181RULE: at least once each release cycle. In the comment to the MIR bug,
182RULE: please link to the codebase of these tests (scripts or doc of manual
183RULE: steps) and attach a full log of these test runs. This is meant to
184RULE: assess their validity (e.g. not just superficial).
185RULE: If possible such things should stay in universe. Sometimes that is
186RULE: impossible due to the way how features/plugins/dependencies work
187RULE: but if you are going to ask for promotion of something untestable
188RULE: please outline why it couldn't provide its value (e.g. by splitting
189RULE: binaries) to users from universe.
190RULE: This is a balance that is hard to strike well, the request is that all
191RULE: options have been exploited before giving up. Look for more details
192RULE: and backgrounds https://github.com/canonical/ubuntu-mir/issues/30
193RULE: Just like in the SRU process it is worth to understand what the
194RULE: consequences a regression (due to a test miss) would be. Therefore
195RULE: if being untestable we ask to outline what consequences this would
196RULE: have for the given package. And let us be honest, even if you can
197RULE: test you are never sure you will be able to catch all potential
198RULE: regressions. So this is mostly to force self-awareness of the owning
199RULE: team than to make a decision on.
200TODO: - The package can not be well tested at build or autopkgtest time
201TODO: because TBD. To make up for that:
202TODO-A: - We have access to such hardware in the team
203TODO-B: - We have allocated budget to get this hardware, but it is not here
204TODO-B: yet
205TODO-C: - We have checked with solutions-qa and will use their hardware
206TODO-C: through testflinger
207TODO-D: - We have checked with other team TBD and will use their hardware
208TODO-D: through TBD (eg. MAAS)
209TODO-E: - We have checked and found a simulator which covers this case
210TODO-E: sufficiently for testing, our plan to use it is TBD
211TODO-F: - We have engaged with the upstream community and due to that
212TODO-F: can tests new package builds via TBD
213TODO-G: - We have engaged with our user community and due to that
214TODO-G: can tests new package builds via TBD
215TODO-H: - We have engaged with the hardware manufacturer and made an
216TODO-H: agreement to test new builds via TBD
217TODO-A-H: - Based on that access outlined above, here are the details of the
218TODO-A-H: test plan/automation TBD (e.g. script or repo) and (if already
219TODO-A-H: possible) example output of a test run: TBD (logs).
220TODO-A-H: We will execute that test plan
221TODO-A-H1: on-uploads
222TODO-A-H2: regularly (TBD details like frequency: monthly, infra: jira-url)
223TODO-X: - We have exhausted all options, there really is no feasible way
224TODO-X: to test or recreate this. We are aware of the extra implications
225TODO-X: and duties this has for our team (= help SEG and security on
226TODO-X: servicing this package, but also more effort on any of your own
227TODO-X: bug triage and fixes).
228TODO-X: Due to TBD there also is no way to provide this to users from
229TODO-X: universe.
230TODO-X: Due to the nature, integration and use cases of the package the
231TODO-X: consequences of a regression that might slip through most likely
232TODO-X: would include
233TODO-X: - TBD
234TODO-X: - TBD
235TODO-X: - TBD
236
237RULE: - In some cases a solution that is about to be promoted consists of
238RULE: several very small libraries and one actual application uniting them
239RULE: to achieve something useful. This is rather common in the go/rust space.
240RULE: In that case often these micro-libs on their own can and should only
241RULE: provide low level unit-tests. But more complex autopkgtests make no
242RULE: sense on that level. Therefore in those cases one might want to test on
243RULE: the solution level.
244RULE: - Process wise MIR-requesting teams can ask (on the bug) for this
245RULE: special case to apply for a given case, which reduces the test
246RULE: constraints on the micro libraries but in return increases the
247RULE: requirements for the test of the actual app/solution.
248RULE: - Since this might promote micro-lib packages to main with less than
249RULE: the common level of QA any further MIRed program using them will have
250RULE: to provide the same amount of increased testing.
251TODO: - This package is minimal and will be tested in a more wide reaching
252TODO: solution context TBD, details about this testing are here TBD
253
254[Quality assurance - packaging]
255RULE: - The package uses a debian/watch file whenever possible. In cases where
256RULE: this is not possible (e.g. native packages), the package should either
257RULE: provide a debian/README.source file or a debian/watch file (with
258RULE: comments only) providing clear instructions on how to generate the
259RULE: source tar file.
260TODO-A: - debian/watch is present and works
261TODO-B: - debian/watch is not present, instead it has TBD
262TODO-C: - debian/watch is not present because it is a native package
263
264RULE: - The package should define the correct "Maintainer:" field in
265RULE: debian/control. This needs to be updated, using `update-maintainer`
266RULE: whenever any Ubuntu delta is applied to the package, as suggested by
267RULE: dpkg (LP: #1951988)
268TODO: - debian/control defines a correct Maintainer field
269
270RULE: - It is often useful to run `lintian --pedantic` on the package to spot
271RULE: the most common packaging issues in advance
272RULE: - Non-obvious or non-properly commented lintian overrides should be
273RULE: explained
274TODO: - This package does not yield massive lintian Warnings, Errors
275TODO: - Please link to a recent build log of the package <TBD>
276TODO: - Please attach the full output you have got from
277TODO: `lintian --pedantic` as an extra post to this bug.
278TODO-A: - Lintian overrides are not present
279TODO-B: - Lintian overrides are present, but ok because TBD
280
281RULE: - The package should not rely on obsolete or about to be demoted packages.
282RULE: That currently includes package dependencies on Python2 (without
283RULE: providing Python3 packages), and packages depending on GTK2.
284TODO: - This package does not rely on obsolete or about to be demoted packages.
285TODO: - This package has no python2 or GTK2 dependencies
286
287RULE: - Debconf questions should not bother the default user too much
288TODO-A: - The package will be installed by default, but does not ask debconf
289TODO-A: questions higher than medium
290TODO-B: - The package will not be installed by default
291
292RULE: - The source packaging (in debian/) should be reasonably easy to
293RULE: understand and maintain.
294TODO-A: - Packaging and build is easy, link to debian/rules TBD
295TODO-B: - Packaging is complex, but that is ok because TBD
296
297[UI standards]
298TODO-A: - Application is not end-user facing (does not need translation)
299TODO-B: - Application is end-user facing, Translation is present, via standard
300TODO-B: intltool/gettext or similar build and runtime internationalization
301TODO-B: system see TBD
302
303TODO-A: - End-user applications that ships a standard conformant desktop file,
304TODO-A: see TBD
305TODO-B: - End-user applications without desktop file, not needed because TBD
306
307[Dependencies]
308RULE: - In case of alternatives, the first alternative must be in main.
309RULE: Depends: concrete-package-in-main | metapackage
310RULE: - Build(-only) dependencies can be in universe
311RULE: - If there are further dependencies they need a separate MIR discussion
312RULE: (this can be a separate bug or another task on the main MIR bug)
313TODO-A: - Used check-mir from ubuntu-dev-tools to validate
314TODO-A: all dependencies or recommends are in main.
315TODO-B: - There are further dependencies that are not yet in main, MIR for them
316TODO-B: is at TBD
317TODO-C: - There are further dependencies that are not yet in main, the MIR
318TODO-C: process for them is handled as part of this bug here.
319
320[Standards compliance]
321RULE: - Major violations should be documented and justified.
322RULE: - FHS: https://refspecs.linuxfoundation.org/fhs.shtml
323RULE: - Debian Policy: https://www.debian.org/doc/debian-policy/
324TODO-A: - This package correctly follows FHS and Debian Policy
325TODO-B: - This package violates FHS or Debian Policy, reasons for that are TBD
326
327[Maintenance/Owner]
328RULE: The package must have an acceptable level of maintenance corresponding
329RULE: to its complexity:
330RULE: - All packages must have a designated "owning" team, regardless of
331RULE: complexity. Only a selected set of Launchpad teams can own a package
332RULE: in main, you can find this list here:
333RULE: https://git.launchpad.net/ubuntu-archive-tools/tree/lputils.py#n46
334RULE: This requirement of an owning-team comes in two aspects:
335RULE: - A case needs to have a team essentially saying "yes we will own that"
336RULE: to enter the MIR process. Usually that is implied by team members
337RULE: filing MIR requests having the backup by their management for the
338RULE: long term commitment this implies.
339RULE: - A community driven MIR request might be filed to show the use case,
340RULE: but then, as a first step, needs to get a team agreeing to own
341RULE: it before the case can be processed further.
342RULE: If unsure which teams to consider have a look at the current mapping
343RULE: http://reqorts.qa.ubuntu.com/reports/m-r-package-team-mapping.html
344RULE: In that case (you are not a representative of the team who will
345RULE: gain the long term committment to this) please ask a representative
346RULE: of that team to comment on the bug acknowledging that they are ok to
347RULE: own it.
348RULE: - The package needs a bug subscriber before it can be promoted to main.
349RULE: Strictly speaking that subscription can therefore wait until the
350RULE: moment of the actual promotion by an archive admin. But it is
351RULE: strongly recommended to subscribe early, as the owning team will get
352RULE a preview of the to-be-expected incoming bugs later on.
353RULE: - Simple packages (e.g. language bindings, simple Perl modules, small
354RULE: command-line programs, etc.) might not need very much maintenance
355RULE: effort, and if they are maintained well in Debian we can just keep them
356RULE: synced. They still need a subscribing team to handle bugs, FTBFS and
357RULE: tests
358RULE: - More complex packages will usually need a developer or team of
359RULE: developers paying attention to their bugs, whether that be in Ubuntu
360RULE: or elsewhere (often Debian). Packages that deliver major new headline
361RULE: features in Ubuntu need to have commitment from Ubuntu developers
362RULE: willing to spend substantial time on them.
363TODO-A: - The owning team will be TBD and I have their acknowledgment for
364TODO-A: that commitment
365TODO-B: - I Suggest the owning team to be TBD
366TODO-A: - The future owning team is already subscribed to the package
367TODO-B: - The future owning team is not yet subscribed, but will subscribe to
368TODO-B: the package before promotion
369
370RULE: - Responsibilities implied by static builds promoted to main, which is
371RULE: not a recommended but a common case with golang and rust packages.
372RULE: - the security team will track CVEs for all vendored/embedded sources in main
373RULE: - the security team will provide updates to main for all `golang-*-dev`
374RULE: packages
375RULE: - the security team will provide updates to main for non-vendored
376RULE: dependencies as per normal procedures (including e.g.,
377RULE: sponsoring/coordinating uploads from teams/upstream projects, etc)
378RULE: - the security team will perform no-change-rebuilds for all packages
379RULE: listing an CVE-fixed package as Built-Using and coordinate testing
380RULE: with the owning teams responsible for the rebuilt packages
381RULE: - for packages that build using any `golang-*-dev` packages:
382RULE: - the owning team must state their commitment to test
383RULE: no-change-rebuilds triggered by a dependent library/compiler and to
384RULE: fix any issues found for the lifetime of the release (including ESM
385RULE: when included)
386RULE: - the owning team must provide timely testing of no-change-rebuilds
387RULE: from the security team, fixing the rebuilt package as necessary
388RULE: - for packages that build with approved vendored code:
389RULE: - the owning team must state their commitment to provide updates to
390RULE: the security team for any affected vendored code for the lifetime of
391RULE: the release (including ESM when included)
392RULE: - the security team will alert the owning team of issues that may
393RULE: affect their vendored code
394RULE: - the owning team will provide timely, high quality updates for the
395RULE: security team to sponsor to fix issues in the affected vendored code
396RULE: - the owning team will use a minimal set of vendored code (e.g., Rust
397RULE: packages are unlikely to need `*_win` crates to build)
398RULE: - if subsequent uploads add new vendored components or dependencies
399RULE: these have to be reviewed and agreed by the security team.
400RULE: - Such updates in the project might be trivial, but imply that a
401RULE: dependency for e.g. a CVE fix will be moved to a new major version.
402RULE: Being vendored that does gladly at least not imply incompatibility
403RULE: issues with other packages or the SRU policy. But it might happen
404RULE: that this triggers either:
405RULE: a) The need to adapt the current version of the main package and/or
406RULE: other vendored dependencies to work with the new dependency
407RULE: b) The need to backport the fix in the dependency as the main
408RULE: package will functionally only work well with the older version
409RULE: c) The need to backport the fix in the dependency, as it would imply
410RULE: requiring a newer toolchain to be buildable that isn't available
411RULE: in the target release.
412RULE: - The rust ecosystem currently isn't yet considered stable enough for
413RULE: classic lib dependencies and transitions in main; therefore the
414RULE: expectation for those packages is to vendor (and own/test) all
415RULE: dependencies (except those provided by the rust runtime itself).
416RULE: This implies that all the rules for vendored builds always
417RULE: apply to them. In addition:
418RULE: - The rules and checks for rust based packages are preliminary and might
419RULE: change over time as the ecosystem matures and while
420RULE: processing the first few rust based packages.
421RULE: - It is expected rust builds will use dh-cargo so that a later switch
422RULE: to non vendored dependencies isn't too complex (e.g. it is likely
423RULE: that over time more common libs shall become stable and then archive
424RULE: packages will be used to build).
425RULE: - The tooling to get a Cargo.lock that will include internal vendored
426RULE: dependencies is described at:
427RULE: https://github.com/ubuntu/ubuntu-project-docs/blob/main/docs/MIR/mir-rust.md
428RULE: - An example of how Rust dependency vendoring can be automated is
429RULE: "s390-tools", isolating crates in a .orig-vendor.tar.xz tarball:
430RULE: * https://git.launchpad.net/ubuntu/+source/s390-tools/tree/debian/rules
431RULE: Other examples include "authd" (for a native package, combined with
432RULE: Golang vendoring) and "gnome-snapshot" (using debian/missing-sources):
433RULE: * authd:
434RULE: https://github.com/ubuntu/authd/blob/main/debian/rules
435RULE: * gnome-snapshot:
436RULE: https://salsa.debian.org/ubuntu-dev-team/snapshot/-/blob/ubuntu/latest/debian/README.source
437
438RULE: - All vendored dependencies (no matter what language) shall have a
439RULE: way to be refreshed
440TODO-A: - This does not use static builds
441TODO-B: - The team TBD is aware of the implications by a static build and
442TODO-B: commits to test no-change-rebuilds and to fix any issues found for the
443TODO-B: lifetime of the release (including ESM)
444
445TODO-A: - This does not use vendored code
446TODO-B: - The team TBD is aware of the implications of vendored code and (as
447TODO-B: alerted by the security team) commits to provide updates and backports
448TODO-B: to the security team for any affected vendored code for the lifetime
449TODO-B: of the release (including ESM).
450
451TODO-A: - This does not use vendored code
452TODO-B: - This package uses vendored go code tracked in go.sum as shipped in the
453TODO-B: package, refreshing that code is outlined in debian/README.source
454TODO-C: - This package uses vendored rust code tracked in Cargo.lock as shipped,
455TODO-C: in the package (at /usr/share/doc/<pkgname>/Cargo.lock - might be
456TODO-C: compressed), refreshing that code is outlined in debian/README.source
457TODO-D: - This package uses vendored code, refreshing that code is outlined
458TODO-D: in debian/README.source
459
460TODO-A: - This package is not rust based
461TODO-B: - This package is rust based and vendors all non language-runtime
462TODO-B: dependencies
463
464RULE: - Some packages build and update often, in this case everyone can just
465RULE: check the recent build logs to ensure if it builds fine.
466RULE: But some other packages are rather stable and have not been rebuilt
467RULE: in a long time. There no one can be confident it would build on e.g.
468RULE: an urgent security fix. Hence we ask if there has been a recent build.
469RULE: That might be a recent build that has been done anyway as seen on
470RULE: https://launchpad.net/ubuntu/+source/<source>, a reference to a recent
471RULE: archive test rebuild (those are announced on the ubuntu-devel mailing
472RULE: list like https://lists.ubuntu.com/archives/ubuntu-devel-announce/2024-January/001342.html),
473RULE: or a build set up by the reporter in a PPA with all architectures
474RULE: enabled.
475TODO-A: - The package has been built within the last 3 months in the archive
476TODO-B: - The package has been built within the last 3 months as part
477TODO-B: of a test rebuild
478TODO-C: - The package has been built within the last 3 months in PPA
479TODO-D: - The package has been built within the last 3 months in sbuild as it
480TODO-D: can not be uploaded yet
481RULE: - To make it easier for everyone, please provide a link to that build so
482RULE: everyone can follow up easily e.g. checking the various architectures.
483RULE: Example https://launchpad.net/ubuntu/+source/qemu/1:8.2.2+ds-0ubuntu1
484TODO: - Build link on launchpad: TBD
485
486[Background information]
487RULE: - The package descriptions should explain the general purpose and context
488RULE: of the package. Additional explanations/justifications should be done in
489RULE: the MIR report.
490RULE: - If the package was renamed recently, or has a different upstream name,
491RULE: this needs to be explained in the MIR report.
492TODO: The Package description explains the package well
493TODO: Upstream Name is TBD
494TODO: Link to upstream project TBD
495TODO: TBD (any further background that might be helpful