[neon/extras/konversation/Neon/unstable] debian/patches: remove patch which no longer applies

Jonathan Riddell null at kde.org
Wed Oct 14 12:36:50 BST 2020


Git commit 8e7bd5f85874858e30fb4de31d0b8146a64f0ba0 by Jonathan Riddell.
Committed on 14/10/2020 at 11:36.
Pushed by jriddell into branch 'Neon/unstable'.

remove patch which no longer applies

D  +0    -22   debian/patches/debian_dbug_autoreplace.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/extras/konversation/commit/8e7bd5f85874858e30fb4de31d0b8146a64f0ba0

diff --git a/debian/patches/debian_dbug_autoreplace.diff b/debian/patches/debian_dbug_autoreplace.diff
deleted file mode 100644
index 410a79e..0000000
--- a/debian/patches/debian_dbug_autoreplace.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Modestas Vainius <modestas at vainius.eu>
-Subject: [PATCH] debian/dbug_autoreplace
-
-Add a default autoreplace which replaces dbug:bugnumber with
-the respective Debian BTS URL.
-
-Signed-off-by: Modestas Vainius <modestas at vainius.eu>
-
----
- src/config/preferences.cpp |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
---- a/src/config/preferences.cpp
-+++ b/src/config/preferences.cpp
-@@ -122,6 +122,7 @@
-     QList<QStringList> defaultList;
-     defaultList.append(QStringList() << QStringLiteral("1") << QStringLiteral("o") << QStringLiteral("\\[\\[([^\\s]+)\\]\\]") << QStringLiteral("http://en.wikipedia.org/wiki/Special:Search?go=Go&search=%1"));
-     defaultList.append(QStringList() << QStringLiteral("1") << QStringLiteral("o") << QStringLiteral("(BUG:|bug:)([0-9]+)") << QStringLiteral("https://bugs.kde.org/show_bug.cgi?id=%2"));
-+    defaultList.append(QStringList() << QStringLiteral("1") << QStringLiteral("o") << QStringLiteral("([Dd][Bb][Uu][Gg]:)(\\w+)") << QStringLiteral("https://bugs.debian.org/%2"));
-     return defaultList;
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c72f729..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian_dbug_autoreplace.diff


More information about the Neon-commits mailing list