rev 13570 - branches/kde4.2/packages/kdebindings/debian

Modestas Vainius modax-guest at alioth.debian.org
Mon Jan 26 11:32:22 UTC 2009


Author: modax-guest
Date: 2009-01-26 11:32:22 +0000 (Mon, 26 Jan 2009)
New Revision: 13570

Modified:
   branches/kde4.2/packages/kdebindings/debian/changelog
   branches/kde4.2/packages/kdebindings/debian/python-kde4.postinst
Log:
Changelog fixes, consider pycentral cleanup for 4.2.0-0 as well

Modified: branches/kde4.2/packages/kdebindings/debian/changelog
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/changelog	2009-01-26 09:12:25 UTC (rev 13569)
+++ branches/kde4.2/packages/kdebindings/debian/changelog	2009-01-26 11:32:22 UTC (rev 13570)
@@ -1,4 +1,4 @@
-kdebindings (4:4.2.0-0r1) UNRELEASED; urgency=low
+kdebindings (4:4.2.0-1) experimental; urgency=low
 
   * New upstream release.
 
@@ -11,7 +11,7 @@
     - 97_fix_target_link_libraries.diff - remove, merged upstream;
     - 99_enable_okular_plasma.diff - remove, not needed.
   * Build Plasma bindings.
-  * Bump KDE build depends to 4.1.96.
+  * Bump KDE build depends to 4.2.0.
   * Remove explicit cmake from build depends.
   * Bump SIP build dependencies to >= 4.7.8.
   * Bump python-qt4 dependencies to 4.4.4.
@@ -19,8 +19,14 @@
   * Make python-kde4 depend on python-qt4 (>= 4.4.4) and python-sip4 (>= 4.7.8)
     (the versions it was built against).
   * Add patches:
+    - 06_build_smokephonon.diff - much smoke stuff needs phononsmoke, but that
+      one was disabled because it didn't build. Reenable it and hack around its
+      brokenness which probably results into useless smokephonon, but working
+      builds of other smoke stuff.
     - 07_fix_kpythonpluginfactory_build.diff - include Python.h first as Qt
       includes steal "slots" keyword.
+    - 08_csharp_plasma_examples.diff - do not build a few csharp plasma
+      examples. They fail.
   * Install a few more files to python-kde4 like python plugin factory.
   * Add libplasma2.0-cil package for plasma-dll.dll based on libnepomuk2.2-cil.
   * Add new plasma-scriptengine-kimono package for Kimono plasma script engine.
@@ -47,15 +53,6 @@
   * Use simplier approach for debian/rules binary-* target handling.
   * Run dh_installdirs in install-pre target to make mono helpers more silent.
 
-  * Add patches:
-    - 06_build_smokephonon.diff - much smoke stuff needs phononsmoke, but that
-      one was disabled because it didn't build. Reenable it and hack around its
-      brokenness which probably results into useless smokephonon, but working
-      builds of other smoke stuff.
-    - 08_csharp_plasma_examples.diff - do not build a few csharp plasma
-      examples. They fail.
-  * A few files disappeared.
-
    +++ Changes by David Palacio:
 
   * Build Ruby Nepomuk bindings (09_build_ruby_nepomuk.diff).
@@ -77,7 +74,7 @@
   * Small copyright file updates.
   * Create postinst to work around pycentral issues.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 16 Jan 2009 21:20:56 +0200
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 26 Jan 2009 13:27:09 +0200
 
 kdebindings (4:4.1.3-2) experimental; urgency=low
 

Modified: branches/kde4.2/packages/kdebindings/debian/python-kde4.postinst
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/python-kde4.postinst	2009-01-26 09:12:25 UTC (rev 13569)
+++ branches/kde4.2/packages/kdebindings/debian/python-kde4.postinst	2009-01-26 11:32:22 UTC (rev 13570)
@@ -2,7 +2,7 @@
 ## python-central does not clean up after itself, so we have to do it. 
 ## http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479852
 
-if dpkg --compare-versions "$2" lt-nl "4:4.2.0"
+if dpkg --compare-versions "$2" lt-nl "4:4.2.0-1"
 then
 	rm -rf /usr/lib/python2.*/site-packages/PyKDE4/
 fi




More information about the pkg-kde-commits mailing list