rev 14030 - in trunk/packages: kdelibs/debian kdelibs/debian/patches kdepimlibs/debian

Modestas Vainius modax-guest at alioth.debian.org
Mon Mar 9 20:33:17 UTC 2009


Author: modax-guest
Date: 2009-03-09 20:33:17 +0000 (Mon, 09 Mar 2009)
New Revision: 14030

Added:
   trunk/packages/kdelibs/debian/kdelibs5-dev.bug-presubj
   trunk/packages/kdelibs/debian/libplasma3.bug-script
   trunk/packages/kdepimlibs/debian/kdepimlibs5-dev.bug-presubj
Removed:
   trunk/packages/kdelibs/debian/kdelibs5-dev.presubj
   trunk/packages/kdelibs/debian/libplasma3.bugscript
   trunk/packages/kdelibs/debian/patches/24_2.6.2_use_common_cmake_config_dir.diff
   trunk/packages/kdepimlibs/debian/kdepimlibs5-dev.presubj
Modified:
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/control
   trunk/packages/kdelibs/debian/patches/series
   trunk/packages/kdepimlibs/debian/changelog
   trunk/packages/kdepimlibs/debian/control
Log:
Use dh_bugfiles from debhelper 7.2.3 where applicable

Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2009-03-09 19:38:14 UTC (rev 14029)
+++ trunk/packages/kdelibs/debian/changelog	2009-03-09 20:33:17 UTC (rev 14030)
@@ -5,8 +5,16 @@
   * Add 01_kcmdlineargs_decoding_svn934640.diff patch from upstream
     to fix kcmdlineargs input decoding with Qt 4.5. (Closes: #518062)
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 06 Mar 2009 08:13:34 +0100
+  +++ Changes by Modestas Vainius:
 
+  * Use dh_bugfiles and build depend on debhelper 7.2.3:
+    - rename kdelibs5-dev.presubj to kdelibs5-dev.bug-presubj;
+    - rename debian/libplasma3.bugscript to debian/libplasma3.bug-script.
+  * Bump cmake build depend to 2.6.3. 24_2.6.2_use_common_cmake_config_dir.diff
+    dropped.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 09 Mar 2009 22:29:20 +0200
+
 kde4libs (4:4.2.1-1) experimental; urgency=low
 
   * New upstream release.

Modified: trunk/packages/kdelibs/debian/control
===================================================================
--- trunk/packages/kdelibs/debian/control	2009-03-09 19:38:14 UTC (rev 14029)
+++ trunk/packages/kdelibs/debian/control	2009-03-09 20:33:17 UTC (rev 14030)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>, Fathi Boudra <fabo at debian.org>, Armin Berres <trigger+debian at space-based.de>, Matthew Rosewarne <mrosewarne at inoutbox.com>, Modestas Vainius <modestas at vainius.eu>
-Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7), quilt, cmake (>= 2.6.2-3~), pkg-kde-tools (>= 0.4),
+Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7.2.3), quilt, cmake (>= 2.6.3), pkg-kde-tools (>= 0.4),
  shared-mime-info (>= 0.20), libphonon-dev (>= 4:4.3.0),
  libcups2-dev, libdbus-1-dev, libqt4-dev (>= 4.4.3), libqt4-opengl-dev (>= 4.4.3),
  libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],

Copied: trunk/packages/kdelibs/debian/kdelibs5-dev.bug-presubj (from rev 14029, trunk/packages/kdelibs/debian/kdelibs5-dev.presubj)
===================================================================
--- trunk/packages/kdelibs/debian/kdelibs5-dev.bug-presubj	                        (rev 0)
+++ trunk/packages/kdelibs/debian/kdelibs5-dev.bug-presubj	2009-03-09 20:33:17 UTC (rev 14030)
@@ -0,0 +1,6 @@
+The Debian KDE packages are built with the KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT
+option, which alters how CMake (the build system used by KDE) links to the KDE
+libraries. This may cause KDE4 software to fail to build from source.
+
+Please read http://pkg-kde.alioth.debian.org/experimental_linking.html before
+reporting bugs on build errors.

Deleted: trunk/packages/kdelibs/debian/kdelibs5-dev.presubj

