Hello!

In working on packaging Ampache, I found a dependency that has a
bundled version of this file:

https://github.com/kazuhikoarase/qrcode-generator/blob/master/js/qrcode.js

I started working on doing the right thing and packaging that file
separately, but it seems that the repository also has qrcode
implementations for ActionScript, Java, PHP, and more. That's a lot of
work for me just to get that one js file packaged, and I don't have
anything that depends on those other implementations at this time.

Is it ok to just name my source package js-qrcode-generator and package
just the js bits of it, or do I need to name my package qrcode-
generator? If the latter, would I be compelled to package all those
language implementations as subpackages, or could I package just the JS
one for now and wait to see if anyone files an issue to request the
other languages in the future? I'm not very familiar with the packaging
guidelines for all of those languages, so it would be tricky to get it
right for all of them.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to