You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial support for Debian packages is implemented in #35, following should be done:
Split packages into jjs-frontend, jjs-invoker, jjs-tools, jjs-extras (or maybe jjs-minion-cli, jjs-minion-ffi), jjs-doc, jjs-testlib. Also package jjs should be provided, which Requires all components, that would be seletcted by ./confugure && make.
Manual package creation seems as a overengineering. As a proper solution, cargo-deb looks good.
The text was updated successfully, but these errors were encountered:
Initial support for Debian packages is implemented in #35, following should be done:
Split packages into
jjs-frontend
,jjs-invoker
,jjs-tools
,jjs-extras
(or maybejjs-minion-cli
,jjs-minion-ffi
),jjs-doc
,jjs-testlib
. Also packagejjs
should be provided, whichRequires
all components, that would be seletcted by./confugure && make
.Manual package creation seems as a overengineering. As a proper solution,
cargo-deb
looks good.The text was updated successfully, but these errors were encountered: