rev 18558 - trunk/packages/kdevplatform/debian

Fathi Boudra fabo at alioth.debian.org
Fri Jul 23 04:24:32 UTC 2010


Author: fabo
Date: 2010-07-23 04:24:23 +0000 (Fri, 23 Jul 2010)
New Revision: 18558

Modified:
   trunk/packages/kdevplatform/debian/changelog
   trunk/packages/kdevplatform/debian/control
   trunk/packages/kdevplatform/debian/rules
Log:
* Update debian/control:
  - bump Standards-Version to 3.9.0 (no changes needed).
  - comment turkish localization package, not shipped in this release.
* Update debian/rules: remove workaround for FindKDE4Internal.cmake default
  rpath value, fixed in kdelibs5-dev 4.4.1.


Modified: trunk/packages/kdevplatform/debian/changelog
===================================================================
--- trunk/packages/kdevplatform/debian/changelog	2010-07-22 08:09:51 UTC (rev 18557)
+++ trunk/packages/kdevplatform/debian/changelog	2010-07-23 04:24:23 UTC (rev 18558)
@@ -1,8 +1,13 @@
-kdevplatform (1.0.1-1) UNRELEASED; urgency=low
+kdevplatform (1.0.1-1) unstable; urgency=low
 
   * New upstream release.
+  * Update debian/control:
+    - bump Standards-Version to 3.9.0 (no changes needed).
+    - comment turkish localization package, not shipped in this release.
+  * Update debian/rules: remove workaround for FindKDE4Internal.cmake default
+    rpath value, fixed in kdelibs5-dev 4.4.1.
 
- -- Jeremy Lainé <jeremy.laine at m4x.org>  Tue, 20 Jul 2010 10:48:00 +0200
+ -- Fathi Boudra <fabo at debian.org>  Thu, 22 Jul 2010 20:36:46 +0300
 
 kdevplatform (1.0.0-1) unstable; urgency=low
 

Modified: trunk/packages/kdevplatform/debian/control
===================================================================
--- trunk/packages/kdevplatform/debian/control	2010-07-22 08:09:51 UTC (rev 18557)
+++ trunk/packages/kdevplatform/debian/control	2010-07-23 04:24:23 UTC (rev 18558)
@@ -4,10 +4,10 @@
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7.4.15), quilt, cmake (>= 2.8.0),
- pkg-kde-tools (>= 0.6.4), kdelibs5-dev (>= 4:4.3.4),
+ pkg-kde-tools (>= 0.6.4), kdelibs5-dev (>= 4:4.4.1),
  libsvn-dev, libboost-serialization-dev
 # libcommoncpp2-dev, libboost-iostreams-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://www.kdevelop.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdevplatform/#_trunk_packages_kdevplatform_
 Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdevplatform
@@ -48,7 +48,7 @@
 
 Package: libsublime1
 Architecture: any
-Depends: ${shlibs:Depends}, kdelibs5 (>= 4:4.2.0)
+Depends: ${shlibs:Depends}, kdelibs5 (>= 4:4.4.1)
 Description: an user interface library
  sublime provides a user interface that supports multiple
  mainwindows, multiple dockwidgets, split views and areas
@@ -219,16 +219,16 @@
  .
  This package is part of the KDevelop platform.
 
-Package: kdevplatform-l10n-tr
-Section: localization
-Architecture: all
-Recommends: kde-l10n-tr
-Provides: kdevplatform-l10n
-Description: Turkish (tr) localization files for the KDevelop platform
- This package contains the Turkish translations for applications using
- the KDevelop platform.
- .
- This package is part of the KDevelop platform.
+# Package: kdevplatform-l10n-tr
+# Section: localization
+# Architecture: all
+# Recommends: kde-l10n-tr
+# Provides: kdevplatform-l10n
+# Description: Turkish (tr) localization files for the KDevelop platform
+#  This package contains the Turkish translations for applications using
+#  the KDevelop platform.
+#  .
+#  This package is part of the KDevelop platform.
 
 Package: kdevplatform-l10n-uk
 Section: localization
@@ -262,4 +262,3 @@
  using the KDevelop platform.
  .
  This package is part of the KDevelop platform.
-

Modified: trunk/packages/kdevplatform/debian/rules
===================================================================
--- trunk/packages/kdevplatform/debian/rules	2010-07-22 08:09:51 UTC (rev 18557)
+++ trunk/packages/kdevplatform/debian/rules	2010-07-23 04:24:23 UTC (rev 18558)
@@ -2,8 +2,5 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
 
-# workaround FindKDE4Internal.cmake default rpath value
-# see bug http://bugs.debian.org/564146
-DEB_CMAKE_CUSTOM_FLAGS += -DCMAKE_SKIP_RPATH=ON
 DEB_DBG_PACKAGE_kdevplatform1-libs := kdevplatform-dbg
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V




More information about the pkg-kde-commits mailing list