rev 17054 - trunk/packages/kdebase-runtime/debian

Modestas Vainius modax at alioth.debian.org
Sun Feb 21 16:38:21 UTC 2010


Author: modax
Date: 2010-02-21 16:38:21 +0000 (Sun, 21 Feb 2010)
New Revision: 17054

Modified:
   trunk/packages/kdebase-runtime/debian/changelog
   trunk/packages/kdebase-runtime/debian/control
   trunk/packages/kdebase-runtime/debian/rules
Log:
* Bump Standards-Version to 3.8.4: no changes needed.
* Make kdebase-runtime depend on plasma-scriptengine-javascript (addresses
  aseigo complaints in his blog).

Modified: trunk/packages/kdebase-runtime/debian/changelog
===================================================================
--- trunk/packages/kdebase-runtime/debian/changelog	2010-02-21 15:20:47 UTC (rev 17053)
+++ trunk/packages/kdebase-runtime/debian/changelog	2010-02-21 16:38:21 UTC (rev 17054)
@@ -7,6 +7,9 @@
   * Fix Vcs-Browser URL.
   * libkdeinit4_*.so have been moved to private directory (Closes: #553117). 
   * Make kdebase-runtime depend on kdelibs5-plugins.
+  * Bump Standards-Version to 3.8.4: no changes needed.
+  * Make kdebase-runtime depend on plasma-scriptengine-javascript (addresses
+    aseigo complaints in his blog).
 
   [ Pino Toscano ]
   * Drop pmount recommend, no more used now. (Closes: #557424)

Modified: trunk/packages/kdebase-runtime/debian/control
===================================================================
--- trunk/packages/kdebase-runtime/debian/control	2010-02-21 15:20:47 UTC (rev 17053)
+++ trunk/packages/kdebase-runtime/debian/control	2010-02-21 16:38:21 UTC (rev 17054)
@@ -13,7 +13,7 @@
  libjpeg62-dev, libqt4-opengl-dev, libpulse-dev, libxine-dev, libslp-dev,
  liblzma-dev, libattica-dev, libssh-dev (>= 0.4.0), libexiv2-dev,
  shared-desktop-ontologies
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://www.kde.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdebase-runtime/#_trunk_packages_kdebase-runtime_
 Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdebase-runtime
@@ -28,7 +28,7 @@
 Depends: ${shlibs:Depends}, kdebase-runtime-data (>= ${source:Version}),
  ${sameVersionDep:kdelibs5-plugins:kdebase-runtime},
  oxygen-icon-theme (>= 4:4.2.90), phonon-backend-xine | phonon-backend,
- shared-desktop-ontologies
+ shared-desktop-ontologies, plasma-scriptengine-javascript (= ${binary:Version})
 Recommends: hal
 Suggests: djvulibre-bin, icoutils
 Description: runtime components from the official KDE 4 release

Modified: trunk/packages/kdebase-runtime/debian/rules
===================================================================
--- trunk/packages/kdebase-runtime/debian/rules	2010-02-21 15:20:47 UTC (rev 17053)
+++ trunk/packages/kdebase-runtime/debian/rules	2010-02-21 16:38:21 UTC (rev 17054)
@@ -4,7 +4,8 @@
 DEB_DBG_PACKAGE_kdebase-runtime := kdebase-runtime-dbg
 
 # exclude dependency on phonon metapackage. KDE4 does its own phonon setup
-DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon
+DEB_DH_SHLIBDEPS_ARGS_ALL := -u-xphonon
+DEB_DH_SHLIBDEPS_ARGS_plasma-scriptengine-javascript := -u-xkdebase-runtime
 
 DEB_FIXPERMS_EXCLUDE := usr/lib/kde4/libexec/kdesud
 




More information about the pkg-kde-commits mailing list