File: fix-global-replace-of-src-prefix-in-glob-eb850b94ca96993e.yaml

package info (click to toggle)
python-pbr 6.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: python: 4,422; sh: 153; makefile: 25; ansic: 24
file content (9 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes a bug where the directory names of items specified in ``data_files``
    could be renamed if the source prefix glob was contained within the
    directory name. See `bug 1810804
    <https://bugs.launchpad.net/pbr/+bug/1810804>`_ for details. For more
    information on ``data_files``, see the `distutils documentation
    <https://docs.python.org/2/distutils/setupscript.html#installing-additional-files>`_.