From 6d869dab533d9c735d7b756805586715f28c46a1 Mon Sep 17 00:00:00 2001 From: Simon Quigley <simon@tsimonq2.net> Date: Thu, 2 Jun 2022 23:36:59 -0500 Subject: [PATCH] Remove reverse-applicable patch. --- debian/changelog | 1 + debian/patches/nmmodel.patch | 21 --------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 debian/patches/nmmodel.patch diff --git a/debian/changelog b/debian/changelog index 56c2763..99c4aef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ nm-tray (0.5.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. * Bump debhelper compat and Standards-version, no changes needed. + * Remove reverse-applicable patch. -- Simon Quigley <tsimonq2@ubuntu.com> Thu, 02 Jun 2022 23:34:29 -0500 diff --git a/debian/patches/nmmodel.patch b/debian/patches/nmmodel.patch deleted file mode 100644 index 6d319ef..0000000 --- a/debian/patches/nmmodel.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 4563dabee3cbee13bc9d23a4a5d0ddda1526b43f Mon Sep 17 00:00:00 2001 -From: Palo Kisa <palo.kisa@gmail.com> -Date: Tue, 1 Oct 2019 12:03:43 +0200 -Subject: [PATCH] nmmodel: Add include for used class - ---- - src/nmmodel.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/nmmodel.cpp b/src/nmmodel.cpp -index d779801..ac70307 100644 ---- a/src/nmmodel.cpp -+++ b/src/nmmodel.cpp -@@ -45,6 +45,7 @@ COPYRIGHT_HEADER*/ - #include <NetworkManagerQt/ConnectionSettings> - #include <QDBusPendingCallWatcher> - #include <QInputDialog> -+#include <QMetaEnum> - - namespace - { diff --git a/debian/patches/series b/debian/patches/series index 21f0314..7cdc5d4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -nmmodel.patch generalize-terminal-for-edits.patch blacklist-from-menu.patch