pykde4 4:4.7.3-0ubuntu1 source package in Ubuntu
Changelog
pykde4 (4:4.7.3-0ubuntu1) precise; urgency=low * New upstream release * Merge with Debian, remaining changes: - version number in boost build-dep pykde4 (4:4.7.2-0r1) UNRELEASED; urgency=low [ Modestas Vainius ] * Bump python-qt4 dependencies to 4.8.3-3~ (dh_python2 based). * Remove a hack for python-qt4 python-support. * Really make python-kde4 break plasma-scriptengine-python (fix a typo). [ José Manuel SantamarÃa Lema ] * Require KDE SC 4.7.2. * Bump soprano build depend to 2.7.0. * Update not-installed file. pykde4 (4:4.6.80-3) unstable; urgency=low * Add plasma-scriptengine-python (<< 4:4.6.5) to python-kde4 Breaks. Needed as python-support based plasma-scriptengine-python does not work with dh_python2 based python-kde4. * Fix GitWeb Vcs URL. * Move non-default python library to Suggests again. * Introduce a hack to restore compatibility with python-support based python-qt4. (Closes: #633499) pykde4 (4:4.6.80-2) unstable; urgency=low * "Bye bye to you, ugly monolithic kdebindings" release. [ Pino Toscano ] * Update the patches: - refresh - optional_install_sip_files.diff: fix small if()/endif() mismatch * Small touches to the descriptions. [ Modestas Vainius ] * Upload to unstable. pykde4 (4:4.6.80-1) experimental; urgency=low * Initial standalone release: split off from kdebindings. * Below you will find notable changes from previous kdebindings packaging. [ Modestas Vainius ] * Require KDE SC 4.6.3. * Bump Standards-Version to 3.9.2: no changes needed. * Switch debian/rules engine to dhmk based debian-qt-kde.mk. * Pick pykde4 related patches from the kdebindings package and include them in this package. * Strip sequence numbers from the patch filenames. * Clean up Uploaders list. * Clean up Build-Depends list. * Add libboost-dev to Build-Depends. * Fix binNMUability of python-kde4-dev: depend on python-kde4 (>= ${source:Version}) rather than ${binary:Version}. python-kde4-dev is arch:all. * Switch to dh_python2 (thanks to Scott Kitterman): - drop python-support from Build-Depends; - use python2 dh addon in place of python-support; - drop XB-Python-Version control field and remove debian/pyversions; - add "X-Python-Version: >= 2.5" to the source section; - remove python-support specific hacks from debian/not-installed. * Drop pydefault make variable, not used anymore. * Execute pyversions "on demand". * Drop ${python:Depends} from python-kde4-dev Depends. * Add "Provides: ${python:Provides}" to python-kde4. * Optimize $(pyversions) check. * Improve python-kde4-doc description. * Add lintian overrides for usr/share/doc/python-kde4-doc/html/common/*-license. These are valid part of documentation. * Add kdebindings-dbg to python-kde4-dbg Breaks/Replaces. * Update debian/coypright. * Document all Debian patches. * Replace include_default_settings_in_python_cmakelist.diff patch with add_qt_kde_definitions.diff. Only add_definitions() part moved to the proper place remains. -- Jonathan Riddell <email address hidden> Fri, 25 Nov 2011 22:18:54 +0000
Upload details
- Uploaded by:
- Jonathan Riddell
- Uploaded to:
- Precise
- Original maintainer:
- Kubuntu Members
- Architectures:
- any all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pykde4_4.7.3.orig.tar.bz2 | 2.0 MiB | c580432d645361355400c27e84779d3ca1209d979624b147ffd742c986665aca |
pykde4_4.7.3-0ubuntu1.debian.tar.gz | 18.2 KiB | e22b5f1a402f7fb9671483a544f080e40353a238f3c0bb999303eb2e45193780 |
pykde4_4.7.3-0ubuntu1.dsc | 2.0 KiB | 17d8bdbc2835f57c73b100f631ccc3fb8ddf91311c8e209a09305e1fcfb34202 |
Available diffs
Binary packages built by this source
- python-kde4: Python bindings for the KDE Development Platform
This package contains PyKDE, the Python bindings for the KDE
libraries, that allow you to write KDE programs using Python instead of
C++. It contains at least the following modules under the
PyKDE namespace:
.
* dnssd
* kdecore
* kdeui
* khtml
* kio
* knewstuff
* kparts
* kterminal
* ktexteditor
* kutils
* nepomuk
* plasma
* solid
.
And a few KDE related technologies like:
.
* akonadi
* phonon
* soprano
.
This package provides modules for all supported Python versions.
- python-kde4-dbg: debugging symbols for the PyKDE bindings
This package contains debugging files used to investigate problems with
Python bindings for the KDE Development Platform. Install this package if you
are experiencing crashes of the PyKDE application and wish to report a problem
to the developers.
- python-kde4-dev: 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
UI files. You want to install this package if you are writing a PyKDE
application which has .ui files, or running one of these applications
from source.
.
It also contains the .sip files for PyKDE, needed to build packages
with classes based on PyKDE.
- python-kde4-doc: documentation and examples for PyKDE
This package contains API documentation for PyKDE, and some example code
showing how to use it. You will probably want to install this package if
you are developing applications based on PyKDE.