Skip to content

Debian Changelog python-qt4 (4.6-1)

2009

python-qt4 (4.6-1) unstable; urgency=low

   [ Torsten Marek ]
   * debian/rules
     - Fix .noinit creation for Python 2.6 by using py_sitename in install-arch-%
 
   [ Michael Casadevall ]
   * New upstream release
   * debian/control:
     - Updated for new release of sip4

 -- Michael Casadevall <mcasadevall@debian.org>  Wed, 07 Oct 2009 09:53:11 -0400

python-qt4 (4.5.4-1) unstable; urgency=low

   [ Torsten Marek ]
   * New upstream release
   * Acknowledge NMU. (Thanks, Bastian!)
     + Closes: #536900
   * debian/patches/05_license_check.dpatch
     - Dropped, fixed in new upstream release
   * debian/control
     - Added conflict with python-qt4-common to python-qt4 (Closes: #536595)
     - Bumped standards version to 3.8.2, no changes necessary
   * debian/rules
     - Fix install-arch to allow parallel builds (Closes: #539053)
   * debian/compat
     - Raise debhelper compatibility level to 7
 
   [ Michael Casadevall ]
   * Reinstalled uic/widget-plugins at upstream location (Closes: #541475)
     - Adapted debian/rules and python-qt4.install
     - Thanks Didier Raboud for the patch
   * debian/control:
     - Bumped standards version to 3.8.3
     - Add Break: python-kde4 (<< 4:4.2.4) due to ABI change (Closes: #540057)

 -- Torsten Marek <shlomme@debian.org>  Fri, 28 Aug 2009 20:34:19 +0200

python-qt4 (4.5.1-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Fix license check. (closes: #536900)

 -- Bastian Blank <waldi@debian.org>  Tue, 28 Jul 2009 19:49:44 +0000

python-qt4 (4.5.1-1) unstable; urgency=low

   * New upstream bugfix release
   * debian/control
     - Bump all dependencies on sip to 4.8.1

 -- Torsten Marek <shlomme@debian.org>  Thu, 18 Jun 2009 20:59:11 +0200

python-qt4 (4.5-1) unstable; urgency=low

   * New upstream release (Closes: #486931, #480296, #520188)
   * debian/python-qt4.install
     - Install QtScriptTools module
   * debian/rules
     - Don't try to install missing dbus modules for Python 2.6
     - Share configuration options between debug and normal builds
     - Do not link against libGL.so and libGLU.so
   * debian/patches/01_configure.dpatch
     - Updated for qpy support modules
   * debian/patches/02_htmllinks.dpatch
     - Updated
   * debian/patches/04_widget-plugins_location.dpatch
     - Updated
   * debian/control
     - Build-dependencies and dependencies bumped to sip 4.8
     - Removed python-qt4-common, not needed anymore because
       python-qt4-dev does not ship Python files anymore
   * debian/pyuic4
     - Added simple wrapper script for pyuic4

 -- Torsten Marek <shlomme@debian.org>  Tue, 09 Jun 2009 23:54:50 +0200

python-qt4 (4.4.4-6) unstable; urgency=medium

   * medium urgency as we are fixing a RC bug which makes
     several other packages FTBFS.
   * debian/rules:
     - Prepare build-process for Python 2.6.
     - Install the python-qt4-dbus debug extensions properly again,
       they were forgotten during the migration to python-support.
     - Move pyuic4's widget-plugins directory to
       /usr/share/python-qt4 as the directory must not be a
       namespace package - therefore it doesn't make sense to install
       it within the normal modules directory.
       Thanks to Pierre Chifflier for the bugreport (Closes: #523059).
   * debian/*.install:
     - Handle *-package directories to support Python 2.6.
   * debian/control:
     - Use versioned dependencies on python-qt4-common,
       thanks to Zed Pobre for the bug report (Closes: #505572).
     - pyqt4-dev-tools: make the dependency on python-qt a
       versioned one.
   * debian/patches/04_widget-plugins_location.dpatch:
     - Adding patch to tell pyuic about the new location of the
       widget plugins.

 -- Bernd Zeimetz <bzed@debian.org>  Wed, 08 Apr 2009 23:14:23 +0200

python-qt4 (4.4.4-5) unstable; urgency=low

   * debian/control:
     - Switch to python-support, drop all X*-Python fields.
     - Adding myeslf to Uploaders.
   * debian/rules:
     - Avoid all insane hacks which were messing with
       /var/lib/python-support. This was prone to fail in any case,
       and will result in FTBFS as soon as python-support 1.0 will
       hit unstable. This should also fix #512739 as python-support
       uses triggers, so the broken 'local' file (which was installed
       via python-central from an old package) will be gone.
       (Closes: #512739)
     - Create debian/python-qt4-dbus.install on the fly as
       directories may change depending on the used python-support
       version.
   * debian/README.source, debian/pycompat:
     - Dropping file, not needed anymore.
   * debian/python-qt4-dbus.install: dropping file, see above.
   * debian/pyversions: create file, build for Python 2.4 and later.

 -- Bernd Zeimetz <bzed@debian.org>  Mon, 06 Apr 2009 22:56:52 +0200

python-qt4 (4.4.4-4) unstable; urgency=low

   [ Sandro Tosi ]
   * debian/manpages/pyuic4.1
     - fixed minor error; thanks to Ori Avtalion for the report; Closes: #518957
 
   [ Michael Casadevall ]
   * Moved package from experimental to unstable
   * debian/control:
     - Updated my email to mcasadevall@debian.org
     - Bumped standards version to 3.8.1
     - Corrected section mismatches
       - Changed python-qt-*-dbg section to debug
     - Tightened build-deps to match normal dependences.
       - sip4 versioned to build against 4.7.9 matching the Depends

 -- Michael Casadevall <mcasadevall@debian.org>  Sun, 05 Apr 2009 11:35:15 -0400

2008

python-qt4 (4.4.4-3) experimental; urgency=low

   [ Torsten Marek ]
   * debian/control
     - increase python-sip4 dependecy to 4.7.9, needed by python-qt4-phonon
 
   [ Michael Casadevall ]
   * Merge of patches from Ubuntu to correct ARM support (LP: #308814)
     - Added debian/patches/03_qreal_float_support.dpatch
       - Corrects a configuration test which caused qreals to end up
         as floats on non-ARM architectures, and as doubles on ARM architectures.
       - Added handling of doubles on qreal != float for QLists
       - Moved pyqtconfig.py from python-qt4-dev to python-qt4
   * debian/rules:
     - Moved pyqtconfig.py installation to python-qt4.install
     - Standardized the uses of spaces and tabs
   * debian/python-qt4.install
     - Install pyqtconfig.py files into python-qt4 vs. python-qt4-dev.
       This is because python-qt4 is arch any, and python-qt4-dev is
       arch all, and the config file can be different on different
       architectures (i.e. ARM)
   * debian/control:
     - Added necessary conflict/replaces to python-qt4
     - Added myself to uploaders

 -- Michael Casadevall <sonicmctails@gmail.com>  Sun, 21 Dec 2008 01:09:39 -0500

python-qt4 (4.4.4-2) experimental; urgency=low

   * debian/patches
    - Dropped arm/armel specific patches for qreal issues, support for
      that has been added upstream. Thanks to Matthias Klose
      (Closes: #506682)
    - cleaned up cruft from 01_configure patch

 -- Torsten Marek <shlomme@debian.org>  Sun, 23 Nov 2008 22:37:14 +0100

python-qt4 (4.4.4-1) experimental; urgency=low

   [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
   [ Torsten Marek ]
   * New upstream release
   * debian/control
     - add build-dependency to libphonon-dev 4:4.2.0-2
     - new packages python-qt4-phonon{-dbg} with bindings to Phonon
     - bump build-dependency on sip to 4.7.8
     - cleanup dependencies of debug packages
   * debian/rules
     - adapt to changes in configure.py
   * debian/patches/01_configure.py
     - disabling Designer plugin build is supported by upstream configure
       script now, remove own configuration option
     - libphonon-dev 4:4.2.0-2 is compatible with Phonon distributed
       with Qt 4.4, no need for workarounds any more

 -- Torsten Marek <shlomme@debian.org>  Sat, 22 Nov 2008 19:32:27 +0100

python-qt4 (4.4.3-1) experimental; urgency=low

   * New upstream release

 -- Torsten Marek <shlomme@debian.org>  Tue, 12 Aug 2008 08:13:10 +0200

python-qt4 (4.4.2-4) unstable; urgency=medium

   * urgency=medium to speed up migration to testing
   * debian/control
     - build with -Wl,--no-relax on alpha
     - link with -Wl,-O1 to speed up dynamic loading
     - build with -Os, decreases size of so's by about 10%
     - don't overwrite CXXFLAGS

 -- Torsten Marek <shlomme@debian.org>  Thu, 03 Jul 2008 22:45:26 +0200

python-qt4 (4.4.2-3) unstable; urgency=medium

   * urgency=medium to speed up QScintilla2 migration to testing
   * debian/rules
     - properly escape dollar sign in sed expressions
     - compile with -O1 on gcc 4.2

 -- Torsten Marek <shlomme@debian.org>  Tue, 01 Jul 2008 11:22:20 +0200

python-qt4 (4.4.2-2) unstable; urgency=medium

   * Fix build failure on Mips(el) architectures
   * urgency=medium to speed up QScintilla2 migration to testing
   * Phonon bindings have to wait until Phonon 4.2 comes to unstable
   * debian/patches
     - drop qreal fixes for Mips(el) to fix build failure
     - prepare configure.py patch for phonon bindings build
   * debian/control
     - fix GCC version detection
     - only split into 10 parts for non-4.2 GCCs
     - set optimization to -O2

 -- Torsten Marek <shlomme@debian.org>  Wed, 25 Jun 2008 01:33:43 +0200

python-qt4 (4.4.2-1) unstable; urgency=low

   [ Sandro Tosi ]
   * debian/control
     - added Build-Conflicts to python-xml
     - added Depends on libqt4-opengl for python-qt4-gl (Closes: #480293)
     - added libqt4-opengl-dev to Build-Dep; thanks to Sune Vuorela (Closes:
       #479924)
     - updated Homepage field
     - bump Standard-Version to 3.8.0 (no changes needed)
   * debian/watch
     - updated
 
   [ Torsten Marek ]
   * New upstream release (Closes: #481603)
   * debian/control
     - bump sip4 build-dependency to 4.7.6
     - bump python-sip4 dependency to 4.7.6

 -- Torsten Marek <shlomme@debian.org>  Wed, 11 Jun 2008 23:25:48 +0200

python-qt4 (4.3.3-3) unstable; urgency=low

   * debian/rules
     - Installed PyQt4/__init__.py in correct location
       for new python-central version (Closes: #472049).
 
   * debian/control
     - Updated build dependency on python-central to 0.6
     - Build-conflict with python-xml for the time being,
       debug DBus module cannot be imported otherwise.
     - Set Maintainer field to DPMT.
     - Added myself to uploaders.
     - Drop -1 suffixes from build dependencies.
     - Fixed spelling of Python.
 
   * debian/copyright
     - Updated copyright information.
 
   * Fixed section of python-qt4-doc doc-base document
     to be Programming/Python

 -- Torsten Marek <shlomme@debian.org>  Fri, 21 Mar 2008 20:37:38 +0100

python-qt4 (4.3.3-2) unstable; urgency=low

   [ Sandro Tosi ]
   * debian/control
     - uniforming Vcs-Browser field
 
   [ Torsten Marek ]
   * Override LFLAGS from qmake-qt4, libqt4-dev 4.3.3-1 changed
     from -Wl,--as-needed to -Wl,--no-undefined. This lead
     to Python symbols to be reported as undefined references.
     (Closes: #458869)
   * Use bzip2 as compression method for debs, since the
     packages with the debug symbols are quite large.

 -- Torsten Marek <shlomme@debian.org>  Sun, 06 Jan 2008 12:26:24 +0100

2007

python-qt4 (4.3.3-1) unstable; urgency=low

   * New upstream release.
   * Bumped Standards version to 3.7.3, no changes necessary.
   * Changed priority of python-qt4-dbus-dbg to extra.
   * Fixed lintian warnings for doc-base, renamed document
     from PyQt4 to pyqt4

 -- Torsten Marek <shlomme@debian.org>  Sun, 16 Dec 2007 15:14:57 +0100

python-qt4 (4.3.1-1) unstable; urgency=low

   [ Piotr Ożarowski ]
   * Vcs-Svn, Vcs-Browser and Homepage fields added
 
   [ Torsten Marek ]
   * New upstream release. (Closes: #445337)
   * Added python-qt4-dbus-dbg package.

 -- Torsten Marek <shlomme@debian.org>  Mon, 22 Oct 2007 18:35:19 +0200

python-qt4 (4.3-7) unstable; urgency=low

   * Added watch file.
   * python-qt4-{sql,gl}-dbg now really contain debug extensions.
   * Do not strip the Qt4 desigern plugin in the Makefile
   * Correctly install debug symbols.

 -- Torsten Marek <shlomme@debian.org>  Sun, 16 Sep 2007 10:53:32 +0200

python-qt4 (4.3-6) experimental; urgency=low

   * Merged back changes from Ubuntu:
   * Added debug packages. (Closes: #435652)
   * Move dbus mainloop module to other location. (Closes: #439359)

 -- Torsten Marek <shlomme@debian.org>  Wed, 12 Sep 2007 19:18:31 +0200

python-qt4 (4.3-5) unstable; urgency=low

   * Added DPMT to uploaders field.
   * Changed patch to substitute double by float where needed
     instead of qreal, because there is a sip bug that prevents
     a proper fix.
   * Split into more files and use -O1 only to be able to build with
     g++ 4.2.

 -- Torsten Marek <shlomme@debian.org>  Mon, 03 Sep 2007 23:12:09 +0200

python-qt4 (4.3-4) unstable; urgency=low

   * Forward CXXFLAGS to the build system (Closes: #438392)
   * Handle nostrip build option correctly (Closes: #437867)
   * Fixed another build error related to qreal/double/float.
   * Added dpatch patch list for armel.

 -- Torsten Marek <shlomme@debian.org>  Sun, 12 Aug 2007 15:31:52 +0200

python-qt4 (4.3-3) unstable; urgency=low

   * Include patch for build issues on ARM and Mips. (Closes: #434378)
   * Put PyQt4/__init__.py into new package python-qt4-common
     It's not an elegant solution, but a clean one at least.
   * python-qt4-dev depends on python-sip4-dev

 -- Torsten Marek <shlomme@debian.org>  Tue, 07 Aug 2007 23:11:19 +0200

python-qt4 (4.3-2) unstable; urgency=low

   * It's the simple things...
   * readded __init__.py in PyQt4

 -- Torsten Marek <shlomme@debian.org>  Wed, 01 Aug 2007 21:42:36 +0200

python-qt4 (4.3-1) unstable; urgency=low

   * New upstream release (Closes: #435392, #397551)
   * pyqtconfig.py is now contained in python-qt4-dev
   * Includes the QtTest module
   * Added manpages for pyuic4, pyrcc4 and pylupdate4.

 -- Torsten Marek <shlomme@debian.org>  Tue, 31 Jul 2007 20:00:26 +0200

python-qt4 (4.2-1) unstable; urgency=low

   * DBus support module is now built
   * QtDesigner module is now built
   * QtDesigner plugin for PyQt4 widget support is now built

 -- Torsten Marek <shlomme@debian.org>  Sat, 19 May 2007 22:18:14 +0200

python-qt4 (4.2-0) unstable; urgency=low

   * New upstream release
   * QtDesigner plugin support still missing
   * DBus support still missing

 -- Torsten Marek <shlomme@debian.org>  Mon, 07 May 2007 21:53:56 +0200

python-qt4 (4.1.1-1) experimental; urgency=low

   * New upstream release
   * Dropped unused patches

 -- Torsten Marek <shlomme@debian.org>  Wed, 3 Jan 2007 21:10:54 +0100

2006

python-qt4 (4.0.1-5) unstable; urgency=low

   * Build-depend on fixed version of libqt4-dev
   * Drop build-dependency on GLib 2.0 (Closes: #393067)
   * Merge all Qt 4.2 patches into one patch
   * Install API documentation files (Closes: #393921)
   * Added doc-base file for documentation package

 -- Torsten Marek <shlomme@debian.org>  Thu, 19 Oct 2006 20:08:27 +0200

python-qt4 (4.0.1-4) unstable; urgency=medium

   * The "You are now entering a world of pain" release
   * Include the minimal amount of changes to build against
     Qt 4.2
   * Build-depend against Glib 2.0 (Closes: #393067)

 -- Torsten Marek <shlomme@debian.org>  Mon, 16 Oct 2006 22:09:39 +0200

python-qt4 (4.0.1-3) unstable; urgency=low

   * Rebuilt with fixed sip4 to include QtAssistantClient
     (Closes: #385818)

 -- Torsten Marek <shlomme@debian.org>  Sun, 17 Sep 2006 13:41:52 +0200

python-qt4 (4.0.1-2) unstable; urgency=low

   * Surround imports in Qt.py with exception handlers
     (Closes: #381432)

 -- Torsten Marek <shlomme@debian.org>  Wed, 30 Aug 2006 14:54:59 +0200

python-qt4 (4.0.1-1) unstable; urgency=low

   * New upstream release (Closes: #378086)

 -- Torsten Marek <shlomme@debian.org>  Sun, 16 Jul 2006 12:15:35 +0200

python-qt4 (4.0-2) unstable; urgency=low

   * Install distinct pyqtconfig.py for all python versions
   * Added debian/pycompat (level 2)

 -- Torsten Marek <shlomme@debian.org>  Mon, 10 Jul 2006 19:13:10 +0200

python-qt4 (4.0-1) unstable; urgency=low

   * Initial upload (Closes: #362185, #372872)

 -- Torsten Marek <shlomme@debian.org>  Tue, 27 Jun 2006 00:23:48 +0200