[SCM] qmidiarp/master: Patch removed - applied upstream.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Dec 17 21:28:24 UTC 2017
The following commit has been merged in the master branch:
commit db8b10f3c885f58564797f6829596b09ccf74819
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Dec 17 21:39:05 2017 +0100
Patch removed - applied upstream.
diff --git a/debian/patches/01-fix-recentfiles-qt5.patch b/debian/patches/01-fix-recentfiles-qt5.patch
deleted file mode 100644
index 6daee16..0000000
--- a/debian/patches/01-fix-recentfiles-qt5.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix qt5 action names in the menu.
-Author: upstream
-Forwarded: No
-
-Index: qmidiarp/src/mainwindow.cpp
-===================================================================
---- qmidiarp.orig/src/mainwindow.cpp
-+++ qmidiarp/src/mainwindow.cpp
-@@ -1331,7 +1331,7 @@ void MainWindow::recentFileActivated(QAc
- {
- if (!action->text().isEmpty()) {
- if (isSave())
-- openFile(action->text());
-+ openFile(action->text().remove('&'));
- }
- }
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c946495..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-fix-recentfiles-qt5.patch
--
qmidiarp packaging
More information about the pkg-multimedia-commits
mailing list