madmaxms/iconpack-obsidian

Debian packaging-Wrong permissions.

Closed this issue · 4 comments

it appears that some of the .svg icons have been marked with an exec permission. (Normally chmod +X)
to improve this package on debian I suggest a removal of such permission :) you could try and find it with
find . -type f -exec chmod -x {} ;
Thanks for your icons, time will tell if they will be accepted into Debian

Also if possible, could you include the "LICENSE" file in your releases? This would make packaging way easier/faster. :)

Also if possible, could you include the "LICENSE" file in your releases?

There is already a License file and its GPL3

License file is not included in the release .tar archieve, indeed there it is in the main repo but if you download it from the releases page and uncompress it you'll notice that there is no "LICENSE" file there.

I've fixed the permissions via command. Thanks!
The license file is now included in the packages for release 3.6