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

Bug#483117: marked as done (kdebase-runtime_4:4.0.80-1(experimental/powerpc/anakreon): fontdialog.cpp:31:27: error: kfontcombobox.h: No such file or directory)



Your message dated Tue, 27 May 2008 22:01:14 +0000
with message-id <E1K17EI-0007mO-3c@ries.debian.org>
and subject line Bug#483117: fixed in kdebase-runtime 4:4.0.80-2
has caused the Debian Bug report #483117,
regarding kdebase-runtime_4:4.0.80-1(experimental/powerpc/anakreon): fontdialog.cpp:31:27: error: kfontcombobox.h: No such file or directory
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.)


-- 
483117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483117
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kdebase-runtime
Version: 4:4.0.80-1
Severity: serious
Tags: experimental

Heya,

kdebase-runtime FTBFSes on my ppc buildd:

| Automatic build of kdebase-runtime_4:4.0.80-1 on anakreon.ayous.org by sbuild/powerpc 98-farm
| Build started at 20080527-0204
| ******************************************************************************

[...]

| /usr/bin/cmake -E cmake_progress_report /build/buildd/kdebase-runtime-4.0.80/obj-powerpc-linux-gnu/CMakeFiles 
| [ 11%] Building CXX object khelpcenter/CMakeFiles/kdeinit_khelpcenter.dir/fontdialog.o
| cd /build/buildd/kdebase-runtime-4.0.80/obj-powerpc-linux-gnu/khelpcenter && /usr/bin/g++   -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS -Dkdeinit_khelpcenter_EXPORTS -g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -fPIC -I/build/buildd/kdebase-runtime-4.0.80/obj-powerpc-linux-gnu/khelpcenter -I/build/buildd/kdebase-runtime-4.0.80/khelpcenter -I/build/buildd/kdebase-runtime-4.0.80 -I/build/buildd/kdebase-runtime-4.0.80/obj-powerpc-linux-gnu -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtAssistant -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4   -o CMakeFiles/kdeinit_khelpcenter.dir/fontdialog.o -c /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:31:27: error: kfontcombobox.h: No such file or directory
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp: In member function 'void KHC::FontDialog::setupFontTypesBox()':
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:99: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:100: error: no matching function for call to 'QGridLayout::addWidget(KFontComboBox*&, int, int)'
| /usr/include/qt4/QtGui/qgridlayout.h:118: note: candidates are: void QGridLayout::addWidget(QWidget*)
| /usr/include/qt4/QtGui/qgridlayout.h:119: note:                 void QGridLayout::addWidget(QWidget*, int, int, Qt::Alignment)
| /usr/include/qt4/QtGui/qgridlayout.h:120: note:                 void QGridLayout::addWidget(QWidget*, int, int, int, int, Qt::Alignment)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:101: error: no matching function for call to 'QLabel::setBuddy(KFontComboBox*&)'
| /usr/include/qt4/QtGui/qlabel.h:105: note: candidates are: void QLabel::setBuddy(QWidget*)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:105: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:106: error: no matching function for call to 'QGridLayout::addWidget(KFontComboBox*&, int, int)'
| /usr/include/qt4/QtGui/qgridlayout.h:118: note: candidates are: void QGridLayout::addWidget(QWidget*)
| /usr/include/qt4/QtGui/qgridlayout.h:119: note:                 void QGridLayout::addWidget(QWidget*, int, int, Qt::Alignment)
| /usr/include/qt4/QtGui/qgridlayout.h:120: note:                 void QGridLayout::addWidget(QWidget*, int, int, int, int, Qt::Alignment)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:107: error: no matching function for call to 'QLabel::setBuddy(KFontComboBox*&)'
| /usr/include/qt4/QtGui/qlabel.h:105: note: candidates are: void QLabel::setBuddy(QWidget*)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:111: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:112: error: no matching function for call to 'QGridLayout::addWidget(KFontComboBox*&, int, int)'
| /usr/include/qt4/QtGui/qgridlayout.h:118: note: candidates are: void QGridLayout::addWidget(QWidget*)
| /usr/include/qt4/QtGui/qgridlayout.h:119: note:                 void QGridLayout::addWidget(QWidget*, int, int, Qt::Alignment)
| /usr/include/qt4/QtGui/qgridlayout.h:120: note:                 void QGridLayout::addWidget(QWidget*, int, int, int, int, Qt::Alignment)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:113: error: no matching function for call to 'QLabel::setBuddy(KFontComboBox*&)'
| /usr/include/qt4/QtGui/qlabel.h:105: note: candidates are: void QLabel::setBuddy(QWidget*)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:117: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:118: error: no matching function for call to 'QGridLayout::addWidget(KFontComboBox*&, int, int)'
| /usr/include/qt4/QtGui/qgridlayout.h:118: note: candidates are: void QGridLayout::addWidget(QWidget*)
| /usr/include/qt4/QtGui/qgridlayout.h:119: note:                 void QGridLayout::addWidget(QWidget*, int, int, Qt::Alignment)
| /usr/include/qt4/QtGui/qgridlayout.h:120: note:                 void QGridLayout::addWidget(QWidget*, int, int, int, int, Qt::Alignment)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:119: error: no matching function for call to 'QLabel::setBuddy(KFontComboBox*&)'
| /usr/include/qt4/QtGui/qlabel.h:105: note: candidates are: void QLabel::setBuddy(QWidget*)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:123: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:124: error: no matching function for call to 'QGridLayout::addWidget(KFontComboBox*&, int, int)'
| /usr/include/qt4/QtGui/qgridlayout.h:118: note: candidates are: void QGridLayout::addWidget(QWidget*)
| /usr/include/qt4/QtGui/qgridlayout.h:119: note:                 void QGridLayout::addWidget(QWidget*, int, int, Qt::Alignment)
| /usr/include/qt4/QtGui/qgridlayout.h:120: note:                 void QGridLayout::addWidget(QWidget*, int, int, int, int, Qt::Alignment)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:125: error: no matching function for call to 'QLabel::setBuddy(KFontComboBox*&)'
| /usr/include/qt4/QtGui/qlabel.h:105: note: candidates are: void QLabel::setBuddy(QWidget*)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:129: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:130: error: no matching function for call to 'QGridLayout::addWidget(KFontComboBox*&, int, int)'
| /usr/include/qt4/QtGui/qgridlayout.h:118: note: candidates are: void QGridLayout::addWidget(QWidget*)
| /usr/include/qt4/QtGui/qgridlayout.h:119: note:                 void QGridLayout::addWidget(QWidget*, int, int, Qt::Alignment)
| /usr/include/qt4/QtGui/qgridlayout.h:120: note:                 void QGridLayout::addWidget(QWidget*, int, int, int, int, Qt::Alignment)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:131: error: no matching function for call to 'QLabel::setBuddy(KFontComboBox*&)'
| /usr/include/qt4/QtGui/qlabel.h:105: note: candidates are: void QLabel::setBuddy(QWidget*)
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp: In member function 'void KHC::FontDialog::load()':
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:179: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:180: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:181: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:182: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:183: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:184: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp: In member function 'void KHC::FontDialog::save()':
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:205: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:206: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:207: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:208: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:209: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.cpp:210: error: invalid use of incomplete type 'struct KFontComboBox'
| /build/buildd/kdebase-runtime-4.0.80/khelpcenter/fontdialog.h:28: error: forward declaration of 'struct KFontComboBox'
| make[3]: *** [khelpcenter/CMakeFiles/kdeinit_khelpcenter.dir/fontdialog.o] Error 1
| make[3]: Leaving directory `/build/buildd/kdebase-runtime-4.0.80/obj-powerpc-linux-gnu'
| make[2]: *** [khelpcenter/CMakeFiles/kdeinit_khelpcenter.dir/all] Error 2
| make[2]: Leaving directory `/build/buildd/kdebase-runtime-4.0.80/obj-powerpc-linux-gnu'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/kdebase-runtime-4.0.80/obj-powerpc-linux-gnu'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| ******************************************************************************
| Build finished at 20080527-0209
| FAILED [dpkg-buildpackage died]
| Build needed 00:02:24, 110228k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=powerpc&pkg=kdebase-runtime&ver=4:4.0.80-1

