[SCM] baloo-widgets packaging branch, kubuntu_xenial_archive, updated. ubuntu/4%15.08.2-0ubuntu1-2-g497aff7

Philip Muškovac yofel-guest at moszumanska.debian.org
Tue Jan 12 21:10:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/baloo-widgets.git;a=commitdiff;h=497aff7

The following commit has been merged in the kubuntu_xenial_archive branch:
commit 497aff781381254e5b05a69198eaed9c386b4a28
Author: Philip Muškovac <yofel at gmx.net>
Date:   Tue Jan 12 22:09:28 2016 +0100

    Merge with debian master
---
 debian/.gitattributes                |   1 +
 debian/changelog                     |  45 +++++++++++-
 debian/control                       |  33 +++++----
 debian/copyright                     | 135 ++++++++++++++++++++++++-----------
 debian/libkf5baloowidgets-dev.acc.in |  21 ++++++
 debian/libkf5baloowidgets5.install   |   3 +-
 debian/libkf5baloowidgets5.symbols   |  81 +++++++++++++++++++++
 debian/rules                         |   4 +-
 debian/tests/acc                     |  11 +++
 debian/tests/control                 |   7 ++
 debian/tests/testsuite               |   3 +
 11 files changed, 287 insertions(+), 57 deletions(-)

diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
index 519c787..18379f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 baloo-widgets (4:15.12.0-0ubuntu1) UNRELEASED; urgency=medium
 
+  [ Clive Johnston ]
   * New upstream release
 
+  [ Philip Muškovac ]
+  * Merge with debian git master
+
  -- Clive Johnston <clivejo at aol.com>  Sat, 02 Jan 2016 13:24:51 +0000
 
 baloo-widgets (4:15.08.2-0ubuntu1) wily; urgency=medium
@@ -17,6 +21,18 @@ baloo-widgets (4:15.08.1-0ubuntu1) wily; urgency=medium
 
  -- Clive Johnston <clivejo at aol.com>  Tue, 22 Sep 2015 16:04:26 +0100
 
+baloo-widgets5 (15.08.0-2) unstable; urgency=medium
+
+  * Release to unstable.
+
+ -- Maximiliano Curia <maxy at debian.org>  Mon, 21 Sep 2015 16:21:50 +0200
+
+baloo-widgets5 (15.08.0-1) experimental; urgency=medium
+
+  * Initial Debian release.
+
+ -- Maximiliano Curia <maxy at debian.org>  Sat, 05 Sep 2015 01:28:20 +0200
+
 baloo-widgets (4:15.08.0-0ubuntu1) wily; urgency=medium
 
   * new upstream release
@@ -33,7 +49,7 @@ baloo-widgets (4:15.07.90-0ubuntu1) wily; urgency=medium
 baloo-widgets (4:4.14.2-0ubuntu1) vivid; urgency=medium
 
   * New upstream release
-  * Fix spacing and match debina license to upstream in copyright. 
+  * Fix spacing and match debina license to upstream in copyright.
 
  -- Scarlett Clark <sgclark at kubuntu.org>  Fri, 10 Oct 2014 02:31:30 -0700
 
@@ -43,6 +59,21 @@ baloo-widgets (4:4.14.1-0ubuntu1) utopic; urgency=medium
 
  -- Scarlett Clark <sgclark at kubuntu.org>  Mon, 22 Sep 2014 16:20:59 +0200
 
