[Python-modules-commits] r4314 - in packages/python-qt4/trunk/debian (changelog rules)
shlomme at users.alioth.debian.org
shlomme at users.alioth.debian.org
Sun Jan 6 11:28:11 UTC 2008
Date: Sunday, January 6, 2008 @ 11:28:10
Author: shlomme
Revision: 4314
* prepare upload 4.3.3-2 to fix #458869
Modified:
packages/python-qt4/trunk/debian/changelog
packages/python-qt4/trunk/debian/rules
Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog 2008-01-06 10:48:43 UTC (rev 4313)
+++ packages/python-qt4/trunk/debian/changelog 2008-01-06 11:28:10 UTC (rev 4314)
@@ -1,10 +1,19 @@
-python-qt4 (4.3.3-2) UNRELEASED; urgency=low
+python-qt4 (4.3.3-2) unstable; urgency=low
+ [ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
- -- Sandro Tosi <matrixhasu at gmail.com> Thu, 03 Jan 2008 12:12:22 +0100
+ [ 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 at debian.org> Sun, 06 Jan 2008 12:26:24 +0100
+
python-qt4 (4.3.3-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules 2008-01-06 10:48:43 UTC (rev 4313)
+++ packages/python-qt4/trunk/debian/rules 2008-01-06 11:28:10 UTC (rev 4314)
@@ -38,26 +38,26 @@
# LIBS_* is unset to avoid linking to too many libraries
# STRIP is unset to let stripping be handled by dh_strip
mkdir -p build-$*
- cd build-$* && echo yes \
- | python$* ../configure.py \
+ cd build-$* && python$* ../configure.py \
+ --confirm-license \
-q /usr/bin/qmake-qt4 -c \
-j $(SPLIT) -m /usr/lib/python$*/config \
$(if $(filter $(DEFAULT_PYTHON),$*),,--disable-designer-plugin) \
LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
- CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP="" MOC=moc-qt4
+ LFLAGS="" CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP="" MOC=moc-qt4
touch $@
dbg-build-%/configure-stamp: patch-stamp
dh_testdir
mkdir -p dbg-build-$*
- cd dbg-build-$* && echo yes \
- | python$*-dbg ../configure.py \
+ cd dbg-build-$* && python$*-dbg ../configure.py \
+ --confirm-license \
-q /usr/bin/qmake-qt4 -c \
-j $(SPLIT) -l /usr/include/python$*_d \
-m /usr/lib/python$*/config_d \
$(if $(filter $(DEFAULT_PYTHON),$*),,--disable-designer-plugin) \
LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
- CXXFLAGS_RELEASE="-O0 -g" STRIP="" MOC=moc-qt4
+ LFLAGS="" CXXFLAGS_RELEASE="-O0 -g" STRIP="" MOC=moc-qt4
touch $@
build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp)
@@ -181,7 +181,7 @@
dh_shlibdeps
dh_gencontrol
dh_md5sums
- dh_builddeb
+ dh_builddeb -- -Z bzip2
# Build architecture independant packages using the common target.
binary-indep: install-indep
More information about the Python-modules-commits
mailing list