simevo
simevo
can this be manually achieved by performing this in the packaging repo `master` branch ? ``` npm install nom dedupe # https://docs.npmjs.com/cli/dedupe # manually remove from node_modules all modules that...
now that the accepted procedure for bundling seems to be https://wiki.debian.org/Javascript/GroupSourcesTutorial, npm2deb could support it the tool could automatically detect which modules are not yet in Debian, and: - generate...
something like: ``` xdg-email --subject "ITP: node-make-iterator -- FIX_ME write the Debian package description" \ --body "$(cat /tmp/node-make-iterator_itp.mail)" [email protected] ``` but xdg-email silently ignores extra headers so I can't pass...
I propose this: ``` licensecheck --deb-machine -l0 -i debian -r * | tail -n +7 >> debian/copyright ```
Hi, can you outline the effort that would be required to write an oracle driver ? Thanks
This is what we do: https://github.com/simevo/spid-php-lib-example/blob/master/Dockerfile#L8-10 i.e. in the php container, we install the composer requirements and then pull the composer binary from a random place from the internet :tm:
the paste bin is gone anyway the issue is reproducible on Debian 10 "Buster" x86-64 using master branch with: `cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DSTATIC=1 && make` I get: ``` [100%] Linking...
`atoi` is in `stdlib.h`, does adding #include at line 26 fix it ?
many thanks! based on your tip, I fixed my issue with this code: ```yaml - template_file: http/default.conf.j2 deployment_location: /etc/nginx/sites-available/xxxxxxx config: servers: - core: ... ssl: ... locations: - location: /...
I have a WIP but at the moment the command to register bob is failing :blush: