[SCM] baloo packaging branch, kubuntu_unstable, updated. c4db76c01e126501ac1ca94a0ebfe21ba798fb90

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue May 12 11:22:17 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/baloo.git;a=commitdiff;h=c4db76c

The following commit has been merged in the kubuntu_unstable branch:
commit c4db76c01e126501ac1ca94a0ebfe21ba798fb90
Author: Harald Sitter <sitter at kde.org>
Date:   Tue May 12 13:22:13 2015 +0200

    fix stuff
    
    I really hate how building things litters crap all over the debian dir so
    you can't gitignore it because there's just shy of 5000 files being
    generated. all with different naming schemes of course
---
 debian/baloo-kf5.install          | 2 +-
 debian/control                    | 8 ++++----
 debian/libkf5baloo2.install       | 2 +-
 debian/libkf5balooengine2.install | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/baloo-kf5.install b/debian/baloo-kf5.install
index af36088..c7a2b14 100644
--- a/debian/baloo-kf5.install
+++ b/debian/baloo-kf5.install
@@ -1,3 +1,4 @@
+#usr/share/locale
 etc
 usr/bin
 usr/lib/*/libexec
@@ -5,5 +6,4 @@ usr/lib/*/qt5
 usr/share/dbus-1/system-services/org.kde.baloo.filewatch.service
 usr/share/icons/hicolor/128x128/apps/baloo.png
 usr/share/kservices5/*
-usr/share/locale
 usr/share/polkit-1/actions/org.kde.baloo.filewatch.policy
diff --git a/debian/control b/debian/control
index 47bf3d7..510a1bd 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,8 @@ Package: baloo-kf5-dev
 Section: devel
 Architecture: any
 Depends: baloo-kf5 (= ${binary:Version}),
-         libkf5baloo1 (= ${binary:Version}),
-         libkf5balooengine1 (= ${binary:Version}),
+         libkf5baloo2 (= ${binary:Version}),
+         libkf5balooengine2 (= ${binary:Version}),
          libkf5filemetadata-dev,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -38,7 +38,7 @@ Description: framework for searching and managing metadata devel files
  .
  This package contains the development files.
 
-Package: libkf5balooengine1
+Package: libkf5balooengine2
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -58,7 +58,7 @@ Description: framework for searching and managing metadata
  .
  Baloo is part of the KDE Plasma desktop.
 
-Package: libkf5baloo1
+Package: libkf5baloo2
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/libkf5baloo2.install b/debian/libkf5baloo2.install
index 03e0a7d..de40845 100644
--- a/debian/libkf5baloo2.install
+++ b/debian/libkf5baloo2.install
@@ -1,2 +1,2 @@
-usr/lib/*/libKF5Baloo.so.1
+usr/lib/*/libKF5Baloo.so.2
 usr/lib/*/libKF5Baloo.so.5*
diff --git a/debian/libkf5balooengine2.install b/debian/libkf5balooengine2.install
index 0027cf2..4afc080 100644
--- a/debian/libkf5balooengine2.install
+++ b/debian/libkf5balooengine2.install
@@ -1,2 +1,2 @@
-usr/lib/*/libKF5BalooEngine.so.1
+usr/lib/*/libKF5BalooEngine.so.2
 usr/lib/*/libKF5BalooEngine.so.5.*

-- 
baloo packaging



More information about the pkg-kde-commits mailing list