Package: python3-pyperclip
Version: 1.8.2-2
Followup-For: Bug #1089657
X-Debbugs-Cc: [email protected]

Dear Maintainer,

I've attached a patch.
>From b59f444c1b8677c273daeee2a6d8c780eee124a8 Mon Sep 17 00:00:00 2001
From: Hristo Venev <[email protected]>
Date: Thu, 23 Jan 2025 21:41:12 +0200
Subject: [PATCH] Make the dependency on clipboard tools optional

---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3372b24..80331fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pyperclip (1.8.2-3) unstable; urgency=medium
+
+  * Make the dependency on clipboard tools optional (Closes: #1089657)
+
+ -- Hristo Venev <[email protected]>  Thu, 23 Jan 2025 21:39:46 +0200
+
 python-pyperclip (1.8.2-2) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/debian/control b/debian/control
index 61268a9..bc89832 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,9 @@ Vcs-Browser: 
https://salsa.debian.org/sramacher/python-pyperclip
 Package: python3-pyperclip
 Architecture: all
 Depends:
- xclip | xsel | wl-clipboard | python3-gi | python3-pyqt5,
  ${misc:Depends},
  ${python3:Depends}
+Recommends: xclip | xsel | wl-clipboard | python3-gi | python3-pyqt5
 Description: Cross-platform clipboard module for Python3
  This module is a cross-platform Python3 module for copy and paste clipboard
  functions.
-- 
2.47.1

Reply via email to