[SCM] kpackage packaging branch, master, updated. 79a2f83b667cd9739f7022257682ec711692bf90

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 24 17:13:32 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpackage.git;a=commitdiff;h=582e20b

The following commit has been merged in the master branch:
commit 582e20bc4f9585d51db537e7512987aa0de2f414
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Jan 26 12:28:05 2015 +0100

    Split -data package and update install files.
---
 debian/changelog                  |  1 +
 debian/control                    | 12 +++++++++++-
 debian/kpackagetool5.install      |  4 +++-
 debian/libkf5package-data.install |  1 +
 debian/libkf5package-dev.install  |  4 +++-
 debian/libkf5package5.install     |  3 ---
 6 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 961c293..bebb983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ kpackage (5.6.0-1~) UNRELEASED; urgency=medium
   * Initial debian release.
   * Update build dependencies to build against experimenta and to follow
     cmake.
+  * Split -data package and update install files.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 26 Jan 2015 12:02:05 +0100
 
diff --git a/debian/control b/debian/control
index 697e520..c4b7d3e 100644
--- a/debian/control
+++ b/debian/control
@@ -45,13 +45,23 @@ Description: development files for kpackage
 Package: libkf5package5
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, libkf5package-data (= ${source:Version})
 Description: non-binary asset management framework
  KPackage provides classes for applications to manage user installable packages
  of non-binary assets.
  .
  This package is part of KDE Frameworks 5.
 
+Package: libkf5package-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: non-binary asset management framework
+ KPackage provides classes for applications to manage user installable packages
+ of non-binary assets.
+ .
+ This package contains the translations.
+
 Package: libkf5package5-dbg
 Priority: extra
 Section: debug
diff --git a/debian/kpackagetool5.install b/debian/kpackagetool5.install
index b5f8830..d27e28a 100644
--- a/debian/kpackagetool5.install
+++ b/debian/kpackagetool5.install
@@ -1,2 +1,4 @@
 usr/bin/kpackagetool5
-usr/share/man/man1/kpackagetool5.1
+usr/share/kservicetypes5/kpackage-packagestructure.desktop
+usr/share/man/man1/kpackagetool.1
+usr/share/man/*/man1/kpackagetool.1
diff --git a/debian/libkf5package-data.install b/debian/libkf5package-data.install
new file mode 100644
index 0000000..152a37f
--- /dev/null
+++ b/debian/libkf5package-data.install
@@ -0,0 +1 @@
+usr/share/locale/*/*/libkpackage5.mo
diff --git a/debian/libkf5package-dev.install b/debian/libkf5package-dev.install
index 206370a..e206cf5 100644
--- a/debian/libkf5package-dev.install
+++ b/debian/libkf5package-dev.install
@@ -1,4 +1,6 @@
 # FIXME: qt mkpsec not created boooh
-usr/include/KF5/
+usr/include/KF5/KPackage/
+usr/include/KF5/kpackage/
+usr/include/KF5/kpackage_version.h
 usr/lib/*/cmake/KF5Package/
 usr/lib/*/libKF5Package.so
diff --git a/debian/libkf5package5.install b/debian/libkf5package5.install
index 475838e..0343b87 100644
--- a/debian/libkf5package5.install
+++ b/debian/libkf5package5.install
@@ -1,5 +1,2 @@
 usr/lib/*/libKF5Package.so.5
 usr/lib/*/libKF5Package.so.5.*
-usr/share/kservicetypes5/kpackage-packagestructure.desktop
-usr/share/locale/
-usr/share/man/*/man1/kpackagetool.1

-- 
kpackage packaging



More information about the pkg-kde-commits mailing list