- Package:
- libconfig-model-dpkg-perl
- Source:
- libconfig-model-dpkg-perl
- Submitter:
- Pirate Praveen
- Date:
- 2022-06-17 16:51:05 UTC
- Severity:
- wishlist
- Tags:
package: libconfig-model-dpkg-perl version: 2.102 severity: wishlist Tools like npm2deb parse package.json file and add name and email address/website to copyright file. When cme update copyright command is run, it adds extra section if it finds lesser information in LICENSE file. For example, if a copyright file has, Files: * Copyright: 2017 Author <email> (website) License: Expat has and LICENSE file only has 2017 Author, it should not add an extra section to copyright file.
I've not really understood this problem. What is the package (or better repo) that gives unexpected results when using cme update dpkg-copyright ? All the best
close 880557 thanks One way around this problem is to let cme skip LICENSE file using fill.copyright.blanks.yml file. Search for "skip" keyword in Dpkg::Copyright::Scanner(3pm) In any case, I will not modify cme to tweak the names of copyright holders a generic way. I fear this would become a can of worms. All the best