> I'm about to upload a NMU fixing this bug. Sorry, patch attached now.
-- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 We learned that the Linux load average rolls over at 1024. And we actually found this out empirically. -- H. Peter Anvin from kernel.org
diff -u libqt-perl-3.008/debian/changelog libqt-perl-3.008/debian/changelog --- libqt-perl-3.008/debian/changelog +++ libqt-perl-3.008/debian/changelog @@ -1,3 +1,25 @@ +libqt-perl (3.008-1.4) unstable; urgency=low + + * Non-maintainer upload. + + * Rebuild against transitioned Qt libraries. (Closes: #327993) + + * Now that libsmokeqt1 is available everywhere, don't use the internal copy + of the library on mips and mipsel. Changes: + + + debian/control: + - build-depend on libsmokeqt-dev on all arches + - drop build-dependency on chrpath + - remove ${mipsen:Conflicts} from libqt-perl's Conflicts line + + + debian/rules: + - no --enable-smoke for ./configure + - no make -C smoke call + - no chrpath invocation + - no -Vmipsen:Conflicts for dh_gencontrol + + -- Adeodato Simó <[EMAIL PROTECTED]> Wed, 26 Oct 2005 22:42:24 +0200 + libqt-perl (3.008-1.3) unstable; urgency=low * Non-maintainer upload. diff -u libqt-perl-3.008/debian/control libqt-perl-3.008/debian/control --- libqt-perl-3.008/debian/control +++ libqt-perl-3.008/debian/control @@ -2,14 +2,13 @@ Section: perl Priority: optional Maintainer: Peter Hawkins <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libqt3-mt-dev, perl (>= 5.8.0), automake1.7, autoconf, chrpath [mips mipsel], libsmokeqt-dev (>> 4:3.2.3-1) [!mips !mipsel] +Build-Depends: debhelper (>> 3.0.0), libqt3-mt-dev, perl (>= 5.8.0), automake1.7, autoconf, libsmokeqt-dev (>> 4:3.2.3-1) Build-Conflicts: libqt-perl Standards-Version: 3.6.1 Package: libqt-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends} -Conflicts: ${mipsen:Conflicts} Description: Perl bindings for the Qt library This module lets you use the Qt library from Perl. It provides an object-oriented interface and is easy to use. diff -u libqt-perl-3.008/debian/rules libqt-perl-3.008/debian/rules --- libqt-perl-3.008/debian/rules +++ libqt-perl-3.008/debian/rules @@ -13,17 +13,6 @@ # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) - -MISSING_LIBSMOKEQT_ARCHES = mips mipsel - -ifneq (,$(findstring $(DEB_HOST_ARCH),$(MISSING_LIBSMOKEQT_ARCHES))) - EXTRA_CONFIGURE_ARGS := --enable-smoke - CONFLICTS := libsmokeqt1, libsmokeqt-dev -else - RUN_CHRPATH := /bin/true -endif - CFLAGS = -Wall -g @@ -42,7 +31,7 @@ aclocal-1.7 automake-1.7 autoconf - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-qt-dir=/usr/share/qt3 --disable-rpath $(EXTRA_CONFIGURE_ARGS) + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-qt-dir=/usr/share/qt3 --disable-rpath build: build-stamp @@ -50,13 +39,8 @@ dh_testdir # Add here commands to compile the package. -ifneq (,$(findstring $(DEB_HOST_ARCH),$(MISSING_LIBSMOKEQT_ARCHES))) - $(MAKE) -C smoke LD_RUN_PATH= CXXFLAGS=-Wa,-xgot -endif $(MAKE) LD_RUN_PATH= - $(RUN_CHRPATH) chrpath -d smoke/qt/.libs/libsmokeqt.so - touch build-stamp clean: @@ -138,7 +122,7 @@ dh_installdeb # dh_perl dh_shlibdeps - dh_gencontrol -- "-Vmipsen:Conflicts=$(CONFLICTS)" + dh_gencontrol dh_md5sums dh_builddeb