+baloo-widgets (4:4.14.0-2) unstable; urgency=medium
+
+  * Update symbols files. (Closes: #777793)
+  * Add missing dev dependency (thanks to acc headers check)
+
+ -- Maximiliano Curia <maxy at debian.org>  Mon, 10 Aug 2015 17:31:11 +0200
+
+baloo-widgets (4:4.14.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Update install file.
+  * Update symbols file.
+
+ -- Maximiliano Curia <maxy at debian.org>  Sun, 24 Aug 2014 01:19:14 +0200
+
 baloo-widgets (4:4.14.0-0ubuntu1) utopic; urgency=medium
 
   * New upstream release
@@ -71,6 +102,18 @@ baloo-widgets (4:4.13.90-0ubuntu1) utopic; urgency=medium
 
  -- Scarlett Clark <scarlett at scarlettgatelyclark.com>  Thu, 24 Jul 2014 17:20:55 +0200
 
+baloo-widgets (4:4.13.3-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Maximiliano Curia <maxy at debian.org>  Thu, 31 Jul 2014 14:19:49 +0200
+
+baloo-widgets (4:4.13.2-1) experimental; urgency=medium
+
+  * Initial release for debian, packaged merged with the kubuntu version.
+
+ -- Maximiliano Curia <maxy at debian.org>  Sun, 22 Jun 2014 11:18:43 +0200
+
 baloo-widgets (4:4.13.2-0ubuntu1) utopic; urgency=medium
 
   * new upstream release
diff --git a/debian/control b/debian/control
index b21c5e1..6bf15d2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,30 @@
 Source: baloo-widgets
-Section: kde
+Section: libs
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: baloo-kf5-dev,
-               cmake,
+Uploaders: Maximiliano Curia <maxy at debian.org>
+Build-Depends: baloo-kf5-dev (>= 5.13),
+               cmake (>= 2.8.12~),
                debhelper (>= 9.0.0),
-               extra-cmake-modules,
+               extra-cmake-modules (>= 0.0.14~),
+               kio-dev,
                libkf5config-dev,
                libkf5filemetadata-dev,
+               libkf5i18n-dev,
                libkf5kdelibs4support-dev,
                libkf5service-dev,
-               pkg-kde-tools
+               pkg-kde-tools,
+               qtbase5-dev
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-applications/baloo-widgets.git/
+XS-Testsuite: autopkgtest
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-applications/baloo-widgets.git
 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-applications/baloo-widgets.git
 Homepage: http://projects.kde.org/baloo-widgets
 
 Package: libkf5baloowidgets5
-Multi-Arch: same
 Architecture: any
-Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: same
+Depends: libkf5filemetadata-bin, ${misc:Depends}, ${shlibs:Depends}
 Recommends: libkf5baloowidgets-bin
 Description: Wigets for use with Baloo
  Baloo is a framework for searching and managing metadata.
@@ -37,22 +41,23 @@ Description: Wigets for use with Baloo - binaries
  This package contains binaries used by the baloo widgets library.
 
 Package: libkf5baloowidgets-dev
-Architecture: any
 Section: libdevel
-Depends: libkf5baloowidgets5 (= ${binary:Version}),
+Architecture: any
+Multi-Arch: same
+Depends: kio-dev,
+         libkf5baloowidgets5 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Multi-Arch: foreign
 Description: Development headers for developing applications with Baloo
  Baloo is a framework for searching and managing metadata.
  .
  This package contains development headers for Baloo Widgets library.
 
 Package: libkf5baloowidgets5-dbg
+Section: debug
+Priority: extra
 Architecture: any
 Depends: libkf5baloowidgets5 (= ${binary:Version}), ${misc:Depends}
-Priority: extra
-Section: debug
 Description: Debugging symbols for Baloo Widgets
  Baloo is a framework for searching and managing metadata in KDE.
  .
diff --git a/debian/copyright b/debian/copyright
index fe4dbf0..0e4e7da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,28 +3,18 @@ Upstream-Name: baloo-widgets
 Source: http://community.kde.org/Baloo-Widgets
 
 Files: *
-Copyright: 2012-2013  Vishesh Handa <me at vhanda.in>
-           2008 by Sebastian Trueg <trueg at kde.org>
-           2009-2010 by Peter Penz <peter.penz at gmx.at>
+Copyright: 2013-2014, Denis Steckelmacher <steckdenis at yahoo.fr>
+           1991-1999, Free Software Foundation, Inc
+           2009-2010, Peter Penz <peter.penz at gmx.at>
+           2008, Sebastian Trueg <trueg at kde.org>
+           2012-2014, Vishesh Handa <me at vhanda.in>
+           2012-2015, Vishesh Handa <vhanda at kde.org>
 License: LGPL-2.1+
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 Files: src/filemetadataconfigwidget.cpp
        src/filemetadataconfigwidget.h
        src/filemetadataprovider.cpp
-       src/filemetadataprovider_p.h
+       src/filemetadataprovider.h
        src/kblocklayout.cpp
        src/kblocklayout.h
        src/kcommentwidget.cpp
@@ -32,21 +22,48 @@ Files: src/filemetadataconfigwidget.cpp
        src/tagwidget.cpp
        src/tagwidget.h
        src/tagwidget_p.h
-       src/widgets_export.h
-       debian/*
-Copyright: 2007 David Faure <faure at kde.org>
-           2006-2010 Sebastian Trueg <trueg at kde.org>
-           2009,2010 by Peter Penz <peter.penz at gmx.at>
-           2011-2013 by Vishesh Handa <me at vhanda.in>
-           2014 Jonathan Riddell <jriddell at ubuntu.com>
+Copyright: 2006, David Faure <faure at kde.org>
+           2010, Nokia Corporation and/or its subsidiary(-ies)
+           2009-2010, Peter Penz <peter.penz at gmx.at>
+           2006-2010, Sebastian Trueg <trueg at kde.org>
+           2004-2006, Trolltech ASA
+           2011-2013, Vishesh Handa <me at vhanda.in>
+License: LGPL-2+
+
+Files: autotests/config.h.in
+       src/extractor.cpp
+       src/tagcheckbox.cpp
+       src/tagcheckbox.h
+       test/tagwidgetapp.cpp
+       test/tagwidgettest.cpp
+       test/tagwidgettest.h
+Copyright: 2013, David Edmundson <davidedmundson at kde.org>
+           2010, Sebastian Trueg <trueg at kde.org>
+           2013-2014, Vishesh Handa <me at vhanda.in>
+License: LGPL-2.1+3+KDEeV
+
+Files: src/keditcommentdialog.cpp
+       src/keditcommentdialog.h
+       src/kedittagsdialog.cpp
+       src/naturalqueryparser/naturalfilequeryparser.h
+       src/naturalqueryparser/naturalqueryparser.h
+Copyright: 2014, Felix Eisele
+           2009, Peter Penz <peter.penz at gmx.at>
+           2007-2010, Sebastian Trueg <trueg at kde.org>
+           2014, Vishesh Handa <me at vhanda.in>
+License: LGPL-2
+
+Files: debian/*
+Copyright: 2014 Jonathan Riddell <jriddell at ubuntu.com>
 License: LGPL-2+
+
+License: LGPL-2
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
+ License version 2 as published by the Free Software Foundation.
  .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Library General Public License for more details.
  .
@@ -54,20 +71,18 @@ License: LGPL-2+
  along with this library; see the file COPYING.LIB.  If not, write to
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  Boston, MA 02110-1301, USA.
- .
- On Debian systems, the complete text of the GNU General Lesser
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ --
+ On Debian systems, the complete text of the GNU Library General Public
+ License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
 
-Files: src/kedittagsdialog_p.h
-       src/kedittagsdialog.cpp
-Copyright: 2009 by Peter Penz <peter.penz at gmx.at>
-License: LGPL-2
+License: LGPL-2+
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Library General Public
- License version 2 as published by the Free Software Foundation.
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
  .
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Library General Public License for more details.
  .
@@ -75,6 +90,46 @@ License: LGPL-2
  along with this library; see the file COPYING.LIB.  If not, write to
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  Boston, MA 02110-1301, USA.
+ --
+ On Debian systems, the complete text of the GNU General Library
+ Public License version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ --
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+License: LGPL-2.1+3+KDEeV
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) version 3, or any
+ later version accepted by the membership of KDE e.V. (or its
+ successor approved by the membership of KDE e.V.), which shall
+ act as a proxy defined in Section 6 of version 3 of the license.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
  .
- On Debian systems, the complete text of the GNU General Lesser
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library.  If not, see <http://www.gnu.org/licenses/>.
+ --
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1', likewise,
+ the complete text of the GNU Lesser General Public License version 3 can be
+ found in `/usr/share/common-licenses/LGPL-3'.
diff --git a/debian/libkf5baloowidgets-dev.acc.in b/debian/libkf5baloowidgets-dev.acc.in
new file mode 100644
index 0000000..7b704ce
--- /dev/null
+++ b/debian/libkf5baloowidgets-dev.acc.in
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<version>
+    15.08.0
+</version>
+
+<headers>
+    /usr/include/KF5/BalooWidgets
+</headers>
+
+<libs>
+    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5BalooWidgets.so
+</libs>
+
+<gcc_options>
+    -fPIC
+    -I/usr/lib/@@DEB_HOST_MULTIARCH@@/qt5/mkspecs/common/posix/
+</gcc_options>
+
+</descriptor>
diff --git a/debian/libkf5baloowidgets5.install b/debian/libkf5baloowidgets5.install
index ac52deb..ebd11e0 100644
--- a/debian/libkf5baloowidgets5.install
+++ b/debian/libkf5baloowidgets5.install
@@ -1 +1,2 @@
-usr/lib/*/libKF5BalooWidgets.so.5*
+usr/lib/*/libKF5BalooWidgets.so.5
+usr/lib/*/libKF5BalooWidgets.so.5.*
diff --git a/debian/libkf5baloowidgets5.symbols b/debian/libkf5baloowidgets5.symbols
new file mode 100644
index 0000000..96d65d6
--- /dev/null
+++ b/debian/libkf5baloowidgets5.symbols
@@ -0,0 +1,81 @@
+# SymbolsHelper-Confirmed: 15.08.0 amd64
+libKF5BalooWidgets.so.5 libkf5baloowidgets5 #MINVER#
+ _ZN5Baloo18FileMetaDataWidget11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget11qt_metacastEPKc at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget11setReadOnlyEb at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget12urlActivatedERK4QUrl at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget16staticMetaObjectE at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget23metaDataRequestFinishedERK13KFileItemList at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7Private10deleteRowsEv at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7Private17slotLinkActivatedERK7QString at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7Private19slotLoadingFinishedEv at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7Private21slotDataChangeStartedEv at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7Private22slotDataChangeFinishedEv at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7PrivateC1EPS0_ at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7PrivateC2EPS0_ at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7PrivateD1Ev at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget7PrivateD2Ev at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidget8setItemsERK13KFileItemList at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidgetC1EP7QWidget at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidgetC2EP7QWidget at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidgetD0Ev at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidgetD1Ev at Base 15.08.0
+ _ZN5Baloo18FileMetaDataWidgetD2Ev at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget11qt_metacastEPKc at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget16staticMetaObjectE at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget4saveEv at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget5eventEP6QEvent at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget7Private12loadMetaDataEv at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget7Private19slotLoadingFinishedEv at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget7Private7addItemERK7QString at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget7PrivateC1EPS0_ at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget7PrivateC2EPS0_ at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget7PrivateD1Ev at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget7PrivateD2Ev at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidget8setItemsERK13KFileItemList at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidgetC1EP7QWidget at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidgetC2EP7QWidget at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidgetD0Ev at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidgetD1Ev at Base 15.08.0
+ _ZN5Baloo24FileMetaDataConfigWidgetD2Ev at Base 15.08.0
+ _ZN5Baloo9TagWidget10tagClickedERK7QString at Base 15.08.0
+ _ZN5Baloo9TagWidget11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.08.0
+ _ZN5Baloo9TagWidget11qt_metacastEPKc at Base 15.08.0
+ _ZN5Baloo9TagWidget11slotShowAllEv at Base 15.08.0
+ _ZN5Baloo9TagWidget12setAlignmentE6QFlagsIN2Qt13AlignmentFlagEE at Base 15.08.0
+ _ZN5Baloo9TagWidget12setReadyOnlyEb at Base 15.08.0
+ _ZN5Baloo9TagWidget15setSelectedTagsERK11QStringList at Base 15.08.0
+ _ZN5Baloo9TagWidget16selectionChangedERK11QStringList at Base 15.08.0
+ _ZN5Baloo9TagWidget16staticMetaObjectE at Base 15.08.0
+ _ZN5Baloo9TagWidget17slotTagUpdateDoneEv at Base 15.08.0
+ _ZN5Baloo9TagWidget26slotKEditTagDialogFinishedEi at Base 15.08.0
+ _ZN5Baloo9TagWidgetC1EP7QWidget at Base 15.08.0
+ _ZN5Baloo9TagWidgetC2EP7QWidget at Base 15.08.0
+ _ZN5Baloo9TagWidgetD0Ev at Base 15.08.0
+ _ZN5Baloo9TagWidgetD1Ev at Base 15.08.0
+ _ZN5Baloo9TagWidgetD2Ev at Base 15.08.0
+ _ZNK5Baloo18FileMetaDataWidget10isReadOnlyEv at Base 15.08.0
+ _ZNK5Baloo18FileMetaDataWidget10metaObjectEv at Base 15.08.0
+ _ZNK5Baloo18FileMetaDataWidget5itemsEv at Base 15.08.0
+ _ZNK5Baloo18FileMetaDataWidget7Private10sortedKeysERK4QMapI7QString8QVariantE at Base 15.08.0
+ _ZNK5Baloo18FileMetaDataWidget8sizeHintEv at Base 15.08.0
+ _ZNK5Baloo24FileMetaDataConfigWidget10metaObjectEv at Base 15.08.0
+ _ZNK5Baloo24FileMetaDataConfigWidget5itemsEv at Base 15.08.0
+ _ZNK5Baloo24FileMetaDataConfigWidget8sizeHintEv at Base 15.08.0
+ _ZNK5Baloo9TagWidget10metaObjectEv at Base 15.08.0
+ _ZNK5Baloo9TagWidget12selectedTagsEv at Base 15.08.0
+ _ZNK5Baloo9TagWidget8readOnlyEv at Base 15.08.0
+ _ZNK5Baloo9TagWidget9alignmentEv at Base 15.08.0
+ _ZTIN5Baloo18FileMetaDataWidgetE at Base 15.08.0
+ _ZTIN5Baloo24FileMetaDataConfigWidgetE at Base 15.08.0
+ _ZTIN5Baloo9TagWidgetE at Base 15.08.0
+ _ZTSN5Baloo18FileMetaDataWidgetE at Base 15.08.0
+ _ZTSN5Baloo24FileMetaDataConfigWidgetE at Base 15.08.0
+ _ZTSN5Baloo9TagWidgetE at Base 15.08.0
+ _ZTVN5Baloo18FileMetaDataWidgetE at Base 15.08.0
+ _ZTVN5Baloo24FileMetaDataConfigWidgetE at Base 15.08.0
+ _ZTVN5Baloo9TagWidgetE at Base 15.08.0
+ (c++)"non-virtual thunk to Baloo::FileMetaDataConfigWidget::~FileMetaDataConfigWidget()@Base" 15.08.0
+ (c++)"non-virtual thunk to Baloo::FileMetaDataWidget::~FileMetaDataWidget()@Base" 15.08.0
+ (c++)"non-virtual thunk to Baloo::TagWidget::~TagWidget()@Base" 15.08.0
diff --git a/debian/rules b/debian/rules
index a05f19b..3a33bdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,6 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 override_dh_strip:
 	dh_strip --dbg-package=libkf5baloowidgets5-dbg
 
-.PHONY: override_dh_auto_test
+override_dh_auto_test:
+	# Disable unit tests at build time
+	:
diff --git a/debian/tests/acc b/debian/tests/acc
new file mode 100755
index 0000000..f8dc629
--- /dev/null
+++ b/debian/tests/acc
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+for in_file in debian/*.acc.in; do
+    out_file=${in_file%.in}
+    sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \
+        "${in_file}" > "${out_file}"
+done
+
+dh_acc
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..92c6488
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,7 @@
+Tests: testsuite
+Depends: @, @builddeps@, build-essential
+Restrictions: build-needed
+
+Tests: acc
+Depends: @,
+         dh-acc, exuberant-ctags
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
new file mode 100755
index 0000000..dabe645
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+dh_auto_test

-- 
baloo-widgets packaging



More information about the pkg-kde-commits mailing list