Marc
-- 
BOFH #303:
fractal radiation jamming the backbone



--- End Message ---
--- Begin Message ---
Source: kdebase-runtime
Source-Version: 4:4.0.80-2

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

kde-icons-oxygen_4.0.80-2_all.deb
  to pool/main/k/kdebase-runtime/kde-icons-oxygen_4.0.80-2_all.deb
kdebase-runtime-bin-kde4_4.0.80-2_amd64.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime-bin-kde4_4.0.80-2_amd64.deb
kdebase-runtime-bin-kde4_4.0.80-2_i386.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime-bin-kde4_4.0.80-2_i386.deb
kdebase-runtime-data-common_4.0.80-2_all.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime-data-common_4.0.80-2_all.deb
kdebase-runtime-data_4.0.80-2_all.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime-data_4.0.80-2_all.deb
kdebase-runtime-dbg_4.0.80-2_amd64.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime-dbg_4.0.80-2_amd64.deb
kdebase-runtime-dbg_4.0.80-2_i386.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime-dbg_4.0.80-2_i386.deb
kdebase-runtime_4.0.80-2.diff.gz
  to pool/main/k/kdebase-runtime/kdebase-runtime_4.0.80-2.diff.gz
kdebase-runtime_4.0.80-2.dsc
  to pool/main/k/kdebase-runtime/kdebase-runtime_4.0.80-2.dsc
