Source: prs
Version: 0.5.2+dfsg-4
Severity: normal
Tags: patch

rust-crossterm 0.28 will soon be uploaded to unstable. Prs currently has
a strict dependency on 0.27, so it will need to be updated.

Attached patch loosens the dependency to support 0.27 -> 0.29.


-- System Information:
Debian Release: forky/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.16.8+deb14-amd64 (SMP w/4 CPU threads; PREEMPT)
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 prs-0.5.2+dfsg/debian/control prs-0.5.2+dfsg/debian/control
--- prs-0.5.2+dfsg/debian/control       2025-08-19 05:37:34.000000000 -0400
+++ prs-0.5.2+dfsg/debian/control       2025-09-25 20:19:54.000000000 -0400
@@ -25,7 +25,8 @@
  librust-clap-complete-4+default-dev (>= 4.1),
  librust-colored-2+default-dev (>= 2.0),
  librust-copypasta-ext-0.4+wayland-bin-dev (>= 0.4.1),
- librust-crossterm-0.27+events-dev (>= 0.27),
+ librust-crossterm+events-dev (<< 0.30),
+ librust-crossterm+events-dev (>= 0.27),
  librust-derive-builder-dev (>= 0.20),
  librust-edit-0.1+default-dev (>= 0.1),
  librust-fs-extra-1+default-dev (>= 1.2),
diff -Nru prs-0.5.2+dfsg/debian/patches/relax-deps.diff 
prs-0.5.2+dfsg/debian/patches/relax-deps.diff
--- prs-0.5.2+dfsg/debian/patches/relax-deps.diff       2025-07-30 
15:20:29.000000000 -0400
+++ prs-0.5.2+dfsg/debian/patches/relax-deps.diff       2025-09-25 
20:19:51.000000000 -0400
@@ -15,7 +15,7 @@
  clap_complete = "4.1"
  colored = "2.0"
 -crossterm = { version = "0.28", default-features = false, features = 
["events", "windows"] }
-+crossterm = { version = "0.27", default-features = false, features = 
["events"] }
++crossterm = { version = ">= 0.27, < 0.30", default-features = false, features 
= ["events"] }
  derive_builder = "0.20"
  edit = "0.1"
  indicatif = "0.17"

Reply via email to