debian/0000755000000000000000000000000012165544033007171 5ustar debian/control0000644000000000000000000000212512165544033010574 0ustar Source: qt-at-spi Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Accessibility Team Uploaders: Luke Yelavich , Samuel Thibault Build-Depends: debhelper (>= 7.3), libqt4-dev (>= 4:4.8~), libatspi2.0-dev, hardening-wrapper, qt4-dev-tools Standards-Version: 3.9.3 Section: misc Package: qt-at-spi Section: misc Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: at-spi accessibility plugin for Qt A plugin to export Qt widgets over AT-SPI2. This allows them to be read by accessibility tools such as the Orca screen reader. Package: qt-at-spi-doc Section: doc Architecture: all Depends: ${misc:Depends} Replaces: qt-at-spi Description: at-spi accessibility plugin for Qt - Documentation A plugin to export Qt widgets over AT-SPI2. This allows them to be read by accessibility tools such as the Orca screen reader. . This package contains the API documentation. debian/source/0000755000000000000000000000000011764464447010507 5ustar debian/source/format0000644000000000000000000000001411764464447011715 0ustar 3.0 (quilt) debian/qt-at-spi-doc.docs0000644000000000000000000000001112033150567012414 0ustar doc/html debian/rules0000755000000000000000000000030712032154022010235 0ustar #!/usr/bin/make -f # -*- makefile -*- export DEB_BUILD_HARDENING=1 export DEB_BUILD_HARDENING_BINDNOW=0 %: dh $@ --parallel override_dh_auto_build: dh_auto_build cd doc ; qdoc3 qatspi.qdocconf debian/compat0000644000000000000000000000000211764464447010405 0ustar 7 debian/qt-at-spi.install0000644000000000000000000000000412033151134012360 0ustar usr debian/patches/0000755000000000000000000000000012164124514010615 5ustar debian/patches/werror0000644000000000000000000000046712115233347012070 0ustar diff --git a/src/src.pro b/src/src.pro index f308cdc..6a8899b 100644 --- a/src/src.pro +++ b/src/src.pro @@ -27,9 +27,6 @@ SOURCES += \ standardactionwrapper.cpp \ atspiadaptor.cpp -QMAKE_CFLAGS+=-Werror -QMAKE_CXXFLAGS+=-Werror - CONFIG += qdbus plugin debug PKGCONFIG += atspi-2 debian/patches/series0000644000000000000000000000000712115233353012025 0ustar werror debian/changelog0000644000000000000000000000225612165544032011047 0ustar qt-at-spi (0.3.1-4fakesync1) saucy-proposed; urgency=low * Fake sync due to mismatching orig tarball (LP: #1198089). -- Oussama Bounaim Fri, 05 Jul 2013 15:20:26 +0200 qt-at-spi (0.3.1-4) unstable; urgency=low * patches/werror: New patch to drop use of -Werror (Closes: #701343). -- Samuel Thibault Sun, 30 Jun 2013 23:54:58 +0200 qt-at-spi (0.3.1-3) unstable; urgency=low * Split out API documentation into new qt-at-spi-doc package. This should permit qt-at-spi to be really multi-arch-installable (Closes: #689403). -- Samuel Thibault Thu, 04 Oct 2012 02:04:59 +0200 qt-at-spi (0.3.1-2) unstable; urgency=low [ Luke Yelavich ] * Declare multi-arch support, so the bridge can be used for 32bit applications. [ Samuel Thibault ] * rules: Disable bindnow hardening, it completely breaks loading the whole bridge (Closes: #688988). -- Samuel Thibault Mon, 01 Oct 2012 01:41:13 +0200 qt-at-spi (0.3.1-1) unstable; urgency=low [ Luke Yelavich ] * Initial release (Closes: #629870) -- Samuel Thibault Fri, 08 Jun 2012 23:02:24 +0200 debian/copyright0000644000000000000000000000461111764464447011144 0ustar This work was packaged by: Jonathan Riddell on Mon, 21 Mar 2011 12:08:44 +0000 It was downloaded from http://www.gitorious.org/qt-at-spi Upstream Authors: Frederik Gladhorn Copyright: Copyright 2008-2011 Nokia Corporation and/or its subsidiary(-ies). Copyright 2008, 2009 Codethink Ltd. Copyright 2012 José Millán Soto src/generated/marshallers.h is provided under: 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. 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. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. On Debian systems, the complete text of the GNU Lesser General Public License version 2 can be found in `/usr/share/common-licenses/LGPL-2'. the rest of qt-at-spi is provided under: 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.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 Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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'. The packaging is: Copyright 2011 Canonical Ltd and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/qt-at-spi.docs0000644000000000000000000000000712033150566011655 0ustar README