File: avoid-clashing-uids-e84ffe8132ce996d.yaml

package info (click to toggle)
python-reno 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 5,263; makefile: 21; sh: 10
file content (8 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fix a problem caused by failing to process multiple files with the
    same UID portion of the filename. Ignore existing cases as long as
    there is a corrective patch to remove them. Prevent new cases from
    being introduced. See https://bugs.launchpad.net/reno/+bug/1688042
    for details.