josch commented on issue josch/mmdebstrap#48 2025-05-16 13:22:21 +00:00
Add cpio format to create an initramfs

Right, throwing in a --hard-dereference on the tar side of things is easy. Would you be fine for mmdebstrap to require bsdtar for this functionality?

I also wonder how the format should be…

josch commented on issue josch/mmdebstrap#48 2025-05-15 07:40:28 +00:00
Add cpio format to create an initramfs

Usually the bsdtar utility from the libarchive-tools package contains surprising amounts of functionality. Can you test if this works for your use-case:

mmdebstrap unstable - 
josch commented on issue josch/mmdebstrap#48 2025-05-15 05:54:04 +00:00
Add cpio format to create an initramfs

I think direct cpio output would be a nice feature!

Do you happen to know about a cpio archiver which is able to accept a tarball on standard input and then produce the cpio on standard output…

josch pushed to main at josch/img2pdf 2025-04-27 16:55:22 +00:00
bb188a3eaf release version 0.6.1
69c3ac6b25 src/img2pdf_test.py: do not unlink temporary files -- let pytest take care of that for us
dffc0dbe16 src/img2pdf.py: fix camelCase -> snake_case change of pymupdf
Compare 3 commits »
josch pushed tag 0.6.1 to josch/img2pdf 2025-04-27 16:55:22 +00:00
josch commented on issue josch/img2pdf#209 2025-04-15 11:18:21 +00:00
SVG support

As you pointed out, you can already convert svg to pdf today by just using inkscape. So there is no need for img2pdf to be able to do this as well. The main purpose of the existence of img2pdf is…

josch pushed to main at josch/reform-debian-funding 2025-04-11 17:16:34 +00:00
d69b0baadb fixes from Diederik de Haas
josch pushed to main at josch/mmdebstrap 2025-04-08 10:30:13 +00:00
28a3a15955 release 1.5.7
9e7d7d0d67 README.md: add Charles Short to list of contributors
ff91e58219 mmdebstrap-autopkgtest-build-qemu: shfmt --binary-next-line --case-indent --indent 2 --simplify
38ebe6aa1f add two FIXME comments to be solved later...
c7803e2e2e m-a-b-q: add --sshkey= arg
Compare 13 commits »
josch pushed tag 1.5.7 to josch/mmdebstrap 2025-04-08 10:30:13 +00:00
josch closed issue josch/mmdebstrap#31 2025-04-08 03:37:20 +00:00
overcome dpkg restrictions across distributions
josch commented on issue josch/mmdebstrap#31 2025-04-08 03:37:19 +00:00
overcome dpkg restrictions across distributions

zstd support was added in dpkg 1.21.18

josch commented on issue josch/mmdebstrap#47 2025-04-08 03:35:17 +00:00
apt dir hierarchy retained in the chroot with essential variant

These errors changed to a warning in d9f9c64ac2064bcdb0f6ac5c489a008cfdc6cfbb

josch closed issue josch/mmdebstrap#47 2025-04-08 03:35:17 +00:00
apt dir hierarchy retained in the chroot with essential variant
josch closed issue josch/mmdebstrap#43 2025-04-08 03:31:09 +00:00
networking problems with generated live systems
josch pushed to main at josch/mmdebstrap 2025-04-08 03:29:15 +00:00
7709ad49bb Add support for elxr
josch merged pull request josch/mmdebstrap#44 2025-04-08 03:29:14 +00:00
Add support for elxr
josch pushed to main at zulcss/mmdebstrap 2025-04-08 03:28:19 +00:00
7709ad49bb Add support for elxr
9366f1fee7 Use format string for shell printf
b1ba7dab3d tests/create-foreign-tarball: also remove padlock.so on x86_64 to equalize the test cases
792867a390 release 1.5.6
917a879c4b place DPkg::Pre-Install-Pkgs workaround into a new config file
Compare 35 commits »
josch commented on issue josch/img2pdf#208 2025-04-07 05:28:04 +00:00
test_jpg_rot fails with exiftool 13.25

No worries, I also totally forgot that I had this already committed to main which is why I quoted the patch from Debian instead Xd

josch commented on issue josch/img2pdf#208 2025-04-07 03:10:52 +00:00
test_jpg_rot fails with exiftool 13.25

Your analysis is spot on. Since version 13.23, exiftool also removes the ResolutionUnit when calling it with -all=. In Debian I fixed that like this: https://sources.debian.org/src/img2pdf/0.6.0-