rev 12890 - branches/kde4.2/packages/kdevplatform/debian

Fathi Boudra fabo at alioth.debian.org
Tue Dec 9 10:20:56 UTC 2008


Author: fabo
Date: 2008-12-09 10:20:56 +0000 (Tue, 09 Dec 2008)
New Revision: 12890

Modified:
   branches/kde4.2/packages/kdevplatform/debian/changelog
   branches/kde4.2/packages/kdevplatform/debian/control
Log:
* Tighten libboost build dependency. Only serialization and thread are
  needed.
* Build depend against default libboost version. Current version is 1.34 and
  builds fine, version 1.35 and 1.36 as well.
* Disable kdevplatform-bin package for now. It is empty since last svn
  snapshot update.


Modified: branches/kde4.2/packages/kdevplatform/debian/changelog
===================================================================
--- branches/kde4.2/packages/kdevplatform/debian/changelog	2008-12-09 08:35:55 UTC (rev 12889)
+++ branches/kde4.2/packages/kdevplatform/debian/changelog	2008-12-09 10:20:56 UTC (rev 12890)
@@ -1,5 +1,5 @@
-kdevplatform (0.9.83~svn891916-1) UNRELEASED; urgency=low
+kdevplatform (1.0~svn894658-1) UNRELEASED; urgency=low
 
-  * svn snapshot
+  * New svn snapshot.
 
  -- Xavier Vello <xavier.vello at gmail.com>  Mon, 01 Dec 2008 01:46:07 +0100

Modified: branches/kde4.2/packages/kdevplatform/debian/control
===================================================================
--- branches/kde4.2/packages/kdevplatform/debian/control	2008-12-09 08:35:55 UTC (rev 12889)
+++ branches/kde4.2/packages/kdevplatform/debian/control	2008-12-09 10:20:56 UTC (rev 12890)
@@ -5,7 +5,8 @@
 Uploaders: Fathi Boudra <fabo at debian.org>, Jeremy Lainé <jeremy.laine at m4x.org>,
  Xavier Vello <xavier.vello at gmail.com>
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), quilt, cmake (>= 2.6),
- kdelibs5-dev (>= 4:4.1.80), libcommoncpp2-dev, libboost1.35-dev,
+ kdelibs5-dev (>= 4:4.1.80), libcommoncpp2-dev,
+ libboost-serialization-dev, libboost-thread-dev,
  libsvn-dev
 Standards-Version: 3.8.0
 Homepage: http://www.kdevelop.org/
@@ -21,15 +22,16 @@
  This metapackage installs the KDevelop platform.
  It is needed by kdevelop4.
 
-Package: kdevplatform-bin
-Section: devel
-Architecture: any
-Depends: ${shlibs:Depends}, kdevplatform-data (= ${source:Version})
-Description: executables for the KDevelop platform
- This package contains common executables used by integrated development
- environments based on the KDevelop platform.
- .
- This package is part of the KDevelop platform.
+# This package is empty since last svn snapshot update.
+#Package: kdevplatform-bin
+#Section: devel
+#Architecture: any
+#Depends: ${shlibs:Depends}, kdevplatform-data (= ${source:Version})
+#Description: executables for the KDevelop platform
+# This package contains common executables used by integrated development
+# environments based on the KDevelop platform.
+# .
+# This package is part of the KDevelop platform.
 
 Package: kdevplatform-libs
 Section: libs




More information about the pkg-kde-commits mailing list