reverted: --- kde4bindings-4.1.1/debian/python-kde4.links +++ kde4bindings-4.1.1.orig/debian/python-kde4.links @@ -1,2 +0,0 @@ -usr/share/kde4/apps/pykde4/pykdeuic4.py usr/bin/pykdeuic4 -usr/share/kde4/apps/pykde4/kde4.py usr/lib/python2.5/site-packages/PyQt4/uic/widget-plugins/kde4.py diff -u kde4bindings-4.1.1/debian/control kde4bindings-4.1.1/debian/control --- kde4bindings-4.1.1/debian/control +++ kde4bindings-4.1.1/debian/control @@ -1,14 +1,15 @@ Source: kde4bindings Section: kde Priority: optional -Maintainer: Ubuntu MOTU Developers +Maintainer: Ubuntu Core Developers XSBC-Original-Maintainer: Terence Simpson Build-Depends: debhelper (>= 5), cdbs, cmake, kdelibs5-dev (>= 4:4.1.1+really4.1.1), libphonon-dev (>= 4:4.2.0), libqt4-dev (>= 4.4), quilt, libsoprano-dev, libplasma-dev (>= 4:4.1.1-0ubuntu2), ruby, ruby1.8-dev, libqscintilla2-dev, - mono-jit, mono-mcs, mono-gmcs, mono-gac, cli-common-dev, + mono-jit [!hppa], mono-mcs [!hppa], mono-gmcs[!hppa], mono-gac[!hppa], + cli-common-dev [!hppa], libmono-dev [!hppa], python-dev, python-all-dbg, sip4 (>= 4.7.1), python-sip4-dev (>= 4.7.1), python-qt4-dev (>= 4.3-2), python-qt4-dbg, libqt4-opengl-dev, python-central (>= 0.5.0) @@ -105,6 +106,8 @@ Architecture: any Section: interpreters Depends: ${shlibs:Depends}, ruby1.8 +Conflicts: libqt0-ruby1.8 +Replaces: libqt0-ruby1.8 Description: Qt 4 bindings for Ruby This package contains the files necessary for running and developing Ruby code using the Qt 4 Ruby bindings. @@ -190,7 +193,7 @@ Package: libqyoto4.3-cil Section: libs -Architecture: any +Architecture: any [!hppa] Depends: ${shlibs:Depends}, ${cli:Depends} Replaces: libqyoto1.0-cil Conflicts: libqyoto1.0-cil @@ -202,7 +205,7 @@ Package: libqyoto-dev Section: libdevel -Architecture: any +Architecture: any [!hppa] Depends: ${shlibs:Depends}, ${cli:Depends} Description: CLI bindings for the Qt 4 toolkit - Development Files Qyoto is a set of bindings to allow CLI (.NET) applications to @@ -212,7 +215,7 @@ Package: qyoto-dev-tools Section: devel -Architecture: any +Architecture: any [!hppa] Depends: ${shlibs:Depends}, ${cli:Depends} Recommends: libqyoto4.3-cil Description: Development tools for CLI bindings for the Qt 4 toolkit @@ -234,7 +237,7 @@ . This package contains example applications which come with Qyoto and their source code. There is also a series of tutorial applications to - learn basic use of Qt 4 and C. + learn basic use of Qt 4 and C#. . This package is part of the official KDE 4 bindings module. @@ -290,7 +293,8 @@ Architecture: all XB-Python-Version: ${python:Versions} Depends: ${python:Depends}, python-qt4, python-kde4 (= ${source:Version}) -Conflicts: python-kde4 (<= 4:4.0.98) +Conflicts: python-kde4 (<= 4:4.1.1-0ubuntu2) +Replaces: python-kde4 (<= 4:4.1.1-0ubuntu2) Description: UIC compiler and SIP files for PyKDE4 This package contains pykdeuic4, a wrapper around PyQt's own UIC (user interface compiler). It is needed to generate code from Qt Designer's @@ -302,0 +307 @@ + diff -u kde4bindings-4.1.1/debian/changelog kde4bindings-4.1.1/debian/changelog --- kde4bindings-4.1.1/debian/changelog +++ kde4bindings-4.1.1/debian/changelog @@ -1,3 +1,17 @@ +kde4bindings (4:4.1.1-0ubuntu3) intrepid; urgency=low + + * Add conflicts/replaces libqt0-ruby1.8 to libqt4-ruby1.8 (LP: #262869) + * Fix typo in qyoto-examples long description + * Add libmono-dev to buid-dep to fix FTBFS on lpia + * Don't try to build mono bindings for hppa (mono not built on hppa): + - Add [!hppa] for all mono build-dep and arch any [!hppa] for all arch + any qyoto packages + * Move pykdeuic4 to python-kde4-dev (LP: #250285) + - Change python-kde4.links to python-kde4-dev.links + - python-kde4-dev conflict/replace python-kde4 (=< 4:4.1.1-0ubuntu2) + + -- Scott Kitterman Fri, 12 Sep 2008 23:26:01 -0400 + kde4bindings (4:4.1.1-0ubuntu2) intrepid; urgency=low * Rebuild against kdelibs 4:4.1.1+really4.1.1 only in patch2: unchanged: --- kde4bindings-4.1.1.orig/debian/python-kde4-dev.links +++ kde4bindings-4.1.1/debian/python-kde4-dev.links @@ -0,0 +1,2 @@ +usr/share/kde4/apps/pykde4/pykdeuic4.py usr/bin/pykdeuic4 +usr/share/kde4/apps/pykde4/kde4.py usr/lib/python2.5/site-packages/PyQt4/uic/widget-plugins/kde4.py