1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
python-kde3 (3.15.2+20060422-3) unstable; urgency=medium
* Include shlib dependencies (Closes: #378815)
-- Torsten Marek <shlomme@debian.org> Thu, 28 Sep 2006 20:25:29 +0200
python-kde3 (3.15.2+20060422-2) unstable; urgency=low
* Python policy transition (Closes: #373321)
-- Torsten Marek <shlomme@debian.org> Wed, 21 Jun 2006 20:44:58 +0200
python-kde3 (3.15.2+20060422-1) unstable; urgency=low
* New upstream release
* KConfigSkeleton works now (Closes: #310919)
* KABC is included (Closes: #362443)
* Depend on python2.x-sip4 instead of python2.x-sip4-qt3
* Bump build-depends on sip4 to 4.4.2 and dependencies on PyQt to 3.16
* Raised debhelper compat level to 5
* Changed my email address to shlomme@debian.org
* Builds fine in pbuilder now, probably a missed build dependency
elsewhere (Closes: #351711)
* Remove build dependency no c++abi2-dev
* Put kdepyuic into python-kde3-dev. Thanks, Stephan Hermann
-- Torsten Marek <shlomme@debian.org> Tue, 2 May 2006 11:57:51 +0200
python-kde3 (3.11.3+20051013-1) unstable; urgency=low
* New upstream release
-- Torsten Marek <shlomme@gmx.net> Sun, 16 Oct 2005 11:55:45 +0200
python-kde3 (3.11.3+20050829-2) unstable; urgency=low
* Applied patch to klibloader.sip to fix an issue with KParts,
thanks to David & Paul Boddie.
-- Torsten Marek <shlomme@gmx.net> Mon, 10 Oct 2005 22:52:57 +0200
python-kde3 (3.11.3+20050829-1) unstable; urgency=low
* New upstream release (Closes: #304407)
* g++ ABI transition,
add c++abi2-dev to Build-Depends (Closes: #327949)
* Built with sip 4.3 (Closes: #327314)
* Built against KDE 3.4.2
* Added myself to Uploaders
* Bumped all Build-Depends and Depends on sip to
be >= 4.3 and << 4.4
* Bumped standards version to 3.6.2, no changes involved
* Fixed FSF address in copyright file
* Include upstream changelog
* Added package for Python 2.4
* Added the homepage of PyKDE to the package descriptions
* HTML documentations is now installed into
/usr/share/doc/python-kde3-doc/html
* pykdeconfig.py now also knows that the sip files
are in /usr/share/sip/kde3, not in /usr/share/sip/kde
(Closes: #312708)
-- Torsten Marek <shlomme@gmx.net> Tue, 20 Sep 2005 01:21:33 +0200
python-kde3 (3.11.3-4) unstable; urgency=high
* Added a direct dependency on the right version of sip
* Added python-kde3-dev (Closes: #294076)
* Added extra/332 so it builds with KDE 3.3.2 (Closes: #294079)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Fri, 1 Apr 2005 16:07:33 +0100
python-kde3 (3.11.3-3) unstable; urgency=low
* Changed depend on PyQt >= 3.13-2 to >= 3.13 (I don't know what
I was thinking on)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 9 Dec 2004 09:36:34 +0000
python-kde3 (3.11.3-2) unstable; urgency=low
* Rebuilt against PyQt 3.13 (bumped debian/control depends too)
* Applied a simple patch to build with KDE 3.3.1
* Adapted Thiemo Seufer's patch to make it build on mips/mipsel.
Closes: Bug#274469
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Mon, 4 Oct 2004 12:28:17 +0100
python-kde3 (3.11.3-1) unstable; urgency=low
* New upstream version.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Mon, 30 Aug 2004 15:40:40 +0100
python-kde3 (3.11.1+3.11.2-2) unstable; urgency=low
* Split the number of generated object files during the building
process on some arches, because of hardware limitations (scarce
resources, or things like hitting the exported table size limit
on Alpha).
Closes: Bug#266733
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 19 Aug 2004 00:41:08 +0100
python-kde3 (3.11.1+3.11.2-1) unstable; urgency=low
* Applied some changes from 3.11.2-snapshot-040816 to make it
build with KDE 3.3.
* Rebuilt the against KDE 3.3 due to ABI incompatibility.
Closes: Bug#266506
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Wed, 18 Aug 2004 19:25:53 +0100
python-kde3 (3.11.1a-1) unstable; urgency=low
* Initial release of this package.
Closes: Bug#147965
* Added "pyParts.rc" from 3.7 that have been missing on the
examples since 3.8 (thanks Patrick McFarland for notifying it)
* Includes some patches from development version.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sat, 19 Jun 2004 23:07:05 +0100
|