[SCM] nepomuk-core packaging branch, kde4.12, updated. debian/4.11.5-2-5-g369c20f

Maximiliano Curia maxy at moszumanska.debian.org
Wed Feb 5 03:23:13 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/nepomuk-core.git;a=commitdiff;h=3f5f3d9

The following commit has been merged in the kde4.12 branch:
commit 3f5f3d9d525be70a135fc5da0dd67c6a1cc62025
Author: Maximiliano Curia <maxy at debian.org>
Date:   Wed Feb 5 00:31:01 2014 +0100

    wrap-and-sort
---
 debian/control                      | 48 ++++++++++++++++++-------------------
 debian/nepomuk-core-runtime.install |  2 +-
 2 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index e201d0a..9a951fa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,22 @@ Source: nepomuk-core
 Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Sune Vuorela <sune at debian.org>,
-           Maximiliano Curia <maxy at debian.org>
-Build-Depends: kde-sc-dev-latest (>= 4:4.11),
- kdelibs5-dev (>= 4:4.11),
- debhelper (>= 9),
- cmake (>= 2.8.6),
- pkg-kde-tools (>= 0.14),
- libsoprano-dev (>= 2.9.3),
- shared-desktop-ontologies (>= 0.11.0),
- libpoppler-qt4-dev (>= 0.12.1),
- libtag1-dev,
- libexiv2-dev (>= 0.21),
- libavformat-dev,
- libx11-dev,
- libepub-dev,
- pkg-config,
- doxygen
+Uploaders: Sune Vuorela <sune at debian.org>, Maximiliano Curia <maxy at debian.org>
+Build-Depends: cmake (>= 2.8.6),
+               debhelper (>= 9),
+               doxygen,
+               kde-sc-dev-latest (>= 4:4.11),
+               kdelibs5-dev (>= 4:4.11),
+               libavformat-dev,
+               libepub-dev,
+               libexiv2-dev (>= 0.21),
+               libpoppler-qt4-dev (>= 0.12.1),
+               libsoprano-dev (>= 2.9.3),
+               libtag1-dev,
+               libx11-dev,
+               pkg-config,
+               pkg-kde-tools (>= 0.14),
+               shared-desktop-ontologies (>= 0.11.0)
 Standards-Version: 3.9.5
 XS-Testsuite: autopkgtest
 Homepage: http://www.kde.org/
@@ -28,7 +27,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-sc/nepomuk-core.git
 Package: nepomuk-core-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${allLibraries}, python
+Depends: python, ${allLibraries}, ${misc:Depends}
 Description: Nepomuk Semantik Desktop core libraries -- development files
  The core Nepomuk system contains of the central services like file indexing,
  file system monitoring, query, and of course storage, as well as the
@@ -38,7 +37,7 @@ Description: Nepomuk Semantik Desktop core libraries -- development files
 
 Package: nepomuk-core-runtime
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: kde-runtime (<< 4:4.8.80)
 Replaces: kde-runtime (<< 4:4.8.80)
 Description: Nepomuk Semantik Desktop core libraries
@@ -63,8 +62,9 @@ Description: Nepomuk Semantik Desktop core libraries -- shared data files
 
 Package: libnepomukcore4
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- nepomuk-core-data (>= ${source:Version})
+Depends: nepomuk-core-data (>= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Nepomuk Meta Data Library
  This is the KDE Meta Data library (not to confuse with KFileMetaData). It
  consists of the following parts:
@@ -77,8 +77,9 @@ Package: nepomuk-core-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, ${allLibraries},
- nepomuk-core-runtime (= ${binary:Version})
+Depends: nepomuk-core-runtime (= ${binary:Version}),
+         ${allLibraries},
+         ${misc:Depends}
 Breaks: kde-runtime-dbg (<< 4:4.8.80)
 Replaces: kde-runtime-dbg (<< 4:4.8.80)
 Description: debugging symbols for the Nepomuk Semantik Desktop core libraries
@@ -88,4 +89,3 @@ Description: debugging symbols for the Nepomuk Semantik Desktop core libraries
  .
  This package contains debugging files used to investigate problems with the
  core Nepomuk system mentioned above.
-
diff --git a/debian/nepomuk-core-runtime.install b/debian/nepomuk-core-runtime.install
index 6d09ccb..379512e 100644
--- a/debian/nepomuk-core-runtime.install
+++ b/debian/nepomuk-core-runtime.install
@@ -10,8 +10,8 @@ usr/bin/nepomukmigrator
 usr/bin/nepomuksearch
 usr/bin/nepomukserver
 usr/bin/nepomukservicestub
-usr/bin/nepomukstorage
 usr/bin/nepomukshow
+usr/bin/nepomukstorage
 usr/lib/kde4/nepomukepubextractor.so
 usr/lib/kde4/nepomukexiv2extractor.so
 usr/lib/kde4/nepomukffmpegextractor.so

-- 
nepomuk-core packaging



More information about the pkg-kde-commits mailing list