kdebase-runtime_4.0.80-2_amd64.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime_4.0.80-2_amd64.deb
kdebase-runtime_4.0.80-2_i386.deb
  to pool/main/k/kdebase-runtime/kdebase-runtime_4.0.80-2_i386.deb
khelpcenter4_4.0.80-2_amd64.deb
  to pool/main/k/kdebase-runtime/khelpcenter4_4.0.80-2_amd64.deb
khelpcenter4_4.0.80-2_i386.deb
  to pool/main/k/kdebase-runtime/khelpcenter4_4.0.80-2_i386.deb



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 483117@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> (supplier of updated kdebase-runtime 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: Tue, 27 May 2008 22:22:42 +0200
Source: kdebase-runtime
Binary: kdebase-runtime kdebase-runtime-bin-kde4 kdebase-runtime-data kdebase-runtime-data-common khelpcenter4 kde-icons-oxygen kdebase-runtime-dbg
Architecture: all amd64 i386 source 
Version: 4:4.0.80-2
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Closes: 483117
Description:
 kdebase-runtime-bin-kde4 - core binaries for the KDE 4 base runtime module
 kdebase-runtime-data-common - shared data files for the KDE 4 base runtime module
 kdebase-runtime-data - shared data files for the KDE 4 base runtime module
 kdebase-runtime-dbg - debugging symbols for KDE 4 base runtime module
 kdebase-runtime - runtime components from the official KDE 4 release
 kde-icons-oxygen - Oxygen icon theme for KDE 4
 khelpcenter4 - Help Center for KDE 4
Changes:
 kdebase-runtime (4:4.0.80-2) experimental; urgency=low
 .
   +++ Changes by Modestas Vainius:
 .
   * Install desktop-directory files to kdebase-runtime-data-common (37 files).
   * Bump kdepimlibs5-dev and libphonon-dev build dependencies to 4.0.80
     (Closes: #483117)
   * Revive khelpcenter (from r9108) as khelpcenter4 package. Make it conflict
     with khelpcenter (KDE3). Make kdebase-runtime-data-common recommend
     khelpcenter4.
     - Add some replaces for khelpcenter4: kdebase-runtime-data due to
       Help.desktop and org.kde.khelpcenter.kcmhelpcenter.xml, kdebase-runtime
       due to libkdeinit4_khelpcenter.so. Update respective install files.
Checksums-Sha1: 
 337eb38bd89362d45027461694eb000f8165ae07 1978548 khelpcenter4_4.0.80-2_amd64.deb
 3863459b99f5ffeeeecb20edb7952e9bbb954cc1 47007408 kde-icons-oxygen_4.0.80-2_all.deb
 453a6c6b4cc24889f105d666d01923078a82b97e 2872664 kdebase-runtime-data_4.0.80-2_all.deb
 4867fbc96f8c9e47e86af1cd6428c4d61bc3f11a 1609792 kdebase-runtime_4.0.80-2_i386.deb
 4da631599c3b351fdaae1dabdfe96492cde8f89c 1769732 kdebase-runtime_4.0.80-2_amd64.deb
 611e9d0a68ca4208503ca592e3720d0ed5777899 1956690 khelpcenter4_4.0.80-2_i386.deb
 0595f6299612888c97b4f05d86aa74cde46a0580 1912 kdebase-runtime_4.0.80-2.dsc
 6fcd8270950933bb399cb688dc34cdd4653b8b95 12125312 kdebase-runtime-dbg_4.0.80-2_i386.deb
 884e96e84d755cba5bf35276d0f48dc789d7538d 33214 kdebase-runtime_4.0.80-2.diff.gz
 8a6efb76d0830d16dfa9494d64156cf84700e5d8 12257046 kdebase-runtime-dbg_4.0.80-2_amd64.deb
 cc4b6eed3b7f4e81ebfcd1e8fa72299cf8ac959f 342656 kdebase-runtime-data-common_4.0.80-2_all.deb
 e0552427f4b0711caef9563148d2bd57151dfaef 64030 kdebase-runtime-bin-kde4_4.0.80-2_i386.deb
 e477055de86000016cacbe2daffcbbebc5f68b0f 67632 kdebase-runtime-bin-kde4_4.0.80-2_amd64.deb
Checksums-Sha256: 
 275dd8e6bdbd3aa013c1e17b1066e93de364d25773f7df49fbc3e288b25b8520 1609792 kdebase-runtime_4.0.80-2_i386.deb
 4354d422d28346f0d22be2778f145932e9416b33da2fc609c333ac823885ea1b 67632 kdebase-runtime-bin-kde4_4.0.80-2_amd64.deb
 4c655532ee2fd4e263add440251677a58dc59208501d57fc35354b883f931cfa 33214 kdebase-runtime_4.0.80-2.diff.gz
 4dcc1802428b53b807ac891012bd1bbfc1efd0d1339cf184cfd8dbb3a233b99d 1978548 khelpcenter4_4.0.80-2_amd64.deb
 5a21956b1ef1b181e5c4b15eabaccba98a3bcf22da41d512f7516f33051ef455 2872664 kdebase-runtime-data_4.0.80-2_all.deb
 5c5609214b3addcdc7607aac1125b202aa95ee7a668467be3930d1a9bbbb1e3e 1769732 kdebase-runtime_4.0.80-2_amd64.deb
 6388ffc531c25fad095abb43388c5b839895a1177d770b6c34a2da2cfba869f5 12125312 kdebase-runtime-dbg_4.0.80-2_i386.deb
 63fbd74c1eb7fa1010ad3abbc1f79d4c0c3370191bd186741f6578a401901deb 12257046 kdebase-runtime-dbg_4.0.80-2_amd64.deb
 f224a98523070104e4a79163361d949a01d9d08720001cb9cdffb2e4c8883b7a 1912 kdebase-runtime_4.0.80-2.dsc
 a672f4d20ff1b332f2af48681cbd849129d91502d331f3954477490d38cacb63 1956690 khelpcenter4_4.0.80-2_i386.deb
 d64d6e25179444c171b4c778bfbaace796ca3e60d1dad2afef8e476a645bc426 47007408 kde-icons-oxygen_4.0.80-2_all.deb
 f5e7d92931eb133abf15d701990a5230de7ea19d71a5a58c5be87f7d24b0a62a 342656 kdebase-runtime-data-common_4.0.80-2_all.deb
 fd316175a79b0a74474932f79923dd704d9088745fa655205b19b2778a8ce082 64030 kdebase-runtime-bin-kde4_4.0.80-2_i386.deb
Files: 
 06b5b27c0f78694d31cae1ac819fc851 12125312 devel extra kdebase-runtime-dbg_4.0.80-2_i386.deb
 1168234e0e833f1cf70dbdc529fdc3d7 47007408 kde optional kde-icons-oxygen_4.0.80-2_all.deb
 861db890f2d43c8e2b7e6cc75abdada0 1609792 kde optional kdebase-runtime_4.0.80-2_i386.deb
 8f82e9e4968c3c93040bc43f09bee5da 64030 kde optional kdebase-runtime-bin-kde4_4.0.80-2_i386.deb
 9534762edc3323512dc754ba10c9863f 1978548 kde optional khelpcenter4_4.0.80-2_amd64.deb
 a532c63e5b635603a31c3e74bad1f1c7 12257046 devel extra kdebase-runtime-dbg_4.0.80-2_amd64.deb
 ab0208b7657ac7252cf311125faec73a 67632 kde optional kdebase-runtime-bin-kde4_4.0.80-2_amd64.deb
 c223b61ee59ca46a2b04e694167d236e 1912 kde optional kdebase-runtime_4.0.80-2.dsc
 cd6aec571873e1a18078d98f0ebc5022 1769732 kde optional kdebase-runtime_4.0.80-2_amd64.deb
 d1a61cddd7f2dc44811d1c0a13e0fa4e 342656 kde optional kdebase-runtime-data-common_4.0.80-2_all.deb
 d1e381f4d482ea988b01db15f53fb2fe 2872664 kde optional kdebase-runtime-data_4.0.80-2_all.deb
 d2e17f758597052d9de8191ec8f5b98a 33214 kde optional kdebase-runtime_4.0.80-2.diff.gz
 ea9eb01ff2ad42b81769ad92728473df 1956690 kde optional khelpcenter4_4.0.80-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFIPH+Qn3j4POjENGERAkJeAJ98bKUK7n3szIGC7FL26OcwPSwE7gCeMXjg
Qbj2XAUcz6XixSsLu4zJyP0=
=zBEy
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: