josch pushed to main at josch/img2pdf 2022-09-15 02:37:08 +00:00
57d7e07e6b Support imagemagick 7.1.0-48
josch commented on issue josch/img2pdf#148 2022-09-15 02:32:44 +00:00
Many tests failing with imagemagick 7.1.0-48

Aha, of course! Here is another patch:

diff --git a/src/img2pdf_test.py b/src/img2pdf_test.py
index 31b4043..a98d2de 100755
--- a/src/img2pdf_test.py
+++ b/src/img2pdf_test.py
@@…
josch commented on issue josch/img2pdf#148 2022-09-15 02:09:58 +00:00
Many tests failing with imagemagick 7.1.0-48

Oh wow, that imagemagick release is wild! I think that this commit might've fixed the in-exact cmyk issues: https://github.com/ImageMagick/ImageMagick/commit/c1ca2476540dd2f55ac108a190a75ff83a207a9

josch commented on issue josch/img2pdf#148 2022-09-15 01:39:38 +00:00
Many tests failing with imagemagick 7.1.0-48

I suspect that this is the culprit:

751829cd4c

Can you confirm if the following (untested) diff fixes the…

josch commented on issue josch/mmdebstrap#27 2022-09-11 20:39:42 +00:00
E: cannot read /etc/apt/trusted.gpg.d/

Running this command (mmdebstrap in current directory): ./mmdebstrap --dry-run bookworm /bookworm-chroot https://deb.debian.org/debian

If you just want to verify whether it succeeds or…

josch closed issue josch/mmdebstrap#27 2022-09-11 19:12:43 +00:00
E: cannot read /etc/apt/trusted.gpg.d/
josch commented on issue josch/mmdebstrap#27 2022-09-11 19:12:42 +00:00
E: cannot read /etc/apt/trusted.gpg.d/

Fixed in 2f27eccad4edc76bac04da3e4fdbdbf5ed3d0c9b

josch pushed to main at josch/mmdebstrap 2022-09-11 19:12:22 +00:00
2f27eccad4 allow /etc/apt/trusted.gpg.d/ not to exist
josch commented on issue josch/mmdebstrap#27 2022-09-11 19:07:33 +00:00
E: cannot read /etc/apt/trusted.gpg.d/

But why do you need the directory deleted?

josch commented on issue josch/mmdebstrap#27 2022-09-11 18:58:33 +00:00
E: cannot read /etc/apt/trusted.gpg.d/

You are right. I'm not arguing that mmdebstrap shouldn't make this change.

But the reasons you gave initially are the wrong ones. The ones you gave now are the ones you should've listed in your…

josch commented on issue josch/mmdebstrap#27 2022-09-11 18:53:49 +00:00
E: cannot read /etc/apt/trusted.gpg.d/

Then you just messed up your debian-archive-keyring package:

$ dpkg -L debian-archive-keyring 
josch commented on issue josch/mmdebstrap#27 2022-09-11 18:44:34 +00:00
E: cannot read /etc/apt/trusted.gpg.d/

I'm a bit puzzled. Does this mean you do not have the debian-archive-keyring package installed on your system??

josch pushed tag 1.2.1 to josch/mmdebstrap 2022-09-08 02:45:17 +00:00
josch pushed to main at josch/mmdebstrap 2022-09-08 02:43:44 +00:00
045b56bb4e release 1.2.1
josch pushed to main at josch/mmdebstrap 2022-09-07 08:44:18 +00:00
7123808b6c do not clean up /run/lock as /var/lock is a symlink to it according to Debian policy §9.1.4
6416ce96c9 hooks/file-mirror-automount/setup00.sh: also parse MMDEBSTRAP_INCLUDE and make it available
410c5fcb24 fix --include option for files and add test case
Compare 3 commits »
josch pushed to main at josch/mmdebstrap 2022-09-05 04:26:56 +00:00
9682e74385 release 1.2.0
b0caeeef54 bump dates to 2022
d209fb0c11 reformat with perltidy
f4a3865c00 Remove support for proot.
892e568496 coverage.sh: split up linting conditional
Compare 14 commits »
josch pushed tag 1.2.0 to josch/mmdebstrap 2022-09-05 04:26:56 +00:00
josch commented on pull request josch/mmdebstrap#24 2022-09-02 08:48:07 +00:00
mmdebstrap: Show APT's dependency trace when in debug mode

Added in 7ce6db0ca768d18390c9d34d67b83f4c22e262b1. Thanks!

josch closed pull request josch/mmdebstrap#24 2022-09-02 08:48:07 +00:00
mmdebstrap: Show APT's dependency trace when in debug mode
josch pushed to main at josch/mmdebstrap 2022-09-02 08:47:20 +00:00
7ce6db0ca7 mmdebstrap: Show APT's dependency trace when in debug mode