apteryks
apteryks
Hi! Thanks, I'm sure that'll be appreciate by distributions who package this and sometimes need to work from the git tree instead of from the gem bundle to make minor,...
I got the same error when combining `--after-remove` and `--after-upgrade`. If I use just `--after-remove`, it works, but when `apt install new-package` (upgrade), it seems my postrm (after-remove) script runs,...
That's on Debian Bookworm with dpkg 1.21.22 and apt 2.6.1.
4 failing tests are skipped whne setting `TRAVIS_OS_NAME` to some value: ``` Failures: 1) FPM::Command -p | --package when given a directory should write the package to the given directory....
Hi! Thanks for looking into this. `TMPDIR` is set to `"/tmp/guix-build-fpm-1.15.1.drv-0"`, which should be writable. `HOME` though is set to `"/homeless-shelter"`, which isn't writable. Setting `HOME` to a writable location,...
Hm, I'm of no help yet but I'm also seeing this with the `fpm` package I mad in GNU Guix. Did you end up finding a solution? It may be...
Ah, it seems this is a duplicated of https://github.com/jordansissel/fpm/issues/1543.
Apparently this happens because thes two lines had CRLF line endings. Reuse should ideally preserve the line endings instead of rewriting them to an arbitrarily chosen CRLF. ``` @@ -452,8...
Which version of Python do you use? Here it's at 3.10.7.
another small thing: ``` $ make clean git clean -dX # remove ignored files and directories fatal: clean.requireForce defaults to true and neither -i, -n, nor -f given; refusing to...