[Python-modules-commits] r8140 - in packages/python-qt4/trunk/debian (changelog control rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Mon Apr 6 20:56:02 UTC 2009
Date: Monday, April 6, 2009 @ 20:56:02
Author: bzed
Revision: 8140
- Adding myeslf to Uploaders.
- Build for all Python versions by default.
- Create debian/python-qt4-dbus.install on the fly as
directories may change depending on the used python-support
version.
* debian/python-qt4-dbus.install: dropping file, see above.
Modified:
packages/python-qt4/trunk/debian/changelog
packages/python-qt4/trunk/debian/control
packages/python-qt4/trunk/debian/rules
Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog 2009-04-06 16:30:48 UTC (rev 8139)
+++ packages/python-qt4/trunk/debian/changelog 2009-04-06 20:56:02 UTC (rev 8140)
@@ -2,6 +2,7 @@
* 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,
@@ -10,12 +11,15 @@
uses triggers, so the broken 'local' file (which was installed
via python-central from an old package) will be gone.
(Closes: #512739)
+ - Build for all Python versions by default.
+ - 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: create file on the fly as
- directories may change depending on the used python-support version.
+ * debian/python-qt4-dbus.install: dropping file, see above.
- -- Bernd Zeimetz <bzed at debian.org> Mon, 06 Apr 2009 18:32:37 +0200
+ -- Bernd Zeimetz <bzed at debian.org> Mon, 06 Apr 2009 22:56:52 +0200
python-qt4 (4.4.4-4) unstable; urgency=low
Modified: packages/python-qt4/trunk/debian/control
===================================================================
--- packages/python-qt4/trunk/debian/control 2009-04-06 16:30:48 UTC (rev 8139)
+++ packages/python-qt4/trunk/debian/control 2009-04-06 20:56:02 UTC (rev 8140)
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Torsten Marek <shlomme at debian.org>, Michael Casadevall <mcasadevall at debian.org>
+Uploaders: Torsten Marek <shlomme at debian.org>, Michael Casadevall <mcasadevall at debian.org>, bernd Zeimetz <bzed at debian.org>
Build-Depends: debhelper (>= 5.0.38), python-all-dev, libqt4-dev (>= 4.3.0), sip4 (>= 4.7.9), python-sip4-dev (>= 4.7.8), python-support (>= 0.7.1), dpatch, python-dbus (>= 0.80.0), python-dbus-dbg, libdbus-1-dev (>= 1.0.2), python-all-dbg, python-sip4-dbg, libqt4-opengl-dev, libphonon-dev (>= 4:4.2.0-2)
Build-Conflicts: python-xml, python-xml-dbg
Standards-Version: 3.8.1
Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules 2009-04-06 16:30:48 UTC (rev 8139)
+++ packages/python-qt4/trunk/debian/rules 2009-04-06 20:56:02 UTC (rev 8140)
@@ -26,7 +26,7 @@
endif
endif
-PYTHONS := $(shell pyversions -vr debian/control)
+PYTHONS := $(shell pyversions -vs)
DEFAULT_PYTHON := $(shell pyversions -vd)
@@ -135,6 +135,7 @@
#FIXME - copying the file to /usr/bin is not the best way,
# it should be imported properly instead.
+ # probably like ipython handles it.
cp pyuic/uic/pyuic.py debian/pyqt4-dev-tools/usr/bin/pyuic4
rm debian/*/usr/lib/*/site-packages/PyQt4/uic/pyuic.py
More information about the Python-modules-commits
mailing list