Source: rust-cairo-rs-0.18 Version: 0.18.5-2 Severity: normal Tags: patch rust-freetype-rs 0.36 is currently in experimental, but I'd like to upload it to unstable soon. I've tested the build and autopkgtests with the attached patch and they passed.
-- System Information: Debian Release: trixie/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.12.6-amd64 (SMP w/4 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru rust-cairo-rs-0.18-0.18.5/debian/control rust-cairo-rs-0.18-0.18.5/debian/control --- rust-cairo-rs-0.18-0.18.5/debian/control 2024-10-12 20:43:50.000000000 -0400 +++ rust-cairo-rs-0.18-0.18.5/debian/control 2025-01-02 21:30:50.000000000 -0500 @@ -42,7 +42,7 @@ librust-cairo-sys-rs-0.18+v1-18-dev, librust-cairo-sys-rs-0.18+xcb-dev, librust-cairo-sys-rs-0.18+xlib-dev, - librust-freetype-rs-0.26+default-dev, + librust-freetype-rs-0.36+default-dev, librust-glib-0.18+default-dev, librust-libc-0.2+default-dev, librust-once-cell-1+default-dev, diff -Nru rust-cairo-rs-0.18-0.18.5/debian/patches/relax-deps.diff rust-cairo-rs-0.18-0.18.5/debian/patches/relax-deps.diff --- rust-cairo-rs-0.18-0.18.5/debian/patches/relax-deps.diff 2024-10-12 20:43:50.000000000 -0400 +++ rust-cairo-rs-0.18-0.18.5/debian/patches/relax-deps.diff 2025-01-02 21:31:04.000000000 -0500 @@ -5,7 +5,7 @@ [dependencies.freetype-rs] -version = "0.32" -+version = "0.26" ++version = "0.36" optional = true [dependencies.glib]