rev 14599 - kde-extras/konq-plugins/trunk/debian

Didier Raboud odyx-guest at alioth.debian.org
Tue May 12 09:36:57 UTC 2009


Author: odyx-guest
Date: 2009-05-12 09:36:57 +0000 (Tue, 12 May 2009)
New Revision: 14599

Added:
   kde-extras/konq-plugins/trunk/debian/konq-plugins-l10n.install
   kde-extras/konq-plugins/trunk/debian/konq-plugins.install
Modified:
   kde-extras/konq-plugins/trunk/debian/changelog
   kde-extras/konq-plugins/trunk/debian/control
   kde-extras/konq-plugins/trunk/debian/rules
Log:
konq-plugins: Split package in {,-l10n} to spare disk space and bandwidth

Modified: kde-extras/konq-plugins/trunk/debian/changelog
===================================================================
--- kde-extras/konq-plugins/trunk/debian/changelog	2009-05-12 08:29:36 UTC (rev 14598)
+++ kde-extras/konq-plugins/trunk/debian/changelog	2009-05-12 09:36:57 UTC (rev 14599)
@@ -6,6 +6,7 @@
   * Bump Standards to 3.8.1. No changes needed.
   * debian/control
     - Add myself to Uploaders
+  * Split package in konq-plugins{,-l10n} to spare disk space and bandwidth.
 
  -- Didier Raboud <didier at raboud.com>  Mon, 11 May 2009 17:52:09 +0200
 

Modified: kde-extras/konq-plugins/trunk/debian/control
===================================================================
--- kde-extras/konq-plugins/trunk/debian/control	2009-05-12 08:29:36 UTC (rev 14598)
+++ kde-extras/konq-plugins/trunk/debian/control	2009-05-12 09:36:57 UTC (rev 14599)
@@ -11,9 +11,8 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, konqueror (>= 4:4.1.0),
  python, libjpeg-progs
-Conflicts: kde-i18n
 Enhances: konqueror
-Recommends: imagemagick
+Recommends: imagemagick, konq-plugins-l10n
 Description: plugins for Konqueror, the KDE file/web/doc browser
  This package contains a variety of useful plugins for Konqueror, the
  file manager, web browser and document viewer for KDE.  Many of these
@@ -47,3 +46,15 @@
  .
  These plugins are not part of the official KDE4 desktop, they are a
  extragear software and may get out of sync of konqueror.
+
+Package: konq-plugins-l10n
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: konq-plugins (>= 4:4.2.3)
+Conflicts: kde-i18n, konq-plugins (<= 4:4.2.2)
+Description: plugins for Konqueror, the KDE file/web/doc browser (localisation)
+ This package contains the translations for the useful plugins for Konqueror
+ from package konq-plugins.
+ .
+ These plugins are not part of the official KDE4 desktop, they are a
+ extragear software and may get out of sync of konqueror.

Added: kde-extras/konq-plugins/trunk/debian/konq-plugins-l10n.install
===================================================================
--- kde-extras/konq-plugins/trunk/debian/konq-plugins-l10n.install	                        (rev 0)
+++ kde-extras/konq-plugins/trunk/debian/konq-plugins-l10n.install	2009-05-12 09:36:57 UTC (rev 14599)
@@ -0,0 +1 @@
+usr/share/locale

Added: kde-extras/konq-plugins/trunk/debian/konq-plugins.install
===================================================================
--- kde-extras/konq-plugins/trunk/debian/konq-plugins.install	                        (rev 0)
+++ kde-extras/konq-plugins/trunk/debian/konq-plugins.install	2009-05-12 09:36:57 UTC (rev 14599)
@@ -0,0 +1,4 @@
+usr/bin
+usr/lib
+usr/share/doc
+usr/share/kde4

Modified: kde-extras/konq-plugins/trunk/debian/rules
===================================================================
--- kde-extras/konq-plugins/trunk/debian/rules	2009-05-12 08:29:36 UTC (rev 14598)
+++ kde-extras/konq-plugins/trunk/debian/rules	2009-05-12 09:36:57 UTC (rev 14599)
@@ -4,6 +4,8 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+
 binary-install/konq-plugins::
 	dh_installman -pkonq-plugins --language=C debian/man/*.1
 




More information about the pkg-kde-commits mailing list