Bug 47384 - Allow UCR info files without package name in their file names
Allow UCR info files without package name in their file names
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: UCR - Info Files
UCS 4.3
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-07-20 13:46 CEST by Valentin Heidelberger
Modified: 2021-05-14 16:34 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Valentin Heidelberger univentionstaff 2018-07-20 13:46:57 CEST
It's currently not possible to use UCR info files such as univention-config-registry without the package's name in front:

<package>.univention-config-registry

It would be nice to be able to simply name a file "univention-config-registry" without the need for the package's name. Especially since this is also possible with standard debian files such as postinst.


Simple use case:

Multiple packages with different names are built from one single source package but they all shall use the same ucr info files. Currently one has to create identical copies of the file for every single package with it's specific name and maintain changes in that file across all the other copies.

source-pkg/debian/
    ...
    univention-config-registry
    postinst
    ...

instead of:

source-pkg/debian/
    ...
    pkg1.univention-config-registry
    pkg2.univention-config-registry
    postinst
    ...



If this is implemented in the future, docs need to be adjusted at least here: https://docs.software-univention.de/developer-reference-4.3.html#ucr:conf
Comment 1 Valentin Heidelberger univentionstaff 2018-07-20 14:27:59 CEST
It's also not possible to use the name of the source package in the file name, by the way
Comment 2 Ingo Steuwer univentionstaff 2021-05-14 15:41:54 CEST
This issue has been filed against UCS 4.3.

UCS 4.3 is out of maintenance and many UCS components have changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen it and update the UCS version. In this case please provide detailed information on how this issue is affecting you.