[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#836185: libreoffice-mysql-connector: bug script is faulty



Package: libreoffice-mysql-connector
Version: 1:4.3.3-2+deb8u5
Severity: normal
Tags: patch

Dear Maintainer,

the libreoffice-mysql-connector bug script is faulty.  This leads to an
error when reporting a bug with reportbug.

"The package bug script /usr/share/bug/libreoffice-mysql-connector/script
exited with an error status (return code = 256). Do you still want to 
file a report?"

Please consider applying the attached patch to have it do the right
thing.  Proper credit in the changelog would be appreciated.

Regards

Rolf Leggewie
Author: Rolf Leggewie <foss@rolf.leggewie.biz>
Subject: fix bug script in libreoffice-mysql-connector

--- new/libreoffice-mysql-connector.bug-script.in	2016-08-31 17:53:49.446917134 +0800
+++ orig/libreoffice-mysql-connector.bug-script.in	2016-08-31 17:53:14.422743461 +0800
@@ -1,2 +1,2 @@
 #!/bin/sh
-/usr/lib/libreoffice/program/unopkg list --bundled mysql-connector-ooo >&3
+/usr/lib/libreoffice/program/unopkg list --bundled com.sun.star.mysql-connector-ooo-@PLATFORMID@ >&3

Reply to: