[Python-modules-commits] r19532 - in packages/python-qt4/trunk/debian (5 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Dec 6 22:13:23 UTC 2011
Date: Tuesday, December 6, 2011 @ 22:13:20
Author: piotr
Revision: 19532
* remove PyQt4.uic.port_v3 from python-qt4 package and PyQt4.uic.port_v2 from python3-pyqt4 package
* fix cleaninig python3-*-dbg packages (typo in debian/rules)
* remove sip/pyqt-gpl.sip5 in clean target
Added:
packages/python-qt4/trunk/debian/python-qt4.pyremove
Modified:
packages/python-qt4/trunk/debian/changelog
packages/python-qt4/trunk/debian/clean
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 2011-12-06 21:48:07 UTC (rev 19531)
+++ packages/python-qt4/trunk/debian/changelog 2011-12-06 22:13:20 UTC (rev 19532)
@@ -5,7 +5,7 @@
[ Scott Kitterman ]
* New upstream release
- Drop debian/patches/fix_uiparser_buttonbox.diff (was from upstream)
- * Build for python3 (except for dbus and opengl)
+ * Build for python3 (except for dbus)
- Add python3-all-dev/dbg and python3-sip-dev/dbg to build-depends
- Add python3-qt4-* packages
- Add X-Python-Version to debian/rules
Modified: packages/python-qt4/trunk/debian/clean
===================================================================
--- packages/python-qt4/trunk/debian/clean 2011-12-06 21:48:07 UTC (rev 19531)
+++ packages/python-qt4/trunk/debian/clean 2011-12-06 22:13:20 UTC (rev 19532)
@@ -1,3 +1,4 @@
debian/python-qt4-dbus.install
designer/python.pro
designer/Makefile
+sip/pyqt-gpl.sip5
Modified: packages/python-qt4/trunk/debian/control
===================================================================
--- packages/python-qt4/trunk/debian/control 2011-12-06 21:48:07 UTC (rev 19531)
+++ packages/python-qt4/trunk/debian/control 2011-12-06 22:13:20 UTC (rev 19532)
@@ -25,7 +25,6 @@
Build-Conflicts: python-xml, python-xml-dbg
Standards-Version: 3.9.2
X-Python-Version: >= 2.4
-X-Python3-Version: >= 3.0
Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-qt4/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-qt4/trunk/
Added: packages/python-qt4/trunk/debian/python-qt4.pyremove
===================================================================
--- packages/python-qt4/trunk/debian/python-qt4.pyremove (rev 0)
+++ packages/python-qt4/trunk/debian/python-qt4.pyremove 2011-12-06 22:13:20 UTC (rev 19532)
@@ -0,0 +1 @@
+PyQt4/uic/port_v3
Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules 2011-12-06 21:48:07 UTC (rev 19531)
+++ packages/python-qt4/trunk/debian/rules 2011-12-06 22:13:20 UTC (rev 19532)
@@ -119,7 +119,7 @@
mv $$i $$(dirname $$i)/$${b}_d.so; \
done
- find debian/python-*-dbg ! -type d \
+ find debian/python*-dbg ! -type d \
! \( -name '*.so' -o -name '*config_d.py' \) | xargs rm -f
find debian/python-*-dbg -depth -type d -empty -exec rmdir {} \;
@@ -221,6 +221,7 @@
endif
dh_python2 --no-dbg-cleaning
dh_python3 --no-dbg-cleaning
+ rm -r debian/python3-pyqt4/usr/lib/python3/dist-packages/PyQt4/uic/port_v2
dh_fixperms
dh_compress -X.py -X.bmp -X.ui -X.sql -X.xml
dh_installdeb
More information about the Python-modules-commits
mailing list