Package: choqok
Version: 1.5-4
Severity: normal
Tags: patch

Hi,

As reported earlier, I'm getting an error message at choqok startup,
because api.longurl.org can't be resolved; actually longurl.org is gone
altogether, so I've tried rebuilding choqok with that plugin disabled,
which seems to work fine (I've tested this on top of my 1.5-4~bpo8+1
version from jessie-backports).

You'll find the patch attached; thanks for considering!


KiBi.
>From 1bed257a1bf292fe2f4a7894879ed03f4440c385 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <[email protected]>
Date: Tue, 12 Apr 2016 18:04:24 +0200
Subject: [PATCH] Add patch to disable longurl plugin.

---
 debian/patches/disable-longurl-plugin.diff | 17 +++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 18 insertions(+)
 create mode 100644 debian/patches/disable-longurl-plugin.diff

diff --git a/debian/patches/disable-longurl-plugin.diff b/debian/patches/disable-longurl-plugin.diff
new file mode 100644
index 0000000..ab9aee5
--- /dev/null
+++ b/debian/patches/disable-longurl-plugin.diff
@@ -0,0 +1,17 @@
+Description: Disable longurl plugin
+ One gets such a message at startup because the domain hasn't been renewed:
+   "Unknown host api.longurl.org: Host not found"
+ so let's disable this plugin for the time being.
+Author: Cyril Brulebois <[email protected]>
+
+---
+Last-Update: 2016-04-12
+
+--- choqok-1.5.orig/plugins/CMakeLists.txt
++++ choqok-1.5/plugins/CMakeLists.txt
+@@ -12,4 +12,4 @@ add_subdirectory(imstatus)
+ # add_subdirectory(translator)
+ add_subdirectory(quickfilter)
+ add_subdirectory(betternotify)
+-add_subdirectory(longurl)
++#add_subdirectory(longurl)
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..d22fb22 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-longurl-plugin.diff
-- 
2.1.4

Reply via email to