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

Bug#781896: baloo4: Baloo needs to depend on libqt4-sql-sqlite to start indexing



Control: tags -1 pending patch

Hi,

On Sat, 04 Apr 2015 16:48:17 +0200 =?utf-8?q?Roberth_Sjon=C3=B8y?=
<roberth.sjonoy@gmail.com> wrote:
> Package: baloo4
> Version: 4:4.14.2-1
> Severity: serious
> Justification: Policy 3.5
> 
> Dear Maintainer,
> 
>    * What led up to the situation? Installing the package "plasma-desktop" and
> then installing baloo4.
>    * What exactly did you do (or not do) that was effective (or
>      ineffective)? Installing libqt4-sql-sqlite was effective since it made
> baloo4 start indexing files as it should do when it is enabled.
>    * What outcome did you expect instead? That the installation of baloo4
> installed libqt4-sql-sqlite as dependency, so it started indexing
> automatically.

I have just uploaded a fixed version to DELAYED/1

Cheers,
Balint
diff -Nru baloo-4.14.2/debian/changelog baloo-4.14.2/debian/changelog
--- baloo-4.14.2/debian/changelog	2014-10-20 18:54:00.000000000 +0200
+++ baloo-4.14.2/debian/changelog	2015-04-21 17:27:05.000000000 +0200
@@ -1,3 +1,10 @@
+baloo (4:4.14.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Depend on libqt4-sql-sqlite (Closes: #781896, #765084)
+
+ -- Balint Reczey <balint@balintreczey.hu>  Tue, 21 Apr 2015 17:23:58 +0200
+
 baloo (4:4.14.2-1) unstable; urgency=medium
 
   [ Pino Toscano ]
diff -Nru baloo-4.14.2/debian/control baloo-4.14.2/debian/control
--- baloo-4.14.2/debian/control	2014-10-20 18:54:00.000000000 +0200
+++ baloo-4.14.2/debian/control	2015-04-21 17:36:07.000000000 +0200
@@ -29,7 +29,9 @@
 
 Package: baloo4
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, baloo-utils
+Depends: ${misc:Depends}, ${shlibs:Depends},
+         baloo-utils,
+         libqt4-sql-sqlite
 Replaces: baloo (<< 4:4.13.2-0ubuntu3),
           kde-runtime (<< 4:4.12.80),
           kde-runtime-data (<< 4:4.12.80)

Reply to: