SFTtech / nyan

Typesafe hierarchical key-value database with inheritance and dynamic patching :smiley_cat:
Other
208 stars 29 forks source link

Debian package #95

Open werdahias opened 2 years ago

werdahias commented 2 years ago

I successfully built nyan as debian package. i have my buildfiles attached build.zip .

TheJJ commented 2 years ago

great! can you instead send a pull request so we can include the packaging files in the nyan repo directly in the usual way?

werdahias commented 2 years ago

For debian packaging it would be better imho if the files were not part of the source tree. I split nyan in two packages,libnyan1and libnyan-dev. I got the following lintian warnings which are upstream problems:


libnyan1: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libnyan.so.0.2.0 defintion definition
libnyan1: no-manual-page usr/bin/nyancat
libnyan1-dbgsym: elf-error In program headers: Unable to find program interpreter name [usr/lib/debug/.build-id/05/7e414b824e30d462cbdb29e0016aec9655e074.debug]

I will upload it to salsa soon.

TheJJ commented 2 years ago

Ok! If you want, I can also create an nyan-debian git repo here on github.

werdahias commented 2 years ago

Yeah, that'd be great

werdahias commented 2 years ago

Could you give me permissions for the nyan-debian repo / enable forks of it?

TheJJ commented 2 years ago

Sure, I just pushed the initial commit, you should be able to fork now!