[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#475402: marked as done (qt4-x11 FTBFS on mips and mipsel)



Your message dated Sat, 12 Apr 2008 09:32:40 +0000
with message-id <E1Jkc6C-0006qI-78@ries.debian.org>
and subject line Bug#475402: fixed in qt4-x11 4.4.0~rc1-3
has caused the Debian Bug report #475402,
regarding qt4-x11 FTBFS on mips and mipsel
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
475402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475402
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qt4-x11
Version: 4.4.0~rc1-2
Tags: patch

The latest version of qt4-x11 fails to build on mips and mipsel because
it introduced two new atomic operations without the necessary assembler
.set directives. The attached file updates the mips patch accordingly.


Thiemo
author: Thiemo Seufer <ths@debian.org>

Fix compilation for Linux MIPS-I code.

Index: qt4-x11-4.4.0~rc1/src/corelib/arch/mips/qatomic32.s
===================================================================
--- qt4-x11-4.4.0~rc1.orig/src/corelib/arch/mips/qatomic32.s	2008-04-04 09:41:05.000000000 +0100
+++ qt4-x11-4.4.0~rc1/src/corelib/arch/mips/qatomic32.s	2008-04-10 15:27:59.000000000 +0100
@@ -6,10 +6,12 @@
 	.globl	q_atomic_test_and_set_int
 	.ent	q_atomic_test_and_set_int
 q_atomic_test_and_set_int:
+	.set mips2
 1:	ll   $8,0($4)
 	bne  $8,$5,2f
 	move $2,$6
 	sc   $2,0($4)
+	.set mips0
 	beqz $2,1b
 	nop
 	jr   $31
@@ -21,6 +23,7 @@
 	.globl	q_atomic_test_and_set_acquire_int
 	.ent	q_atomic_test_and_set_acquire_int
 q_atomic_test_and_set_acquire_int:
+	.set mips2
 1:	ll   $8,0($4)
 	bne  $8,$5,2f
 	move $2,$6
@@ -30,6 +33,7 @@
 	jr   $31
 	nop
 2:	sync
+	.set mips0
 	jr   $31
 	move $2,$0
 	.end	q_atomic_test_and_set_acquire_int
@@ -37,11 +41,13 @@
 	.globl	q_atomic_test_and_set_release_int
 	.ent	q_atomic_test_and_set_release_int
 q_atomic_test_and_set_release_int:
+	.set mips2
 	sync
 1:	ll   $8,0($4)
 	bne  $8,$5,2f
 	move $2,$6
 	sc   $2,0($4)
+	.set mips0
 	beqz $2,1b
 	nop
 	jr   $31
@@ -53,10 +59,12 @@
 	.globl	q_atomic_test_and_set_ptr
 	.ent	q_atomic_test_and_set_ptr
 q_atomic_test_and_set_ptr:
+	.set mips2
 1:	ll   $8,0($4)
 	bne  $8,$5,2f
 	move $2,$6
 	sc   $2,0($4)
+	.set mips0
 	beqz $2,1b
 	nop
 	jr   $31
@@ -68,6 +76,7 @@
 	.globl	q_atomic_test_and_set_acquire_ptr
 	.ent	q_atomic_test_and_set_acquire_ptr
 q_atomic_test_and_set_acquire_ptr:
+	.set mips2
 1:	ll   $8,0($4)
 	bne  $8,$5,2f
 	move $2,$6
@@ -77,6 +86,7 @@
 	jr   $31
 	nop
 2:	sync
+	.set mips0
 	jr   $31
 	move $2,$0
 	.end	q_atomic_test_and_set_acquire_ptr
@@ -84,11 +94,13 @@
 	.globl	q_atomic_test_and_set_release_ptr
 	.ent	q_atomic_test_and_set_release_ptr
 q_atomic_test_and_set_release_ptr:
+	.set mips2
 	sync
 1:	ll   $8,0($4)
 	bne  $8,$5,2f
 	move $2,$6
 	sc   $2,0($4)
+	.set mips0
 	beqz $2,1b
 	nop
 	jr   $31

--- End Message ---
--- Begin Message ---
Source: qt4-x11
Source-Version: 4.4.0~rc1-3

We believe that the bug you reported is fixed in the latest version of
qt4-x11, which is due to be installed in the Debian FTP archive:

libqt4-assistant_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-assistant_4.4.0~rc1-3_amd64.deb
libqt4-core_4.4.0~rc1-3_all.deb
  to pool/main/q/qt4-x11/libqt4-core_4.4.0~rc1-3_all.deb
libqt4-dbg_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbg_4.4.0~rc1-3_amd64.deb
libqt4-dbus_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbus_4.4.0~rc1-3_amd64.deb
libqt4-designer_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-designer_4.4.0~rc1-3_amd64.deb
libqt4-dev_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.4.0~rc1-3_amd64.deb
libqt4-gui_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.4.0~rc1-3_amd64.deb
libqt4-help_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-help_4.4.0~rc1-3_amd64.deb
libqt4-network_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-network_4.4.0~rc1-3_amd64.deb
libqt4-opengl_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-opengl_4.4.0~rc1-3_amd64.deb
libqt4-qt3support_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.4.0~rc1-3_amd64.deb
libqt4-script_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-script_4.4.0~rc1-3_amd64.deb
libqt4-sql-ibase_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-ibase_4.4.0~rc1-3_amd64.deb
libqt4-sql-mysql_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-mysql_4.4.0~rc1-3_amd64.deb
libqt4-sql-odbc_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-odbc_4.4.0~rc1-3_amd64.deb
libqt4-sql-psql_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-psql_4.4.0~rc1-3_amd64.deb
libqt4-sql-sqlite2_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-sqlite2_4.4.0~rc1-3_amd64.deb
libqt4-sql-sqlite_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-sqlite_4.4.0~rc1-3_amd64.deb
libqt4-sql_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql_4.4.0~rc1-3_amd64.deb
libqt4-svg_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-svg_4.4.0~rc1-3_amd64.deb
libqt4-test_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-test_4.4.0~rc1-3_amd64.deb
libqt4-webkit-dbg_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-webkit-dbg_4.4.0~rc1-3_amd64.deb
libqt4-webkit_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-webkit_4.4.0~rc1-3_amd64.deb
libqt4-xml_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-xml_4.4.0~rc1-3_amd64.deb
libqt4-xmlpatterns-dbg_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-xmlpatterns-dbg_4.4.0~rc1-3_amd64.deb
libqt4-xmlpatterns_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-xmlpatterns_4.4.0~rc1-3_amd64.deb
libqtcore4_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/libqtcore4_4.4.0~rc1-3_amd64.deb
qt4-demos_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/qt4-demos_4.4.0~rc1-3_amd64.deb
qt4-designer_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/qt4-designer_4.4.0~rc1-3_amd64.deb
qt4-dev-tools_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/qt4-dev-tools_4.4.0~rc1-3_amd64.deb
qt4-doc_4.4.0~rc1-3_all.deb
  to pool/main/q/qt4-x11/qt4-doc_4.4.0~rc1-3_all.deb
qt4-qtconfig_4.4.0~rc1-3_amd64.deb
  to pool/main/q/qt4-x11/qt4-qtconfig_4.4.0~rc1-3_amd64.deb
qt4-x11_4.4.0~rc1-3.diff.gz
  to pool/main/q/qt4-x11/qt4-x11_4.4.0~rc1-3.diff.gz
qt4-x11_4.4.0~rc1-3.dsc
  to pool/main/q/qt4-x11/qt4-x11_4.4.0~rc1-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 475402@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fathi Boudra <fabo@debian.org> (supplier of updated qt4-x11 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 12 Apr 2008 07:48:37 +0200
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqt4-gui libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-ibase libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-svg libqt4-webkit libqt4-xml libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help libqt4-assistant libqt4-test libqt4-dev libqt4-dbg libqt4-webkit-dbg libqt4-xmlpatterns-dbg qt4-designer qt4-dev-tools qt4-qtconfig qt4-demos qt4-doc
Architecture: source all amd64
Version: 4.4.0~rc1-3
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra <fabo@debian.org>
Changed-By: Fathi Boudra <fabo@debian.org>
Description: 
 libqt4-assistant - Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-designer - Qt 4 designer module
 libqt4-dev - Qt 4 development files
 libqt4-gui - Qt 4 GUI module
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-script - Qt 4 script module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - Qt 4 WebKit module
 libqt4-webkit-dbg - Qt 4 WebKit library debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 qt4-demos  - Qt 4 examples and demos
 qt4-designer - Qt 4 Designer
 qt4-dev-tools - Qt 4 development tools
 qt4-doc    - Qt 4 API documentation
 qt4-qtconfig - Qt 4 configuration tool
Closes: 475324 475340 475402
Changes: 
 qt4-x11 (4.4.0~rc1-3) unstable; urgency=low
 .
   +++ Changes by Sune Vuorela:
 .
   * Clean up a bit in the dependencies of libqt4-dev. Removed dependencies:
     libqt4-sql-mysql, libqt4-sql-odbc, libqt4-sql-psql, libqt4-sql-sqlite,
     libqt4-sql-sqlite2, libqt4-sql-ibase, firebird2.0-dev, libaudio-dev,
     libcupsys2-dev, libdbus-1-dev, libfreetype6-dev, libglib2.0-dev,
     libice-dev, libiodbc2-dev, libjpeg62-dev, libmng-dev, libmysqlclient15-dev,
     libpam0g-dev, libpng12-dev, libpq-dev, libreadline5-dev, libsm-dev,
     libsqlite0-dev, libsqlite3-dev, libtiff4-dev, libx11-dev, libxcursor-dev,
     libxext-dev, libxft-dev, libxi-dev, libxinerama-dev, libxmu-dev,
     libxrandr-dev, libxrender-dev, libxslt1-dev, libxt-dev, x11proto-core-dev,
     zlib1g-dev
 .
   +++ Changes by Fathi Boudra:
 .
   * Add libqt4-svg dependency to libqt4-gui. It helps for the transition as
     libQtSvg.so.4 was previously in libqt4-gui package. (Closes: #475324)
   * Replace libqcncodecs.so in libqt4-gui (<< 4.4.0~beta1-1). (Closes: #475340)
   * Update 20_mips_atomic_ops patch. Qt4.4 introduced two new atomic operations
     without the necessary assembler .set directives.
     Thanks to Thiemo Seufer. (Closes: #475402)
Checksums-Sha1: 
 507f49d0a2e605e99f3b663497cc1b09b750b445 2564 qt4-x11_4.4.0~rc1-3.dsc
 cc9a726016406b22e3088388c197ca3d054e5962 83695 qt4-x11_4.4.0~rc1-3.diff.gz
 2934d9c5822d35e8b6877e9639719e2bc44c91db 25776 libqt4-core_4.4.0~rc1-3_all.deb
 fa676273bb19368b51f864d68ab58977c5b4696b 74119446 qt4-doc_4.4.0~rc1-3_all.deb
 93b4ff59a98c0d7d732daa3e20bbf08a1742fe43 2036948 libqtcore4_4.4.0~rc1-3_amd64.deb
 25395202111bfb52acb408f997f84cb18a5884ce 4227026 libqt4-gui_4.4.0~rc1-3_amd64.deb
 26a1e77ed28ebf7ae4dbb15f62dffffc3722d85b 445236 libqt4-network_4.4.0~rc1-3_amd64.deb
 8be5f1c328561dacd25d97b0dbaaae19610f2605 172844 libqt4-opengl_4.4.0~rc1-3_amd64.deb
 30269bbab5d207ed4a1d6dc555c40461804eaafc 490458 libqt4-script_4.4.0~rc1-3_amd64.deb
 c953aff9fd5dc84ea8bac4899476cac3f667e5a8 126546 libqt4-sql_4.4.0~rc1-3_amd64.deb
 e9e97c69aabaf113ee34765dd4edb5f0e86cbaf0 67804 libqt4-sql-ibase_4.4.0~rc1-3_amd64.deb
 31625dfcfbbfaedaf236cf28300047c750e0eb8b 52768 libqt4-sql-mysql_4.4.0~rc1-3_amd64.deb
 5470e9aa973f9aba85ff86d1365782ca507e5b05 65390 libqt4-sql-odbc_4.4.0~rc1-3_amd64.deb
 d78ac692dcdd15cbe7dc7eb2f5b404b73cfe1d9a 58020 libqt4-sql-psql_4.4.0~rc1-3_amd64.deb
 4b4b866aa9bd6a3f38085caa0581de307b1c807b 44554 libqt4-sql-sqlite_4.4.0~rc1-3_amd64.deb
 c3957a954af26e959a90adea9d7e8682aaabf5e9 40788 libqt4-sql-sqlite2_4.4.0~rc1-3_amd64.deb
 6872cd3960d14fa813b119c5e5be9648e176dc04 177404 libqt4-svg_4.4.0~rc1-3_amd64.deb
 139a9da301fa30861e7f150a529b72a5c358aa88 3522472 libqt4-webkit_4.4.0~rc1-3_amd64.deb
 2a5c76c1f74e4e99eb6b51199f52aafeb492325d 133450 libqt4-xml_4.4.0~rc1-3_amd64.deb
 ff57ebde52d1db4b57fb8a99f40f20425e867c86 857372 libqt4-xmlpatterns_4.4.0~rc1-3_amd64.deb
 ef6665b2bfa0e8ec21ac498834ae27e0b8042411 231122 libqt4-dbus_4.4.0~rc1-3_amd64.deb
 65b00a87a1305b95d911e2b1c829dbce0a4be1c6 1351370 libqt4-qt3support_4.4.0~rc1-3_amd64.deb
 10e66c89fa225ad1567e7da2ffb21d5691d682c7 2001242 libqt4-designer_4.4.0~rc1-3_amd64.deb
 02226ba2b2e4409a5e0a6d11e9ff38c73cc0a658 218494 libqt4-help_4.4.0~rc1-3_amd64.deb
 471c50f6a55fad935a759d4714f906820ee7927d 36766 libqt4-assistant_4.4.0~rc1-3_amd64.deb
 f420585f728dcea3848e1f20162572cba736bcf4 56252 libqt4-test_4.4.0~rc1-3_amd64.deb
 17541b9fa4c9333f5a2e5b3428debb06cf086da7 5658976 libqt4-dev_4.4.0~rc1-3_amd64.deb
 660b96b21587656088080ed03ed7751bedeaf757 90889456 libqt4-dbg_4.4.0~rc1-3_amd64.deb
 f0f0078d967c2e113ded6143b81fefe718985da2 53699682 libqt4-webkit-dbg_4.4.0~rc1-3_amd64.deb
 b62b9a0f9de7cc3e6b5f9282af44db822c2fdede 14106934 libqt4-xmlpatterns-dbg_4.4.0~rc1-3_amd64.deb
 c747d9fddaac065edb85a94362c27c6293f67f26 721086 qt4-designer_4.4.0~rc1-3_amd64.deb
 7000cd0e46f10ea00c579cd0e2ebceb5b3dff258 1553320 qt4-dev-tools_4.4.0~rc1-3_amd64.deb
 746eed698ac1644a86b0a786aad6443da0b828cc 129356 qt4-qtconfig_4.4.0~rc1-3_amd64.deb
 39e277757abb1f500ad29b8f436297fe4f76575e 10260466 qt4-demos_4.4.0~rc1-3_amd64.deb
Checksums-Sha256: 
 ae01ff85c193f30bd19133e3f4d0edf62caa79e056227d2fe4b83e49262d45fb 2564 qt4-x11_4.4.0~rc1-3.dsc
 7062f6bf93bc8fc64b64072475d6208b3f4282a16ec98efa06ab41404936be5f 83695 qt4-x11_4.4.0~rc1-3.diff.gz
 b2dc7b6d2fabd9028615c11c56b3d04a6624c8cfb3d80ef7e162788b5111ee92 25776 libqt4-core_4.4.0~rc1-3_all.deb
 0cdafb3fd98306e17d8eaf780b9d82e6ee4dd1afad853c4b46ca6da73099b884 74119446 qt4-doc_4.4.0~rc1-3_all.deb
 4de5744083d0d89016fab5d378467281c40c40f74c18cc2cdae076b07575d6c4 2036948 libqtcore4_4.4.0~rc1-3_amd64.deb
 599f267b6357a3b59d638943fa8dac381385368367e65882b9cd450c0257a9ce 4227026 libqt4-gui_4.4.0~rc1-3_amd64.deb
 53baa00f19de775ca0629e28ab2171480323322a341efcbcd7561d31e70cdcdd 445236 libqt4-network_4.4.0~rc1-3_amd64.deb
 d0e6bf404979afc7bb8fe9e47daf6824f7b9a075f40f2db5995cde23c7f2b199 172844 libqt4-opengl_4.4.0~rc1-3_amd64.deb
 5e940c25fcf8c74a16df4319741ced29aed7d6eff18bbd1cc761b1562c0b552f 490458 libqt4-script_4.4.0~rc1-3_amd64.deb
 2cf7c87e67beb0ef5c1b0df13e3fc8847dcd10a4d2be6fe4842173cb07866972 126546 libqt4-sql_4.4.0~rc1-3_amd64.deb
 378490ffc8fc58091884caebb206c1fe493b58e01a4c4076429683a5d87f43dd 67804 libqt4-sql-ibase_4.4.0~rc1-3_amd64.deb
 27bccb8c9b10838902d5084562a9a70c18aae3c76868306195cc67714ddc495f 52768 libqt4-sql-mysql_4.4.0~rc1-3_amd64.deb
 f4c0303e358ea1f9e0ef8ae57fffc045f28538be1dabcdb934fa285001e591b9 65390 libqt4-sql-odbc_4.4.0~rc1-3_amd64.deb
 be4f817fed04e84dbca56b5e7d299e5e3bea4a1c58d9c56629c22f7b172d4e2d 58020 libqt4-sql-psql_4.4.0~rc1-3_amd64.deb
 9ab2b9a70ef6b90262cb7df8ead6c9e22e7a6f328224caa5a2e73b186097e4ed 44554 libqt4-sql-sqlite_4.4.0~rc1-3_amd64.deb
 1d828c9c9b76dfff700eafec98e25ac4d6fbbbaecd64c1eec3d2ecf8a80a4421 40788 libqt4-sql-sqlite2_4.4.0~rc1-3_amd64.deb
 bc92734558da97e7f0844a74b2eaa927f30ffc985a3bb7e83bdd893848549664 177404 libqt4-svg_4.4.0~rc1-3_amd64.deb
 b84e122e6fd46d914f38490d06439d83ebf0bdca12a3de0752cefd3e843abbc3 3522472 libqt4-webkit_4.4.0~rc1-3_amd64.deb
 9be6907a9adb28c7869b13ef8301b5079d75b2efe422476a6bc3dec44d893d20 133450 libqt4-xml_4.4.0~rc1-3_amd64.deb
 a501635647ef41b3e6adff654ef02c4ecfbe0774a69b43e517d3b643a0b60685 857372 libqt4-xmlpatterns_4.4.0~rc1-3_amd64.deb
 a984748d64c07b81f4274c0611f08315bd6f76e37f30d145ad055e2e92d8fab4 231122 libqt4-dbus_4.4.0~rc1-3_amd64.deb
 74c36326a75c80a1d5a729c80ea9e3a183684e1d4a1fe6e8fe4a9502b6662a7b 1351370 libqt4-qt3support_4.4.0~rc1-3_amd64.deb
 7a01a7ee1dc56a2c0ff52bb8a350273d69323f201289af609baf952d3d32e617 2001242 libqt4-designer_4.4.0~rc1-3_amd64.deb
 98a2daa3470fbafcdd46b177c7777a3130205b851912ed57d0850afa41096bda 218494 libqt4-help_4.4.0~rc1-3_amd64.deb
 3840b1ba511a52bbd96599efffd0aaa0e3484cf518f59af50615a6e7e6c75b41 36766 libqt4-assistant_4.4.0~rc1-3_amd64.deb
 2e9d5f0bb8290dc63dc7f6549bb15d236c8f0f2e4a7dae0540b7698a77a709bf 56252 libqt4-test_4.4.0~rc1-3_amd64.deb
 48c7af1a19959035b2d87e207c70f98e4d65eeffa8c890ee296b43de2be9d2c5 5658976 libqt4-dev_4.4.0~rc1-3_amd64.deb
 8024c8e46a9267c03b7dd1bfb4db75c89eaaebb532b75583f265f90a6e072dae 90889456 libqt4-dbg_4.4.0~rc1-3_amd64.deb
 542d87f62b2bdd9730f31bec1776d6b65cde2e57a6ce460c671bd50e647aa3cb 53699682 libqt4-webkit-dbg_4.4.0~rc1-3_amd64.deb
 09d5433f5961fd1c107ea1bb8c21d91c12dc5ba32307495f754692afbf57c5e7 14106934 libqt4-xmlpatterns-dbg_4.4.0~rc1-3_amd64.deb
 fd75945c1fd0364f4dc64370302edede258e9e2854e7ca04eb4796700a908221 721086 qt4-designer_4.4.0~rc1-3_amd64.deb
 07ab3b7a4de67a369833c81875e2b7945421b311a44a06a9d30e7bdfb8271bab 1553320 qt4-dev-tools_4.4.0~rc1-3_amd64.deb
 86c7c11438c6aaedb9ae9f13954e67d87cf3190d6994f7bc5ece11f8227be4d8 129356 qt4-qtconfig_4.4.0~rc1-3_amd64.deb
 bdae6e4905a03db1da05c549ce18c8cc3b2b75e5208ff637de703815f04bcb68 10260466 qt4-demos_4.4.0~rc1-3_amd64.deb
Files: 
 1ebfa69ef0a3e267815289fcb36bf69c 2564 libs optional qt4-x11_4.4.0~rc1-3.dsc
 63e0ecb53698ec313bba3df1f95d4d1f 83695 libs optional qt4-x11_4.4.0~rc1-3.diff.gz
 17f4d67bca67b417c392757e85a7c1dc 25776 libs optional libqt4-core_4.4.0~rc1-3_all.deb
 eea6a5e71c22f9b58f1f3e96463aa6c5 74119446 doc optional qt4-doc_4.4.0~rc1-3_all.deb
 20cf5e993fe8754d59fd824801344202 2036948 libs optional libqtcore4_4.4.0~rc1-3_amd64.deb
 786f607e587ef69ce78fa8e79ca9c07d 4227026 libs optional libqt4-gui_4.4.0~rc1-3_amd64.deb
 18c11f469e6884be455954d541ad5e6f 445236 libs optional libqt4-network_4.4.0~rc1-3_amd64.deb
 cd5c51c0713e227ae98c86c555b039e2 172844 libs optional libqt4-opengl_4.4.0~rc1-3_amd64.deb
 57f35918598dfddc5fa56e6032a431f5 490458 libs optional libqt4-script_4.4.0~rc1-3_amd64.deb
 ea44758bb03fe7566d442f231484e723 126546 libs optional libqt4-sql_4.4.0~rc1-3_amd64.deb
 3ba7d24059616a3863054eb44ac9536d 67804 libs optional libqt4-sql-ibase_4.4.0~rc1-3_amd64.deb
 e7e674cf6a92c7a9a011911bf481eac0 52768 libs optional libqt4-sql-mysql_4.4.0~rc1-3_amd64.deb
 87dadd7b557a5374f53e03ae13a98b30 65390 libs optional libqt4-sql-odbc_4.4.0~rc1-3_amd64.deb
 98f9497ad078b26f6d2477f66db5b2cf 58020 libs optional libqt4-sql-psql_4.4.0~rc1-3_amd64.deb
 d67a4002405c1d40e731f420f52fb524 44554 libs optional libqt4-sql-sqlite_4.4.0~rc1-3_amd64.deb
 a3a02548ab66f9e6ee636ac5a1089ea6 40788 libs optional libqt4-sql-sqlite2_4.4.0~rc1-3_amd64.deb
 67b39e1f083121a811dc3be8d920a293 177404 libs optional libqt4-svg_4.4.0~rc1-3_amd64.deb
 3be6d93e5e922870c142ff00f8546603 3522472 libs optional libqt4-webkit_4.4.0~rc1-3_amd64.deb
 cc2b627451aa898f701df1e73c1296fc 133450 libs optional libqt4-xml_4.4.0~rc1-3_amd64.deb
 8b2598b7d1d1761e8a543dda680e2a7b 857372 libs optional libqt4-xmlpatterns_4.4.0~rc1-3_amd64.deb
 ca89655bcba880e75b60a58cd8fa97c5 231122 libs optional libqt4-dbus_4.4.0~rc1-3_amd64.deb
 433a52fe9e60fcc10387f8ff3a1e0198 1351370 libs optional libqt4-qt3support_4.4.0~rc1-3_amd64.deb
 b8cb3f782fef7a77a1590a3dbd0669fa 2001242 libs optional libqt4-designer_4.4.0~rc1-3_amd64.deb
 fb63702015b40d5641f119a7abc08bbf 218494 libs optional libqt4-help_4.4.0~rc1-3_amd64.deb
 95571a8354dccf7f7e80d1d806c2e39e 36766 libs optional libqt4-assistant_4.4.0~rc1-3_amd64.deb
 5b23e83010608c98c6d3cc79e4ac508f 56252 libs optional libqt4-test_4.4.0~rc1-3_amd64.deb
 beca2a5ec2a6176972cc23175c80d696 5658976 libdevel optional libqt4-dev_4.4.0~rc1-3_amd64.deb
 b9f65c5b0b590a9546ade57f27b45c22 90889456 libs extra libqt4-dbg_4.4.0~rc1-3_amd64.deb
 917dff7da95c10241811f0b0986cae0f 53699682 libs extra libqt4-webkit-dbg_4.4.0~rc1-3_amd64.deb
 ad1daa9a98b9ed9f3b02544d1794a430 14106934 libs extra libqt4-xmlpatterns-dbg_4.4.0~rc1-3_amd64.deb
 67df54cbbf18c4e6fb2e2e6ec73b2b79 721086 devel optional qt4-designer_4.4.0~rc1-3_amd64.deb
 84fc5c8c8397288b9f2c841fb2a52790 1553320 devel optional qt4-dev-tools_4.4.0~rc1-3_amd64.deb
 87a5d8da8209fec0b9a7b62738031fc9 129356 x11 optional qt4-qtconfig_4.4.0~rc1-3_amd64.deb
 67a7d6f53534bafe78f87b0e4e78835a 10260466 x11 optional qt4-demos_4.4.0~rc1-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQCVAwUBSAB0E4z1NfZqpXL3AQL9ewP8ChTPYOsjM6kn8WQ1kfA5UNu+yeTklXRG
BeQsHFX9YYTSx4h0aanLI4KTbHXikljNeJ8SxaHhrRSYnARsUSLbgkvT8JtO8B4E
PbvI5/Rdv/TOxNjslE7IWQ13x7vuAw2AD9pJ6MYSbgSZWvISMZJM8DikthH1jdBe
UNg4kzajqhU=
=qY1x
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: