#787825 Add list of graphics files to the debian/copyright template

Package:
debmake
Source:
debmake
Submitter:
Osamu Aoki
Date:
2026-01-12 09:45:02 UTC
Severity:
wishlist
Tags:
#787825#5
Date:
2015-06-05 12:50:27 UTC
From:
To:
PNG JPEG SVG .... their copyright needs to be lisedd properly.

Having list of such files may help documenting them.

Osamu

#787825#10
Date:
2015-11-15 01:09:34 UTC
From:
To:
See #748474

find . -regextype posix-extended -iregex '.*\.(jpg|png)' -exec sh -c
'identify -verbose "$0" | grep -i copyright && echo "$0"' {} \;
2>/dev/null

This gives copyright info.

#787825#15
Date:
2026-01-12 09:42:34 UTC
From:
To:
control: tags -1 wontfix
thanks

Since debmake will delegate d/copyright generation to the established command
*licensecheck* with upcoming 5.0.0 (in salsa), the requested feature is out of
scope for this program.

Thus I mark this as wontfix.

Thank you for your interest for improving debmake.

Osamu

 

#787825#20
Date:
2026-01-12 09:42:34 UTC
From:
To:
control: tags -1 wontfix
thanks

Since debmake will delegate d/copyright generation to the established command
*licensecheck* with upcoming 5.0.0 (in salsa), the requested feature is out of
scope for this program.

Thus I mark this as wontfix.

Thank you for your interest for improving debmake.

Osamu