[neon/kde/print-manager/Neon/unstable] debian/patches: drop the patches

Carlos De Maine null at kde.org
Sat Aug 19 22:24:11 BST 2023


Git commit 1146a78760c306ab6bb0496b06f91436b2579078 by Carlos De Maine.
Committed on 19/08/2023 at 23:24.
Pushed by carlosdem into branch 'Neon/unstable'.

drop the patches

D  +0    -18   debian/patches/activate_password_dialog
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/kde/print-manager/-/commit/1146a78760c306ab6bb0496b06f91436b2579078

diff --git a/debian/patches/activate_password_dialog b/debian/patches/activate_password_dialog
deleted file mode 100644
index 0e65c99..0000000
--- a/debian/patches/activate_password_dialog
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Date: Wed, 13 Apr 2016 12:03:42 +0200
-Subject: activate_password_dialog
-
-Last-Update: 1/21/2019
-
-===================================================================
---- print-manager.orig/libkcups/KCupsPasswordDialog.cpp
-+++ print-manager/libkcups/KCupsPasswordDialog.cpp
-@@ -51,7 +51,7 @@ void KCupsPasswordDialog::exec(const QSt
- {
-     QPointer<KPasswordDialog> dialog = new KPasswordDialog(nullptr, KPasswordDialog::ShowUsernameLine);
-     dialog->setPrompt(m_promptText);
--    dialog->setModal(false);
-+    dialog->setModal(true);
-     dialog->setUsername(username);
-     if (wrongPassword) {
-         dialog->showErrorMessage(QString(), KPasswordDialog::UsernameError);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1f451ea..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-activate_password_dialog


More information about the Neon-commits mailing list