--- Begin Message ---
Package: libqt5core5a
Version: 5.3.0+dfsg-4
Severity: important
User: multiarch-devel@lists.alioth.debian.org
Usertags: multiarch
libqt5core5a is marked as "Multi-Arch: same", but the following file is
architecture-dependent:
/usr/share/doc/libqt5core5a/changelog.gz
An example diff between i386 and amd64 (after ungzipping) is attached.
--
Jakub Wilk
diff -ur libqt5core5a_5.3.0+dfsg-4_i386/usr/share/doc/libqt5core5a/changelog libqt5core5a_5.3.0+dfsg-4_amd64/usr/share/doc/libqt5core5a/changelog
--- libqt5core5a_5.3.0+dfsg-4_i386/usr/share/doc/libqt5core5a/changelog 2014-05-15 19:12:04.000000000 +0200
+++ libqt5core5a_5.3.0+dfsg-4_amd64/usr/share/doc/libqt5core5a/changelog 2014-05-15 19:12:04.000000000 +0200
@@ -1,123 +1,375 @@
-Qt 4.5.4 is a bug-fix release. It maintains both forward and backward
-compatibility (source and binary) with Qt 4.5.0. For more details,
-refer to the online documentation included in this distribution. The
-documentation is also available online:
-
- http://doc.trolltech.com/4.5
-
-The Qt version 4.5 series is binary compatible with the 4.4.x series.
-Applications compiled for 4.4 will continue to run with 4.5.
-
-Some of the changes listed in this file include issue tracking numbers
-corresponding to tasks in the Qt Bug Tracker, the (now obsolete) Task
-Tracker, or the Merge Request queue of the public source repository.
-
-Qt Bug Tracker: http://bugreports.qt.nokia.com
-Task Tracker: http://qt.nokia.com/developer/task-tracker
-Merge Request: http://qt.gitorious.org
+Qt 3.0.7 is a bugfix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 3.0.6.
****************************************************************************
-* General *
+* General *
****************************************************************************
-General Improvements
---------------------
-
-- Documentation and Examples
-
-Third party components
-----------------------
-
-
-****************************************************************************
-* Library *
-****************************************************************************
-
-
-****************************************************************************
-* Database Drivers *
-****************************************************************************
-
-
-****************************************************************************
-* Platform Specific Changes *
-****************************************************************************
-
-Qt for Linux/X11
-----------------
-
-
-Qt for Windows
---------------
-
-
-Qt for Mac OS X
----------------
-
-
-Qt for Embedded Linux
----------------------
-
-
-Qt for Windows CE
------------------
-
-
-****************************************************************************
-* Compiler Specific Changes *
-****************************************************************************
-
-
-****************************************************************************
-* Tools *
-****************************************************************************
-
-- Build System
-
-- Assistant
-
-
-- Designer
-
-
-- Linguist
- - Linguist GUI
-
- - lupdate
-
- - lrelease
-
-
-- rcc
-
-
-- moc
-
-
-- uic
-
-
-- uic3
-
-
-- qmake
-
-
-- configure
-
-
-- qtconfig
-
-
-- qt3to4
-
-
-****************************************************************************
-* Plugins *
-****************************************************************************
-
-
-****************************************************************************
-* Important Behavior Changes *
-****************************************************************************
+Smaller documentation fixes. Some build issues fixed. Upgraded libpng
+to 1.0.15.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+- QAction
+ Avoid emitting activated() twice for actions in a
+ toolbar. Possibility to remove an iconset from an action by
+ specifying a null iconset.
+
+- QApplication
+ Fixed a font sharing problem with setFont(). Fixed window
+ close with modality. Don't overwrite an explicitely set font
+ with the default font when using the static methods before
+ calling the constructor. When the programmer/user explicitly
+ sets the style (either with QApplication::setStyle or -style
+ command line option), do not reset the style on settings
+ changes.
+ Windows only: Serialize calls to OutputDebugString, as this
+ API is not reentrant. Emit aboutToQuit() when the user logs
+ off. Send a focusOut event to the focus widget when the user
+ tries to switch applications via Alt+Tab.
+ Windows95/98/Me: Fixed enter/leave handling. Among others this
+ makes tooltips work more reliable.
+ X11 only: Spit out warning then the user passes an invalid
+ Display* argument. Fixed figuring out the depth of the visual
+ in case a private colormap is supplied. Some startup
+ performance improvements with QSettings. Mark the internal
+ wakeUpGuiThread() pipe with FD_CLOEXEC. Call XFilterEvent
+ before the public X11 event filters to avoid applications
+ filtering out events that are necessary for input methods to
+ operate.
+
+- QBuffer
+ Make IO_Truncate not detach the explicitely shared byte array.
+
+- QButton
+ In setPixmap(), avoid relayouting if the new pixmap doesn't
+ change the size.
+
+- QCanvasEllipse
+ Windows only: Workaround a Windows limitation that doesn't
+ support 2x2 ellipse rendering without a pen. Don't try to
+ double buffer invalid areas.
+
+- QClipboard
+ Flush the clipboard contents when the application object is
+ destroyed.
+ X11 only: another race condition fixed. Handle paste
+ operations with empty data.
+
+- QComboBox
+ Accept enter/return key press events on the line edit. Fixed
+ vertical alignment of text when a global strut is set. Clip
+ drawing of large items. Fixed problem with items not being
+ highlighted the first time the popup is shown.
+
+- QCommonStyle
+ Fixed SR_CheckBoxFocusRect for empty checkboxes (now inside
+ the indicator)
+
+- QComplexText
+ Added correct positioning specs for all of thai and lao. Some
+ reordering fixes.
+
+- QCustomEvent
+ Removed bogus warning on illegal type ids.
+
+- QDataTable
+ Don't display a single empty row if result set is empty and
+ QuerySize cannot be determined. Don't resize the table after a
+ refresh() if the size is already known.
+ In closeEvent(), accept the event only when isHidden()
+
+- QDateTime
+ Fixed addYears() for days missing in certain years.
+
+- QDns
+ Slightly more reliable now, fixed a memory leak.
+
+- QDockArea
+ Fixed resizing of a QDockWindow is no longer affected by
+ another closed QDockWindow in the same QDockArea.
+
+- QDom
+ Fixed memory consumption when QDomElement::setAttribute() is
+ called multiple times to change the value of an
+ attribute. Fixed a memory leak in QDomDocument::importNode().
+
+- QDragManager
+ X11 only: Fixed a dangling pointer case when the current
+ widget was deleted. Raise cursor decoration.
+ Windows only: Made dropping of URLs work on Japanese Windows98
+
+- QEffects
+ More robust through deferred deletion. Some code improvements.
+ X11 only: disable effects on displays with <16bpp (rather then
+ falling back to the scrolling).
+
+- QFileDialog
+ Fixed problems with '#' in path. Fixed creation on
+ non-existing directories. Make previewMode() check if
+ the preview widgets are visible. Enable renaming in
+ ExistingFiles mode. Fix drag'n'drop for the first click into
+ the listbox. Don't auto-complete when saving a file. Enabled
+ drag'n'drop of files for all modes.
+
+- QFont
+ Windows only: Fixed boundingRect(QChar) for non true type
+ fonts. Fixed some positioning issues with Thai diacritics.
+ Win95 only: Make symbol fonts work.
+ X11 only: Fixed some issues with diacritics in non unicode
+ encoded fonts.
+
+- QFontDialog
+ Fixed getFont() in case no default font is specified.
+
+- QFrame
+ Fixed erasing the margin region for flicker-optimized
+ subclasses (e.g. QLineEdit). Turn on focus and mouse-over
+ style flags for frame painting.
+
+- QHeader
+ Some speed improvements for the sake of QTable and
+ QListView. Fix redrawing problems when moving header sections.
+
+- QIconView
+ Fixed contentsContextMenuEvent(). Only call
+ QIconViewItem::dragLeft() when the cursor has left the
+ bounding rect and only call QIconViewItem::dragEnter() when
+ the cursor has entered the bounding rect. Some performance
+ improvements.
+
+- QInputContext
+ X11 only: Improved XFontSet cache (also for cases where the X
+ server does not know the locale).
+
+- QKeyEvent
+ Windows only: Fixed internal ascii to keycode conversion for
+ codes > 0x80.
+
+- QLineEdit
+ Fixed doubleclick selection to only use spaces as word
+ seperators. Don't validate twice in a row if fixup() did
+ nothing. Fixed support for background pixmaps. Improved undo
+ mechanism. Respect maxLength() in setText().
+
+- QListBox
+ Fixed null-pointer crash in extended selection mode.
+
+- QListView
+ Improved auto scrolling. Restrict drop events to items that
+ have drop enabled and accept the event. Added more
+ null-pointer checks to prevent crashes when reimplementing
+ insertItem. Try harder to draw the focus rectangle with an
+ appropriate contrast. Do not resize a stretachable column in
+ widthChanged(). Fixed selecting when auto scrolling.
+
+- QLocalFs
+ The network protocol for local file systems sets sets the
+ right permissions for the QUrlInfo objects if you do a
+ QUrlOperator::listChildren().
+
+- QMainWindow
+ Fixed orientation handler calls.
+
+- QMenuBar
+ Fixed resizing when it was emptied. Caused some strange
+ problems in QMainWindow widgets. Allow stealing of focus in
+ alt-mode. Activate alt-mode only with the plain Alt key, not
+ AltGr.
+
+- QMimeSourceFactory
+ Windows only: If a path starts with \\ then it's an absolute
+ path pointing to a network drive
+
+- QMovie
+ For animated GIFs, use a minimum delay of 10ms. This is
+ compatible with both IE and Mozilla and avoids huge loads on
+ application and X-Server.
+
+-QPainter
+ Fixed pos() in combination with transformations save/restore
+ pairs. Fixed a bug in the BiDi algorithm.
+ X11 only: some problems when drawing rotated text on Solaris
+ fix (due to floating point arithmetrics). Fixed a matrix
+ related crash on Tru64.
+ Windows only: Draw end pixel in lineTo only for 0-width
+ pens. Avoid painting with invalid transformations.
+
+- QPaintDeviceMetrics
+ Windows only: Fixed numColors() for 32 bit displays.
+
+- QPixmap
+ Windodws only: Fixed array bounds read error in win32
+ function in convertFromImage.
+
+- QPopupMenu
+ Avoid flickering when showing a just created menu
+ immediately. If there is a custom QWhatsThis installed for the
+ whole menu but no whatsThis set for the item, use the custom
+ QWhatsThis to get the help text.
+ MacOS only: improved scrollable popups
+
+- QPrintDialog
+ Unix only: Continue parsing the nsswitch.conf file using
+ additional services when /etc/printers.conf is not found.
+ Windows only: Handle lack of default printers more
+ gracefully. Fix reentrancy issues when reading printer dialog
+ settings.
+
+- QPrinter
+ Unix only: Fixes for 64 bit safety.
+ Windows only: fixed a possible double-freeing of memory of a
+ hdc passed to the Windows Common Dialog.
+
+- QProcess
+ Windows only: Less command quoting for clients that use
+ GetCommandLine() directly. Make tryTerminate() robust in case
+ the process does not run. Make it possible to start batch
+ files with spaces in the filename. Make it safe to call
+ qApp->processEvents() in a slot connected to
+ QProcess::readyReadStdout().
+
+- QPSPrinter
+ Fixed codec for korean postscript fonts (ksc5601.1987-0, not
+ the listbox. Don't auto-complete when saving a fileeucKR).
+
+- QRichText
+ Fixed a case-sensitive compare for alignment. Fixed a free'd
+ memory access problem with floating items on destruction.
+
+- QScrollView
+ If a contents mouse event is accepted, don't propagate as
+ a normal mouse event.
+
+- QSemaphore
+ Fixed race condition in operator -=.
+ Unix only: a bit more robust.
+
+- QSettings
+ Unix only: Fixed requesting subkeylists for single
+ subkeys. Don't read in QSettings stuff in non-gui mode if
+ desktop-settings-aware is set to false.
+
+- QSlider
+ Emit sliderMoved() after the slider was moved.
+
+- QSocket
+ If the read retruns 0, safely assume assume that the peer
+ closed the connection. Fixed readyRead sometimes not being
+ emitted.
+
+- QSpinBox
+ Fixed setValue so it will ignore input but yet
+ not interpreted text
+
+- QSqlDatabase
+ Fixed a crash on manual deletion of the QApplication object.
+
+- QSqlDriver
+ Various fixes and improvements for Oracle, Postgres, MySQL
+
+- QSqlForm
+ Fixed crash in clearValues() on empty fields.
+
+- QString
+ Fixed setNum(n,base) with n == LONG_MIN and n != 10. Make
+ toLong() and toULong() 64bit clean (problems on Tru64).
+
+- QStyle
+ Make more use of Style_HasFocus. Enforce a usable size for
+ subcontrols for small scrollbars. Improve titlebar drawing
+ (e.g. no gradient on 95/NT). Allow drawing of list view
+ expand controls without branches .
+ In Windows style: increase default PM_MaximumDragDistance
+ value.
+ Windows only: fixed PM_ScrollBarExtent
+
+- QStyleSheet
+ More accurate mightBeRichText() heuristic. Fixed setMargin()
+ to only set left/right/top/bottom as documented, not the
+ firstline margin.
+
+- QSvgDevice
+ Fixed curve command mixup. Some bounding rect fixes. Fixed
+ output coordinates for drawArc, drawPie and drawChord. Proper
+ x-axis-rotation and other angle fixes for arcs, pies and
+ chords. Respect text alignments. No background for Bezier
+ the listbox. Don't auto-complete when saving a filecurves.
+
+- QTabBar
+ Move focus to the current tab if the tab with focus is being
+ removed.
+
+- QTable
+ Fixed contentsContextMenuEvent(). Fixed
+ adjustRow()/adjustColumn() for multi line sections. Support
+ for QApplicaton::globalStrut(). Speed improvements for
+ setNumRows(). Improved sizeHint() to include the left/top
+ header. Fix for mouse release handling. Update geometry of
+ cell widgets when changing rowHeight/colWidth. Fixed
+ QTableItem::sizeHint() for items with wordwrap. Catch
+ hideColumn() on tables with too few columns. Fixed an endless
+ recursion when swapping header sections.
+
+- QTableItem
+ Fixed multiple calls to setSpan().
+
+- QTextCodec:
+ Initialize locale before loading textcodec plugins. Fixed a
+ bug in the unicode -> jisx0208 conversion table.
+
+- QTextEdit
+ Reset cursor on undos that leave us with an empty
+ textedit. Quote quotes when exporting rich text. Fixed
+ possible crash when appending empty paragraphs like
+ "<p>". Some drawing problems fixed. Made removeParagraph() and
+ friends work in read-only mode. Fixed cursor blinking with
+ setEnabled() / setDisabled(). When exporting HTML, quote the
+ src attribute of img tags tags that contains spaces. Made
+ setFormat() much faster in case undo/redo is disabled. Fixed
+ double deletion crash when clearing a document with floating
+ custom items.
+
+- QToolButton
+ In sizeHint() don't reserve space for icons if button has
+ only a textlabel. Made popups more robust (e.g. if the slot
+ connected to the popup menu results in the destruction of the
+ toolbutton)
+
+- QVariant
+ Fixed canCast() for Bool -> String conversion. Fixed
+ operator== for maps.
+
+- QWaitCondition
+ Windows only: Fixed multiple waits()
+
+- QWheelEvent
+ X11 only: Support for two-wheel mice. This relies on the
+ X-Server option "ZAxisMapping" "4 5 6 7"
+ On Windows, we have not found a reliable way to distringuish
+ the two wheels. Some drivers use larger deltas, something that
+ breaks with other drivers.
+
+- QWidget
+ Make focusWidget() return the focus widget even if it has no
+ focus policy. In setEnabled(FALSE) always clear the focus.
+ Made grabWidget() more robust. Fixed isEnabledTo().
+ X11 only: set WM_WINDOW_ROLE instead of WINDOW_ROLE.
+ Windows only: fixed widget-origin pixmap backgrounds.
+
+- QWidgetStack
+ More fixes to reduce flicker.
+
+- QWorkspace
+ Traditional activeWindow() fixes. Make maximizing a window while
+ the workspace is invisible work. If the already active window
+ is clicked on, transfer focus to the child. Restore focus to
+ old subcontrol when changing the active MDI window. Make sure
+ a MDI window is not resized below a child widget's minimum
+ size. Do not allow resizing windows when we have an active
+ popup window.
+- QXmlSimpleReader
+ Fixed a memory leak for incremental parsing.
--- End Message ---
--- Begin Message ---
- To: 750730-close@bugs.debian.org
- Subject: Bug#750730: fixed in qtbase-opensource-src 5.3.0+dfsg-5
- From: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
- Date: Sat, 07 Jun 2014 22:37:57 +0000
- Message-id: <E1WtPFN-0008Rl-Q6@franck.debian.org>
Source: qtbase-opensource-src
Source-Version: 5.3.0+dfsg-5
We believe that the bug you reported is fixed in the latest version of
qtbase-opensource-src, which is due to be installed in the Debian FTP archive.
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 750730@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> (supplier of updated qtbase-opensource-src 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@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 07 Jun 2014 18:29:34 -0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default qtbase5-doc-html
Architecture: source amd64 all
Version: 5.3.0+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Description:
libqt5concurrent5 - Qt 5 concurrent module
libqt5core5a - Qt 5 core module
libqt5dbus5 - Qt 5 D-Bus module
libqt5gui5 - Qt 5 GUI module
libqt5network5 - Qt 5 network module
libqt5opengl5 - Qt 5 OpenGL module
libqt5opengl5-dev - Qt 5 OpenGL library development files
libqt5printsupport5 - Qt 5 print support module
libqt5sql5 - Qt 5 SQL module
libqt5sql5-mysql - Qt 5 MySQL database driver
libqt5sql5-odbc - Qt 5 ODBC database driver
libqt5sql5-psql - Qt 5 PostgreSQL database driver
libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
libqt5sql5-tds - Qt 5 FreeTDS database driver
libqt5test5 - Qt 5 test module
libqt5widgets5 - Qt 5 widgets module
libqt5xml5 - Qt 5 XML module
qt5-default - Qt 5 development defaults package
qt5-qmake - Qt 5 qmake Makefile generator tool
qtbase5-dbg - Qt 5 base library debugging symbols
qtbase5-dev - Qt 5 base development files
qtbase5-dev-tools - Qt 5 base development programs
qtbase5-dev-tools-dbg - Qt 5 base binaries debugging symbols
qtbase5-doc-html - Qt 5 base HTML documentation
qtbase5-examples - Qt 5 base examples
qtbase5-examples-dbg - Qt 5 base examples debugging symbols
qtbase5-private-dev - Qt 5 base private development files
Closes: 750730
Changes:
qtbase-opensource-src (5.3.0+dfsg-5) unstable; urgency=medium
.
* Remove enable_sparc_detection.patch. This is causing a FTBFS in sparc now.
I've contacted upstream to know the best way to go from here, in the
meantime we just don't detect it.
* Update symbols files with buildds' and current logs.
* Install only the last (and more relevant) changelog. We were trying (and
failing) to install all of them, but only the first one would end up as
changelog. As the listing order varies between archs, the final changelog
will also be different between them, thus not allowing the package to be
really Multi-Arch: same. Thanks Jakub Wilk for the bug report.
(Closes: #750730).
Checksums-Sha1:
3d3193c934aafe0f72bf494113c8a74c23ad21d2 4857 qtbase-opensource-src_5.3.0+dfsg-5.dsc
12df2044729a574809b8d6e43d616556d331d51a 191876 qtbase-opensource-src_5.3.0+dfsg-5.debian.tar.xz
e8421dbd395b8443259d08de27668ebc5e265ffe 1939748 libqt5core5a_5.3.0+dfsg-5_amd64.deb
2cb3ee3046cef2c0e3fbb3a220196cd6eeca2a22 2222416 libqt5gui5_5.3.0+dfsg-5_amd64.deb
e380e571a2d340217b52f55382337a5af728c7ca 537780 libqt5network5_5.3.0+dfsg-5_amd64.deb
2244d6790cc00b6334c201a43b4d90b666c14daf 144244 libqt5opengl5_5.3.0+dfsg-5_amd64.deb
6e6e81035b9ba897f74f8643eae2e949dcf7bba4 117226 libqt5sql5_5.3.0+dfsg-5_amd64.deb
b55c07ce8e985101fd9a52712fa561be7015351e 52498 libqt5sql5-mysql_5.3.0+dfsg-5_amd64.deb
1f9e30dafe69cb56bf0b5eb00bd81fe52855b1e0 63138 libqt5sql5-odbc_5.3.0+dfsg-5_amd64.deb
6ea2aa01fc632405578592ec0f922ab3ba2fcbbb 54678 libqt5sql5-psql_5.3.0+dfsg-5_amd64.deb
9f739145f4f683710d46a4ef55b2ea44e5c0c0d4 47060 libqt5sql5-sqlite_5.3.0+dfsg-5_amd64.deb
7a7adc84dddaa2d899ca7045f4a7c62b01c7d5d3 47546 libqt5sql5-tds_5.3.0+dfsg-5_amd64.deb
2ce563d5f189d673af56c89b678fe055a49ab231 106808 libqt5xml5_5.3.0+dfsg-5_amd64.deb
db716fcf1aa3ecef072caee06fa415bfea7e7856 195130 libqt5dbus5_5.3.0+dfsg-5_amd64.deb
a4e3783298b117803a38f9faf9a494b87072abf4 92698 libqt5test5_5.3.0+dfsg-5_amd64.deb
9c73a0ed7053db60ee55ae4723a1ce0bb7f917d9 38348 libqt5concurrent5_5.3.0+dfsg-5_amd64.deb
94992cc734c30bfd1d677d986c6da0279ebbde25 2240428 libqt5widgets5_5.3.0+dfsg-5_amd64.deb
70542299b63ac9cbf966c7c4a29d14501b40db3c 186610 libqt5printsupport5_5.3.0+dfsg-5_amd64.deb
d808cdd102cdc90a39f05d7c31731f194d278bf7 1708348 qtbase5-dev_5.3.0+dfsg-5_amd64.deb
6be1caf4ee6874307e435d3cd035cbfa7a405f78 634906 qtbase5-private-dev_5.3.0+dfsg-5_amd64.deb
9deb35616031afd562ddf07959ddaafc3c7cae9c 43914 libqt5opengl5-dev_5.3.0+dfsg-5_amd64.deb
cf06cd69e164dbf725d4c94962824fb304caf79d 1230594 qtbase5-dev-tools_5.3.0+dfsg-5_amd64.deb
7c1cdd88c262c46db44d2fa83ac20df0d5ab8966 1298078 qt5-qmake_5.3.0+dfsg-5_amd64.deb
81fbcdd3bcb803b8007169e1652bc57a1f322f11 4497436 qtbase5-examples_5.3.0+dfsg-5_amd64.deb
d5fbfa9f6765aa272b458d6d30cce6112bd1f6e4 130690830 qtbase5-dbg_5.3.0+dfsg-5_amd64.deb
9cf3ccb4d8b62cd738dbd55b2d552e4e6819f452 29130216 qtbase5-dev-tools-dbg_5.3.0+dfsg-5_amd64.deb
bb369c194045ee205114b9992fe29c6ad5fbda5c 97615074 qtbase5-examples-dbg_5.3.0+dfsg-5_amd64.deb
de32a6abdf79a911fe088b40118b02aea749f0d7 30516 qt5-default_5.3.0+dfsg-5_amd64.deb
fea5e5926b864ed35cb72369f72dcd7c737c1aeb 22288706 qtbase5-doc-html_5.3.0+dfsg-5_all.deb
Checksums-Sha256:
39637343783f216410717a57b909f89e60b5aa9911239ca5cb2e1547bcecbeb1 4857 qtbase-opensource-src_5.3.0+dfsg-5.dsc
1361f6e0b68448f9e93883aecd85e209c868bb3dd8e972d60f3a198c00066c02 191876 qtbase-opensource-src_5.3.0+dfsg-5.debian.tar.xz
7bd4c202a622f07b8ea9d3232eb93f69d52f7bbc5d88ddc38e93f39e005dbbdc 1939748 libqt5core5a_5.3.0+dfsg-5_amd64.deb
162e07125d41951042787e2c31b639a31500da1baccaa06d39b27c40cf570fbe 2222416 libqt5gui5_5.3.0+dfsg-5_amd64.deb
dafc5a807de46ce9463d5346382282e6fff3db819cc41bde153b90d1983de259 537780 libqt5network5_5.3.0+dfsg-5_amd64.deb
c328a3a15e20967324230a70d373e84542dab8239b5bfd9b3625bffca090b195 144244 libqt5opengl5_5.3.0+dfsg-5_amd64.deb
dea33726977f1bd51b5dcb5d1fa14360912f2f92e140e44646c4cce7178449c7 117226 libqt5sql5_5.3.0+dfsg-5_amd64.deb
a269ee6fdcc7d1dc16f790885b844625d3464f63da3fb02904f0b91939e4659a 52498 libqt5sql5-mysql_5.3.0+dfsg-5_amd64.deb
46de962d285754c7c91dcfc1b341f41393ad0960a9eb75b44336bd3912835ed7 63138 libqt5sql5-odbc_5.3.0+dfsg-5_amd64.deb
0c87ba9ad1214d3e09953595aced087cb9960dfee693ad7b106d2ed0df10d5fb 54678 libqt5sql5-psql_5.3.0+dfsg-5_amd64.deb
366500a9dc7b444620fbdac75aab07c236fd55e06937fe081490ca7978d53646 47060 libqt5sql5-sqlite_5.3.0+dfsg-5_amd64.deb
6092dc4737af3303f9de3fbf984c8f4a3bab2bdec71b25cd66f95afce43a8bf4 47546 libqt5sql5-tds_5.3.0+dfsg-5_amd64.deb
88e64c5dfdad2d5fc4ac5d4f23cbaa8fbe43e56d653bb7d6b4c9e02560c75f82 106808 libqt5xml5_5.3.0+dfsg-5_amd64.deb
1c939872a513cb54c2fc8e38943cfa19d2d3bb25e664a1c2e739acf6b5fee63a 195130 libqt5dbus5_5.3.0+dfsg-5_amd64.deb
defbac642c2cd2b8ca5708b7d4af983337b92fbcbe55120a2de8bac77f474424 92698 libqt5test5_5.3.0+dfsg-5_amd64.deb
3b23350883714824a5984711bf48507c3f62d50ce06ed49b4ed9570807d95646 38348 libqt5concurrent5_5.3.0+dfsg-5_amd64.deb
72601bc0bfaefcb0ebed43d1ea66ae7a6714260ebda9c416d91273910b684544 2240428 libqt5widgets5_5.3.0+dfsg-5_amd64.deb
54af40879629dbd92f05ec4c5b48fecc55d187fa2b2879f9f351470ccb440c6c 186610 libqt5printsupport5_5.3.0+dfsg-5_amd64.deb
effac13ac63f5c4d28b6756ed01c7edb6fe2060b860c77dd1b6c84bcff5b6690 1708348 qtbase5-dev_5.3.0+dfsg-5_amd64.deb
ceef9cf58effb12061231a0712cdf96ee0c25b12dc1365534911138e5a6437c2 634906 qtbase5-private-dev_5.3.0+dfsg-5_amd64.deb
61a7c0cebbe8c994721e86089140f682ac613bf9b1872e9ee7ce763ecc52d4a3 43914 libqt5opengl5-dev_5.3.0+dfsg-5_amd64.deb
ee5e8b98725268673ebf6493bd99a3d03c679bf0f67df84bc343dcdba5d08256 1230594 qtbase5-dev-tools_5.3.0+dfsg-5_amd64.deb
d79d2715f0941dbd727dce3e2a0b6a0102041f0570a67de890f20837e4c03e95 1298078 qt5-qmake_5.3.0+dfsg-5_amd64.deb
b0e34359efce57974b16606cf94b066ceb0c2d3b013d4e81be768b61c7db1d53 4497436 qtbase5-examples_5.3.0+dfsg-5_amd64.deb
eaae550ad416a4264c70e04983f1791ddf368b3ad0582ba709663216c329562e 130690830 qtbase5-dbg_5.3.0+dfsg-5_amd64.deb
e69c563425ebc087a6e70c93d881c1f39496d59701e07c64c53da14457f2d066 29130216 qtbase5-dev-tools-dbg_5.3.0+dfsg-5_amd64.deb
b67490e45b68284a15489cbd37d2776b15887f80ece304116b2f0789c707027d 97615074 qtbase5-examples-dbg_5.3.0+dfsg-5_amd64.deb
7c7ce09ef841563241cea9ff5b56fa69c847353d4ff2552b20ca1b914adbad55 30516 qt5-default_5.3.0+dfsg-5_amd64.deb
3b1f2ddd232048922ac5234e1daef3c3338401ab13e99e54bba8a93aa0446444 22288706 qtbase5-doc-html_5.3.0+dfsg-5_all.deb
Files:
c5ea9b7d99547223de43ef3fbc0327c8 1939748 libs optional libqt5core5a_5.3.0+dfsg-5_amd64.deb
5b78e81afbac8f929a013bcd10431d41 2222416 libs optional libqt5gui5_5.3.0+dfsg-5_amd64.deb
8bf72d16ff54ba8c99e7e2b17e9c57ee 537780 libs optional libqt5network5_5.3.0+dfsg-5_amd64.deb
e0d3d5f16a2cc670d338df08d3a60ddc 144244 libs optional libqt5opengl5_5.3.0+dfsg-5_amd64.deb
c112c5f4416917d59bf4392075107ce9 117226 libs optional libqt5sql5_5.3.0+dfsg-5_amd64.deb
6e0387c8495b15dc93fd57eac02f2741 52498 libs optional libqt5sql5-mysql_5.3.0+dfsg-5_amd64.deb
cbc402639dd931b5748258eae539c5ce 63138 libs optional libqt5sql5-odbc_5.3.0+dfsg-5_amd64.deb
8bf93fa664a203bd1c4a504ce3479165 54678 libs optional libqt5sql5-psql_5.3.0+dfsg-5_amd64.deb
5666e6d2e3b995543ceef26a85d53600 47060 libs optional libqt5sql5-sqlite_5.3.0+dfsg-5_amd64.deb
52b3da0b2bbb63f77c1f2fe0dee8acf1 47546 libs optional libqt5sql5-tds_5.3.0+dfsg-5_amd64.deb
d2bb5b4326e6e5fbc026cefb1ab67cb6 106808 libs optional libqt5xml5_5.3.0+dfsg-5_amd64.deb
0220ebe7933dea353b4085aa3666fbba 195130 libs optional libqt5dbus5_5.3.0+dfsg-5_amd64.deb
359e3547f4d1a6bc3147756419f50b4b 92698 libs optional libqt5test5_5.3.0+dfsg-5_amd64.deb
75721a055bd60742ea84755817dcdca2 38348 libs optional libqt5concurrent5_5.3.0+dfsg-5_amd64.deb
1eb0fa6e98031b39a3255a24d92af668 2240428 libs optional libqt5widgets5_5.3.0+dfsg-5_amd64.deb
11d6874d6e55a461ef4bcc60b6353832 186610 libs optional libqt5printsupport5_5.3.0+dfsg-5_amd64.deb
0767d223db21b48964213d0cb71dd8c7 1708348 libdevel optional qtbase5-dev_5.3.0+dfsg-5_amd64.deb
c687fe84d1ea65ea9ee6e049beb561da 634906 libdevel optional qtbase5-private-dev_5.3.0+dfsg-5_amd64.deb
be0b4daafc1672d9681682551786ecb2 43914 libdevel optional libqt5opengl5-dev_5.3.0+dfsg-5_amd64.deb
f4d48fc474e49fcc2d1de5d449f110bb 1230594 devel optional qtbase5-dev-tools_5.3.0+dfsg-5_amd64.deb
365f71cd5c9be414b56db144a71f50b3 1298078 devel optional qt5-qmake_5.3.0+dfsg-5_amd64.deb
8e48496e797473609c7176c68d408c3e 4497436 x11 optional qtbase5-examples_5.3.0+dfsg-5_amd64.deb
536a9fb97714a2fd0d26a2d85b39257d 130690830 debug extra qtbase5-dbg_5.3.0+dfsg-5_amd64.deb
55357d91806ea8eba49d2c793e4a8fbb 29130216 debug extra qtbase5-dev-tools-dbg_5.3.0+dfsg-5_amd64.deb
cdd9c099bd951dab0b700cf88eeb4541 97615074 debug extra qtbase5-examples-dbg_5.3.0+dfsg-5_amd64.deb
60f3dfa36b1a652dc037c029edbb952b 30516 libs optional qt5-default_5.3.0+dfsg-5_amd64.deb
412d8fd6547787a9e9ed8224d65203c9 22288706 doc extra qtbase5-doc-html_5.3.0+dfsg-5_all.deb
ca6366921d6164ac7deccf6617dd1c49 4857 libs optional qtbase-opensource-src_5.3.0+dfsg-5.dsc
f6d0822fbc45c1c09075cd3ef259ebbf 191876 libs optional qtbase-opensource-src_5.3.0+dfsg-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTk5EwAAoJEKtkX0BihqfQ5HYQAL0AamxH0xp61vZ7e9xC42I0
O6NyzeaR63iRZDt5ozSVQ4oRZ11dO3M7ku0KFBIbQwXS4oiocYLx8EfvnECnNJcx
sgN4njNy3ROEV1ilRhK4esSnG4qa4BkyUL2Iq2Mb7YDXVvPhj5rOwO9xYlGUeHqz
9egwitQiuvjEL9bAEK0GBW/8TXA7y3Ii278BGPZmt8uV/pISuFSzmv7NxU5SX1ml
1LVyBTDpLD2yHOQ7/3wuUPS1gtO0whcymbUCuBhA/mL04n5pIHcF8EfkL0GRGCXe
nR9LlbwYfw+ociGeJq5YcAQEdOqLAUQeLai4A99j6MtRIZoLj73pcRrj2sxbqzhx
dSAFtVhaDd452XFc6RRoG8E8lsPKOjeCuxqOFVFe0rnsS4qTyD8Ugnebq7NpbE/w
ovg/x2Jb9ZoboV+c+4wf7kFoixtBK9E8MROt2H96S9iRuaHey6ZgVYcVMRBfQC0a
0hdI+bCsGuFWR5V3fIgXBk/Ph6OKR0AXh/FXrXhAVjqEgUcDDPjh154FxIg367mC
dF+Q+71T4y8P90eqpa9i62rXi1tslWvnxV7JgDJj6twyzEIm1uXKik66JZAk5py9
xsoXY7X7YNolAKI9jbyFMFFug9fJ2KXILppAjDiSPN+aQ6kRolex7jm0VwtIxcvK
GTDRts80ZAg9hWQRmWGx
=mwal
-----END PGP SIGNATURE-----
--- End Message ---