Package: libaqbanking Version: 4.1.0-2 Severity: serious Tags: patch Justification: no longer builds from source User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hello maintainer, In Ubuntu, we've applied the attached patch to achieve the following: * Sync on debian (LP: #400102) * Applied a patch from gentoo to fix FTBFS with GCC 4.4 We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy') Architecture: i386 (i686) Kernel: Linux 2.6.24-16-generic (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- libaqbanking-4.1.0.orig/src/frontends/qbanking/lib/widgets/qbcfgtab.h +++ libaqbanking-4.1.0/src/frontends/qbanking/lib/widgets/qbcfgtab.h @@ -27,7 +27,7 @@ class QBCfgTabPage; -class QBANKING_API QBCfgTab: protected QBCfgTabUi { +class QBANKING_API QBCfgTab: public QBCfgTabUi { Q_OBJECT private: QBanking *_qbanking;