rev 16121 - trunk/packages/kdebindings/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sat Oct 10 23:06:42 UTC 2009


Author: pusling-guest
Date: 2009-10-10 23:06:42 +0000 (Sat, 10 Oct 2009)
New Revision: 16121

Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/control
   trunk/packages/kdebindings/debian/rules
Log:
* New upstream release.
* Reintroduce the strict sip&pyqt dependincies introduced in 4.2.4, but lost
  in merge. Compabiliwhat?

Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2009-10-10 23:06:25 UTC (rev 16120)
+++ trunk/packages/kdebindings/debian/changelog	2009-10-10 23:06:42 UTC (rev 16121)
@@ -1,3 +1,11 @@
+kdebindings (4:4.3.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Reintroduce the strict sip&pyqt dependincies introduced in 4.2.4, but lost
+    in merge. Compabiliwhat?
+
+ -- Sune Vuorela <debian at pusling.com>  Sat, 10 Oct 2009 22:26:54 +0200
+
 kdebindings (4:4.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/kdebindings/debian/control
===================================================================
--- trunk/packages/kdebindings/debian/control	2009-10-10 23:06:25 UTC (rev 16120)
+++ trunk/packages/kdebindings/debian/control	2009-10-10 23:06:42 UTC (rev 16121)
@@ -283,8 +283,9 @@
 Package: python-kde4
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
- python-qt4 (>= 4.4.4), python-sip4 (>= 4.7.8)
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, 
+ python-qt4 (>= ${python-qt4:Version}), python-qt4 (<< ${python-qt4:Version}+~), 
+ python-sip4 (>= ${python-sip4:Version}), python-sip4 (<< ${python-sip4:Version}+~)
 Description: Python bindings for the KDE 4 libraries
  This package contains PyKDE, the Python bindings for the KDE 4
  libraries, that allow you to write KDE programs using Python instead of
@@ -317,6 +318,7 @@
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, python-qt4 (>= 4.4.4)
 Recommends: python-kde4
+Breaks: python-kde4 (<< ${source:Version})
 Description: UIC compiler and SIP files for PyKDE
  This package contains pykdeuic4, a wrapper around PyQt's own UIC (user
  interface compiler). It is needed to generate code from Qt Designer's

Modified: trunk/packages/kdebindings/debian/rules
===================================================================
--- trunk/packages/kdebindings/debian/rules	2009-10-10 23:06:25 UTC (rev 16120)
+++ trunk/packages/kdebindings/debian/rules	2009-10-10 23:06:42 UTC (rev 16121)
@@ -174,6 +174,10 @@
 
 binary-indep binary-arch: build install
 	# Building $@. DH_OPTIONS=$(DH_OPTIONS)
+	echo "python-qt4:Version="`dpkg -l python-qt4  | tail -1 | awk '{print $$3}'` >> debian/python-kde4.substvars
+	echo "python-sip4:Version="`dpkg -l python-sip4  | tail -1 | awk '{print $$3}'` >> debian/python-kde4.substvars
+	echo "python-qt4:Version="`dpkg -l python-qt4  | tail -1 | awk '{print $$3}'` >> debian/python-kde4-dev.substvars
+	echo "python-sip4:Version="`dpkg -l python-sip4  | tail -1 | awk '{print $$3}'` >> debian/python-kde4-dev.substvars
 	dh_install $(DH_NO_MONOPACKAGES)
 	dh_testdir
 	dh_testroot




More information about the pkg-kde-commits mailing list