Package: rust-version-sync Version: 0.9.5-6 Followup-For: Bug #1091208 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu plucky ubuntu-patch Control: tags -1 patch
Dear Maintainer, I have attached a patch to fix the issue described in this bug report. It will properly require the pulldown-cmark package to be ">=0.10, <=0.11" on the Debian package side. Thanks for considering the patch. -- System Information: Debian Release: trixie/sid APT prefers oracular-updates APT policy: (500, 'oracular-updates'), (500, 'oracular-security'), (500, 'oracular'), (100, 'oracular-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.11.0-13-generic (SMP w/10 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru rust-version-sync-0.9.5/debian/control rust-version-sync-0.9.5/debian/control --- rust-version-sync-0.9.5/debian/control 2024-12-17 16:34:32.000000000 -0700 +++ rust-version-sync-0.9.5/debian/control 2024-12-27 15:59:51.000000000 -0700 @@ -5,7 +5,7 @@ debhelper-compat (= 13), dh-sequence-rust, librust-proc-macro2-1+span-locations-dev <!nocheck>, - librust-pulldown-cmark-dev (<< 0.12) <!nocheck>, + librust-pulldown-cmark-0.10-dev | librust-pulldown-cmark-0.11-dev <!nocheck>, librust-regex-1+std-dev <!nocheck>, librust-regex-1+unicode-dev <!nocheck>, librust-semver-1+default-dev <!nocheck>, @@ -27,7 +27,7 @@ Multi-Arch: foreign Depends: librust-proc-macro2-1+span-locations-dev, - librust-pulldown-cmark-dev (<< 0.12), + librust-pulldown-cmark-0.10-dev | librust-pulldown-cmark-0.11-dev, librust-regex-1+std-dev, librust-regex-1+unicode-dev, librust-semver-1+default-dev,