Package: pandoc-filter-diagram Version: 0.2.1-5 Severity: normal Tags: patch X-Debbugs-Cc: werdah...@riseup.net
Hi, we recently updated rust-base64 in Debian to 0.22. Since your package depends on this library this needs an updated. For your convenience I attached a patch facilitating this. best, werdahias -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.10.11-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: OpenRC (via /run/openrc), PID 1: openrc-init LSM: AppArmor: enabled Versions of packages pandoc-filter-diagram depends on: ii libc6 2.40-3 ii libgcc-s1 14.2.0-6 pandoc-filter-diagram recommends no packages. pandoc-filter-diagram suggests no packages.
commit a227d143210c8ccd8c688832f0bf5f416f7fa7ec Author: Matthias Geiger <werdah...@riseup.net> Date: Mon Oct 7 16:56:52 2024 +0200 Update packaging for base64 0.22 diff --git a/debian/control b/debian/control index 127e01f..f974246 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: dh-sequence-rust, graphviz <!nocheck>, librust-anyhow-1+default-dev, - librust-base64-0.21+default-dev, + librust-base64-0.22+default-dev, librust-pandoc-ast-0.8+default-dev, librust-pikchr-0.1+default-dev, librust-roadmap-0.6+default-dev, diff --git a/debian/patches/1001_base64.patch b/debian/patches/1001_base64.patch index d4738ff..e52d918 100644 --- a/debian/patches/1001_base64.patch +++ b/debian/patches/1001_base64.patch @@ -1,6 +1,6 @@ Description: accept newer branch of crate base64 Author: Jonas Smedegaard <d...@jones.dk> -Last-Update: 2023-12-26 +Last-Update: 2024-10-07 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Cargo.toml @@ -10,7 +10,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ [dependencies] anyhow = "1.0.50" -base64 = "0.13.0" -+base64 = ">= 0.13, <= 0.21" ++base64 = ">= 0.13, <= 0.22" pandoc_ast = "0.8.0" pikchr = "0.1.1" roadmap = "0.4.3"