rev 16962 - trunk/packages/kdelibs/debian

Modestas Vainius modax at alioth.debian.org
Tue Feb 16 01:22:58 UTC 2010


Author: modax
Date: 2010-02-16 01:22:58 +0000 (Tue, 16 Feb 2010)
New Revision: 16962

Modified:
   trunk/packages/kdelibs/debian/README.source
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/control
Log:
Make kdelibs5-plugins depend on kdelibs-bin and kdoctools.


Modified: trunk/packages/kdelibs/debian/README.source
===================================================================
--- trunk/packages/kdelibs/debian/README.source	2010-02-16 01:12:45 UTC (rev 16961)
+++ trunk/packages/kdelibs/debian/README.source	2010-02-16 01:22:58 UTC (rev 16962)
@@ -35,10 +35,11 @@
 
 Files installed from the kdoctools/ directory in the source tree should be put
 (expect devel-specific) into the kdoctools package that is a dependency of the
-kdelibs5-dev package.
+kdelibs5-dev and kdelibs-bin packages.
 
 Binaries installed to /usr/bin/ (and their libkdeinit4_*) should be shipped in
-the kdelibs-bin package that is a dependency of the kdelibs5-dev package.
+the kdelibs-bin package that is a dependency of the kdelibs5-dev and
+kdelibs-bin packages.
 
 Plugins, libexecs and other versioned files which are unneeded/unlikely to be
 used at build time should be shipped in the kdelibs5-plugins (architecture

Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2010-02-16 01:12:45 UTC (rev 16961)
+++ trunk/packages/kdelibs/debian/changelog	2010-02-16 01:22:58 UTC (rev 16962)
@@ -22,6 +22,8 @@
   * Split kdelibs5 into separate library packages:
     - each public library gets its own package with a few exceptions;
     - remaining stuff moved from kdelibs5 to kdelibs5-plugins;
+    - individual libraries no longer depend on kdelibs-bin, but
+      kdelibs5-plugins does (Closes: #530522).
     - new kdoctools binary package with files installed from kdoctools/
       directory in the source tree;
     - add package splitting rules to README.source;

Modified: trunk/packages/kdelibs/debian/control
===================================================================
--- trunk/packages/kdelibs/debian/control	2010-02-16 01:12:45 UTC (rev 16961)
+++ trunk/packages/kdelibs/debian/control	2010-02-16 01:22:58 UTC (rev 16962)
@@ -417,7 +417,9 @@
 
 Package: kdelibs5-plugins
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, kdelibs5-data (= ${source:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
+ kdelibs5-data (= ${source:Version}), kdoctools (= ${binary:Version}),
+ kdelibs-bin (= ${binary:Version}),
  dbus-x11, shared-mime-info, xdg-utils
 Recommends: ttf-dejavu, kdebase-runtime (>= 4:4.4.0), kaboom (>= 1.0.5)
 Replaces: kdelibs5 (<< 4:4.4.0), kdelibs-bin (<< 4:4.1.74)
@@ -470,8 +472,7 @@
 
 Package: kdelibs5
 Architecture: any
-Depends: ${misc:Depends}, ${kde43Libraries}, kdoctools (= ${binary:Version}),
- kdelibs5-plugins (= ${binary:Version}), kdelibs-bin (= ${binary:Version})
+Depends: ${misc:Depends}, ${kde43Libraries}, kdelibs5-plugins (= ${binary:Version})
 Description: transitional package for the KDE Development Platform libraries
  This is a dummy transitional package to enable installation of other Debian
  packages linked against KDE 4.0 - 4.3 versions of the cumulative KDE




More information about the pkg-kde-commits mailing list