2009
python-qt3 (3.18.1-1) unstable; urgency=low
* New upstream release
* debian/patches/02_pyobject_typecheck_cast.dpatch,
debian/patches/03_qdomdocument_setcontent.dpatch
- Removed, applied upstream
* debian/patches/04_qpixmap_loadfromdata.dpatch
- Removed, fixed in sip 4.8.1
* debian/pycompat
- Removed, not needed anymore.
* debian/control
- Bumped build-dependencies on sip to 4.8.1
-- Torsten Marek <shlomme@debian.org> Thu, 18 Jun 2009 20:50:37 +0200
python-qt3 (3.18-2) unstable; urgency=low
* debian/patches/03_qdomdocument_setcontent.dpatch
- Picked from PyQt3 snapshots, fixes false assertion
when using QDomDocument.setContent
* debian/patches/04_qpixmap_loadfromdata.dpatch
- use Q_ULONG instead of uint as type for array size. On amd64,
sizeof(Q_ULONG) != sizeof(uint), which lead to a crash when a
uint* was handed in as a Q_ULONG*. (Closes: #529414)
-- Torsten Marek <shlomme@debian.org> Thu, 11 Jun 2009 09:46:47 +0200
python-qt3 (3.18-1) unstable; urgency=low
* New upstream release
* debian/control
- Bump all dependencies on sip4 to 4.8
* debian/patches/02_pyobject_typecheck_cast.dpatch
- Add patch to build PyQt3 for Python 2.5
-- Torsten Marek <shlomme@debian.org> Tue, 09 Jun 2009 00:14:55 +0200
python-qt3 (3.17.6-2) unstable; urgency=low
* Uploading to unstable.
* Merging changes from Ubuntu to build with python2.6.
* Migrate from python-central to python-support. This also makes sure
that we get rid of DH_PYCENTRAL=nomove.
- Adding debian/python-qt-dev.preinst to tell python-central to
remove its cruft. The preinst script should be removed after
the release of Squeeze.
* Bump dependency on sip4 to 4.7.9.
* Adding myself to Uplaoders.
* Bumping Standards-Version, no changes needed.
* Move -dbg packages into section debug.
-- Bernd Zeimetz <bzed@debian.org> Tue, 05 May 2009 23:51:09 +0200
2008
python-qt3 (3.17.6-1) experimental; urgency=low
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
* debian/watch
- fixed for new upstream website organization
* debian/control
- switch Vcs-Browser field to viewsvn
[ Torsten Marek ]
* New upstream release
* debian/control
- bumped standards version to 3.7.3, no changes necessary
- drop -1 Debian revision off build dependency on libqscintilla
- clean up dependencies on debug packages
-- Torsten Marek <shlomme@debian.org> Sat, 22 Nov 2008 19:47:15 +0100
2007
python-qt3 (3.17.4-1) unstable; urgency=low
* New upstream release. * Bumped standards version to 3.7.3, no changes necessary. * Added Homepage, Vcs-Svn and Vcs-Browser fields in debian/control. * Changed priority of python-qt3-dbg to extra.
-- Torsten Marek <shlomme@debian.org> Sun, 16 Dec 2007 16:21:21 +0100
python-qt3 (3.17.3-3) unstable; urgency=low
* Handle DEB_BUILD_OPTIONS correctly. * Merge Ubuntu changes: * Added debug packages. * Better debian/rules file.
-- Torsten Marek <shlomme@debian.org> Sat, 15 Sep 2007 23:59:23 +0200
python-qt3 (3.17.3-2) unstable; urgency=low
* Actually remove pyqtconfig.py from python-qt3 (Closes: #435855)
-- Torsten Marek <shlomme@debian.org> Tue, 07 Aug 2007 21:23:10 +0200
python-qt3 (3.17.3-1) unstable; urgency=low
* New upstream release * pyqtconfig.py is now in python-qt-dev
-- Torsten Marek <shlomme@debian.org> Tue, 31 Jul 2007 21:45:27 +0200
python-qt3 (3.17.2-1) unstable; urgency=low
* New upstream release
-- Torsten Marek <shlomme@debian.org> Mon, 07 May 2007 23:57:48 +0200
2006
python-qt3 (3.17-1) experimental; urgency=low
* New upstream release * Removed outdated conflicts and replaces from control file * Bump standards version to 3.7.2 * Convert patches to dpatch * Added debian/pycompat with level 2 * Acknowledged NMUs (Closes: #373349) * Build-depend on libqscintilla-dev >= 1.7
-- Torsten Marek <shlomme@debian.org> Wed, 6 Dec 2006 19:55:03 +0100
python-qt3 (3.16-1.2) unstable; urgency=medium
* Tighten dependency on python-sip4-dev.
-- Matthias Klose <doko@debian.org> Sun, 2 Jul 2006 11:07:57 +0000
python-qt3 (3.16-1.1) unstable; urgency=low
* Convert to the updated Python policy. Closes: #373349. * Build with the correct Python include directory.
-- Matthias Klose <doko@debian.org> Mon, 19 Jun 2006 22:43:43 +0000
python-qt3 (3.16-1) unstable; urgency=low
* New upstream release
* Tweak manpages, add descriptions of all ways
pyuic can be called
* Depend on python2.x-sip4 instead of python2.x-sip4-qt3
* Changed my email address to shlomme@debian.org
* Added watch file
* Added python2.4-qt3-gl (Closes: #343095)
*
-- Torsten Marek <shlomme@debian.org> Mon, 24 Apr 2006 12:38:00 +0200
2005
python-qt3 (3.15-4) unstable; urgency=low
* Forward "noopt" option to build script (Closes: #322992) * PyQt is now built with -O2 by default. To reduce compile time, the autogenerated sources for the qt module are now split into 4 parts on all architectures. * added c++-abi2-dev to Build-Depends * switched debian/rules to binary-common system
-- Torsten Marek <shlomme@gmx.net> Sun, 11 Sep 2005 17:13:13 +0200
python-qt3 (3.15-3) unstable; urgency=low
* Corrected dependencies of python2.4-qt3 (closes: #326962)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Wed, 7 Sep 2005 10:27:05 +0100
python-qt3 (3.15-2) unstable; urgency=low
* Changed some Build-Deps to be really, really sure that it's
asking for the right versions of certain packages (gcc, g++,
Qt3-related) for the g++ ABI transition.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sun, 4 Sep 2005 01:57:29 +0100
python-qt3 (3.15-1) unstable; urgency=low
* New upstream release
* Updated standards version to 3.6.2
* Updated FSF address in the copyright file
* Build-Depend and Depend and sip 4.3
* Removed old Conflicts: from python2.3-qt3
+ kodos was fixed with 2.4.5-2.1, which is in stable already
+ memaid-pyqt was fixed with 0.2.3-3, which is in stable already
+ qtorrent was fixed with 0.9.6.1-3, which is in stable
* Add some conflicts with PyQt programs due to API change in 3.14.1
+ imgseek was fixed with 0.8.4+0.8.5rc1-2, which is not in stable,
therefore we conflict with it
(Closes: #306218, #302885)
* Removed the dummy package pyuic3 (Closes: #322062)
* Remove old Conflicts and Replaces from pyqt-tools
* g++ ABI transition (Closes: #325984)
-- Torsten Marek <shlomme@gmx.net> Thu, 1 Sep 2005 01:04:33 +0200
python-qt3 (3.14.1-2) unstable; urgency=low
* Corrected description of python2.3-qt3 (closes: Bug#302346) * Removed python2.4-qt3-gl, as it would depend on python2.4-opengl, which isn't available at this moment.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 31 Mar 2005 18:09:15 +0100
python-qt3 (3.14.1-1) unstable; urgency=low
* New upstream release * QApplication::enter_loop now releases the GIL (Closes: #283537) * Added myself to uploaders * Added packages for Python 2.4 * The PyQt build system has been tweaked to allow parrallel builds for different versions of Python * Build dependencies on sgmltools-lite, dpatch and xlibmesa-dev removed, python2.4-dev and python2.4-sip4-dev added * Standards version updated to 3.6.1.0 * pyqtconfig.py is now included in python2.x-qt3 instead of python-qt-dev * QDomDocument.setContent now works properly (Closes: #289212) * Solves some memory leaks (Closes: #293087) * Works (in fact needs) with sip4 >= 4.2 (Closes: #301660)
-- Torsten Marek <shlomme@gmx.net> Sun, 6 Mar 2005 23:33:28 +0100
2004
python-qt3 (3.13-4) unstable; urgency=low
* libqassistantclient is broken for big binaries on MIPS/MIPSEL.
This upload disables QAssistantClient on PyQt for those arches.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Mon, 27 Dec 2004 14:16:07 +0000
python-qt3 (3.13-3) unstable; urgency=low
* Another patch to fix further mips/mipsel building errors
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 9 Dec 2004 09:57:55 +0000
python-qt3 (3.13-2) unstable; urgency=low
* Patched to build on mips/mipsel
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Wed, 8 Dec 2004 16:02:45 +0000
python-qt3 (3.13-1) unstable; urgency=low
* New upstream release
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 23 Sep 2004 15:57:07 +0100
python-qt3 (3.12-3) unstable; urgency=low
* The package providing OpenGL access now depends on python-opengl.
(closes: Bug#269633)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 7 Sep 2004 19:48:16 +0100
python-qt3 (3.12-2) unstable; urgency=low
* Applied some patches from upstream snapshot 20040804
* Fixed some lines at copyright file (GPL wasn't mentioned)
* Rebuilt against libqt3c102-mt >= 3:3.3 due to an ABI change.
(closes: Bug#264385)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Mon, 9 Aug 2004 17:04:10 +0100
python-qt3 (3.12-1) unstable; urgency=low
* New upstream release * Switched to build with sip4
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 10 Jun 2004 01:02:35 +0100
python-qt3 (3.11-4) unstable; urgency=low
* Split s390 builds as with some other arches. It seems
that an excess of mem usage is killing "as" during the
build process.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 20 May 2004 12:49:35 +0100
python-qt3 (3.11-3) unstable; urgency=low
* Added pyqtconfig.py to python-qt-dev
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 22 Apr 2004 22:30:08 +0100
python-qt3 (3.11-2) unstable; urgency=low
* Removed mips/mipsel patches
* Broken some build blocks into pieces:
- alpha due to excesive .got size
- mips/mipsel will have the same problem (supposedly)
- arm/m68k have two slow buildd's; this will make the build more
responsive
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 20 Apr 2004 01:12:40 +0100
python-qt3 (3.11-1) unstable; urgency=low
* New upstream release (closes: Bug#237499) * Change python-qt3-doc to suggest python-qt3 (closes: Bug#235548) * Dropped c102 from the package name * Fixed dh_make boilerplate on copyright file * Added manpage for pylupdate * Sliced python*-qt3-gl from python*-qt3, as it adds a not always desirable dependency on a package providing libg1. * sip4 will support Qt >= 3.0 and Python >= 2.3, so I'm releasing only Python 2.3 packages from right now.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sat, 3 Jan 2004 20:31:21 +0000
2003
python-qt3 (3.8-3) unstable; urgency=low
* Updated the .prerm files. The "PACKAGE" names were not up to date
with the c102 nomenclature.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 23 Sep 2003 05:30:59 +0100
python-qt3 (3.8-2.1) unstable; urgency=medium
* NMU. * Fix -p paramter for patches leading to FTBFS on mips/mipsel.
-- Matthias Klose <doko@debian.org> Sat, 11 Oct 2003 11:49:37 +0200
python-qt3 (3.8-2) unstable; urgency=low
* Previous release introduced Python 2.3 support.
Closes: Bug#206599
* Built again agains Qt 3.2. Trolltech substracted a symbol and thus
the import gets wrong.
Closes: Bug#208291
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 2 Sep 2003 01:41:06 +0100
python-qt3 (3.8-1) unstable; urgency=low
* New upstream version * Added Python 2.3 support * Making Python 2.3 the default version
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 19 Aug 2003 00:27:10 +0100
python-qt3 (3.7-1) unstable; urgency=low
* New upstream release. Closes: Bug#198930 * Modified to comply with Debian Policy v3.5.10 * Use of dpatch for some arch-specific build-time changes
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sun, 6 Jul 2003 19:53:05 +0100
python-qt3 (3.6-1) unstable; urgency=low
* New upstream release * Changed some > at depends by >>.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 22 May 2003 12:19:15 +0100
python-qt3 (3.5-3) unstable; urgency=low
* Patched build.py. We _don't_ want -lGLU.
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Wed, 19 Feb 2003 16:48:53 +0000
python-qt3 (3.5-2) unstable; urgency=low
* Compiled with G++ 3.2. Some packages renamed with c102 according
to the G++ 3.2 transition plan.
* Now we wait to sip (>= 3.5) to be up. Closes: Bug#179579
* Disabling qassistantclient.sip while Qt3 maintainer fix
libqassistantclient.a
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 4 Feb 2003 01:27:30 +0000
python-qt3 (3.5-1) unstable; urgency=low
* Update to new upstream release.
* Fixed a bug in the debian/rules that prevented python-qt3-doc
to be populated. (closes: Bug#170942)
* 3.4-1 was uploaded as a native package. This is fixed
now (closes: Bug#174153)
* New packages -qtext for QScintilla support
* Now python-qt3 produces qt-version-independent packages that were
produced by python-qt2.
* Now is mandatory to agree with the license, as with Qt. I chose the
same solution as with Qt packages (yes | ...)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Thu, 2 Jan 2003 23:33:57 +0000
2002
python-qt3 (3.4+20021129-2) unstable; urgency=low
* Generating shlibs (I forgot to, and other packages need it at build
time)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Wed, 4 Dec 2002 23:35:50 +0000
python-qt3 (3.4+20021122-1) unstable; urgency=low
* Upgrade to the development version
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sun, 24 Nov 2002 06:44:23 +0000
python-qt3 (3.4-1) unstable; urgency=low
* New upstream version
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 24 Sep 2002 08:26:32 +0100
python-qt3 (3.3.2-1) unstable; urgency=low
* New upstream version
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sat, 10 Aug 2002 16:10:08 +0100
python-qt3 (3.3+rc2-1) unstable; urgency=low
* Update to upstream version * Changed configuration system
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sun, 30 Jun 2002 12:59:02 +0100
python-pyqt (2.5-4) unstable; urgency=low
* There was an error on the Alpha fix (CFLAGS -> CXXFLAGS)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Fri, 22 Mar 2002 13:14:05 +0000
python-pyqt (2.5-3) unstable; urgency=low
* Added some code at rules to cope with an internal
gcc error at Alpha platform.
* 121534 was closed on NMU and already applied at 2.5-2, but
forgot to close it (closes: Bug#121534).
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Tue, 19 Mar 2002 23:26:59 +0000
python-pyqt (2.5-2) unstable; urgency=low
* Added a conflicts clause on dcoppython (closes: Bug#133330) * Closes NMU notify (closes: Bug#127193)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sat, 16 Feb 2002 00:53:59 +0000
2001
python-pyqt (2.5-1.2) unstable; urgency=low
* Non-maintainer release: Ooops, it needs a build-dependency on
python2.1-dev and a dependency on python (>= 2.1), python (<< 2.2),
otherwise a future rebuild of the package may lead to inconsistent
dependencies. To play safe, I also made the dependencies and
build-dependencies on sip/libsip versioned.
-- Gregor Hoffleit <flight@debian.org> Mon, 31 Dec 2001 11:31:26 +0100
python-pyqt (2.5-1.1) unstable; urgency=low
* Non-maintainer release: rebuilt for Python 2.1 (closes: Bug#121534).
-- Gregor Hoffleit <flight@debian.org> Mon, 31 Dec 2001 00:41:26 +0100
python-pyqt (2.5-1) unstable; urgency=low
* Upstream upgrade * Syncs with sip 2.5 (closes: Bug#109283) * Leaves almost all examples uncompressed (closes: Bug#104761)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Mon, 20 Aug 2001 14:05:25 +0100
python-pyqt (2.4-3) unstable; urgency=low
* Automatic depend from xlibs breaks installation (my version was
higher than the one at the Debian sites)
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Sat, 30 Jun 2001 04:06:12 +0100
python-pyqt (2.4-2) unstable; urgency=low
* Added build-deps (closes: Bug#102117) * Added man page for pyuic
-- Ricardo Javier Cardenes Medina <rcardenes@debian.org> Mon, 25 Jun 2001 04:10:19 +0100
python-pyqt (2.4-1) unstable; urgency=low
* Initial Release. (closes: Bug#93906)
-- Ricardo Javier Cardenes Medina <rcardenes@id-agora.com> Fri, 22 Jun 2001 03:08:41 +0100