Copied: trunk/packages/kdelibs/debian/libplasma3.bug-script (from rev 14029, trunk/packages/kdelibs/debian/libplasma3.bugscript)
===================================================================
--- trunk/packages/kdelibs/debian/libplasma3.bug-script	                        (rev 0)
+++ trunk/packages/kdelibs/debian/libplasma3.bug-script	2009-03-09 20:33:17 UTC (rev 14030)
@@ -0,0 +1,3 @@
+#! /bin/sh
+exec >&3
+dpkg -l | grep plasma

Deleted: trunk/packages/kdelibs/debian/libplasma3.bugscript

Deleted: trunk/packages/kdelibs/debian/patches/24_2.6.2_use_common_cmake_config_dir.diff

Modified: trunk/packages/kdelibs/debian/patches/series
===================================================================
--- trunk/packages/kdelibs/debian/patches/series	2009-03-09 19:38:14 UTC (rev 14029)
+++ trunk/packages/kdelibs/debian/patches/series	2009-03-09 20:33:17 UTC (rev 14030)
@@ -11,4 +11,3 @@
 20_use_dejavu_as_default_font.diff
 22_hack_in_etc_kde4_in_kstandarddirs.diff
 23_solid_no_double_build.diff
-24_2.6.2_use_common_cmake_config_dir.diff

Modified: trunk/packages/kdepimlibs/debian/changelog
===================================================================
--- trunk/packages/kdepimlibs/debian/changelog	2009-03-09 19:38:14 UTC (rev 14029)
+++ trunk/packages/kdepimlibs/debian/changelog	2009-03-09 20:33:17 UTC (rev 14030)
@@ -1,3 +1,12 @@
+kdepimlibs (4:4.2.1-2) UNRELEASED; urgency=low
+
+  +++ Changes by Modestas Vainius:
+
+  * Rename kdepimlibs5-dev.presubj kdepimlibs5-dev.bug-presubj. Use
+    dh_bugfiles and build depend on debhelper 7.2.3.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 09 Mar 2009 22:23:04 +0200
+
 kdepimlibs (4:4.2.1-1) experimental; urgency=low
 
   * New upstream release.

Modified: trunk/packages/kdepimlibs/debian/control
===================================================================
--- trunk/packages/kdepimlibs/debian/control	2009-03-09 19:38:14 UTC (rev 14029)
+++ trunk/packages/kdepimlibs/debian/control	2009-03-09 20:33:17 UTC (rev 14030)
@@ -4,7 +4,7 @@
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>, Fathi Boudra <fabo at debian.org>,
  Armin Berres <trigger+debian at space-based.de>, Matthew Rosewarne <mrosewarne at inoutbox.com>, Modestas Vainius <modestas at vainius.eu>
-Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7), quilt, pkg-kde-tools (>= 0.4),
+Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7.2.3), quilt, pkg-kde-tools (>= 0.4),
  kdelibs5-dev (>= 4:4.2.0), libboost-dev, libgpgme11-dev, libldap2-dev, libsasl2-dev,
  libakonadi-dev (>= 1.1.1), libical-dev (>= 0.33)
 Standards-Version: 3.8.0

Copied: trunk/packages/kdepimlibs/debian/kdepimlibs5-dev.bug-presubj (from rev 14029, trunk/packages/kdepimlibs/debian/kdepimlibs5-dev.presubj)
===================================================================
--- trunk/packages/kdepimlibs/debian/kdepimlibs5-dev.bug-presubj	                        (rev 0)
+++ trunk/packages/kdepimlibs/debian/kdepimlibs5-dev.bug-presubj	2009-03-09 20:33:17 UTC (rev 14030)
@@ -0,0 +1,6 @@
+The Debian KDE packages are built with the KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT
+option, which alters how CMake (the build system used by KDE) links to the KDE
+libraries. This may cause KDE4 software to fail to build from source.
+
+Please read http://pkg-kde.alioth.debian.org/experimental_linking.html before
+reporting bugs on build errors.

Deleted: trunk/packages/kdepimlibs/debian/kdepimlibs5-dev.presubj




More information about the pkg-kde-commits mailing list