--- qca2-plugin-gnupg-2.0.0~beta3.orig/qca-gnupg.cpp +++ qca2-plugin-gnupg-2.0.0~beta3/qca-gnupg.cpp @@ -62,21 +62,10 @@ return out; } -#ifdef Q_OS_LINUX -static bool qt_buggy_fsw() -{ - // FIXME: just a guess that this is fixed in 4.3.5 and 4.4.0 - if(qVersionInt() < 0x040305) - return true; - else - return false; -} -#else static bool qt_buggy_fsw() { return false; } -#endif // begin ugly hack for qca 2.0.0 with broken dirwatch support --- qca2-plugin-gnupg-2.0.0~beta3.orig/debian/libqca2-plugin-gnupg.install +++ qca2-plugin-gnupg-2.0.0~beta3/debian/libqca2-plugin-gnupg.install @@ -0,0 +1 @@ +usr/lib/*/qt4/plugins/crypto/libqca-gnupg.so --- qca2-plugin-gnupg-2.0.0~beta3.orig/debian/rules +++ qca2-plugin-gnupg-2.0.0~beta3/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/qmake.mk + +DEB_MAKE_CLEAN_TARGET = clean +DEB_MAKE_BUILD_TARGET = all +DEB_MAKE_INSTALL_TARGET = install INSTALL_ROOT=$(CURDIR)/debian/tmp/ +DEB_DH_INSTALL_SOURCEDIR = debian/tmp +# no check for this software +# DEB_MAKE_CHECK_TARGET = + +common-configure-arch common-configure-indep:: common-configure-impl + +common-configure-impl:: $(DEB_BUILDDIR)/Makefile + +$(DEB_BUILDDIR)/Makefile: + cd $(DEB_BUILDDIR) && ./configure + +clean:: + rm -f $(DEB_BUILDDIR)/Makefile $(DEB_BUILDDIR)/.qmake.internal.cache + rm -f $(DEB_BUILDDIR)/lib/libqca-gnupg.so* + rm -f $(DEB_BUILDDIR)/conf.log + rm -f $(DEB_BUILDDIR)/conf.pri --- qca2-plugin-gnupg-2.0.0~beta3.orig/debian/control +++ qca2-plugin-gnupg-2.0.0~beta3/debian/control @@ -0,0 +1,17 @@ +Source: qca2-plugin-gnupg +Section: libs +Priority: optional +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Jan Niehusmann +Build-Depends: autotools-dev, + cdbs, + debhelper (>= 9), + libqca2-dev (>=2.0.0), + libqt4-dev (>= 4:4.8.1) +Standards-Version: 3.9.3 + +Package: libqca2-plugin-gnupg +Architecture: any +Depends: gnupg, ${misc:Depends}, ${shlibs:Depends} +Description: QCA gnupg plugin for libqca2 + This plugin provides features based on gnupg to qca2. --- qca2-plugin-gnupg-2.0.0~beta3.orig/debian/compat +++ qca2-plugin-gnupg-2.0.0~beta3/debian/compat @@ -0,0 +1 @@ +9 --- qca2-plugin-gnupg-2.0.0~beta3.orig/debian/copyright +++ qca2-plugin-gnupg-2.0.0~beta3/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Jan Niehusmann on +Fri, 27 Jul 2007 14:04:02 +0200. + +It was downloaded from http://delta.affinix.com/qca/ + +Upstream Authors: + + Justin Karneges + +Copyright: + + Copyright (C) 2003-2005 Justin Karneges + +License: + + 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 can be found in `/usr/share/common-licenses/LGPL'. + +The Debian packaging is (C) 2007, Jan Niehusmann and +is licensed under the LGPL, see above. --- qca2-plugin-gnupg-2.0.0~beta3.orig/debian/changelog +++ qca2-plugin-gnupg-2.0.0~beta3/debian/changelog @@ -0,0 +1,36 @@ +qca2-plugin-gnupg (2.0.0~beta3-2) unstable; urgency=low + + * Qt 4.8 multiarch transition (Closes: #662783): + - update build-dependency to Qt >= 4.8.1. + - update install path of the plugin. + + -- Debian Qt/KDE Maintainers Wed, 02 May 2012 10:57:34 +0300 + +qca2-plugin-gnupg (2.0.0~beta3-1) unstable; urgency=low + + * New Upstream Version (Closes: Bug#525765) + * Disable buggy qt_buggy_fsw check + * Update standards-version + + -- Jan Niehusmann Thu, 12 Mar 2009 20:02:05 +0100 + +qca2-plugin-gnupg (0.1~20070904-2) unstable; urgency=low + + * Use qmake.mk instead of makefile.mk (Closes: Bug#445941) + * Upload to unstable + + -- Jan Niehusmann Sat, 27 Oct 2007 19:12:30 +0200 + +qca2-plugin-gnupg (0.1~20070904-1) experimental; urgency=low + + * New upstream release + + -- Jan Niehusmann Sun, 07 Oct 2007 15:31:36 +0200 + +qca2-plugin-gnupg (0.1~20070706-1) experimental; urgency=low + + * Initial release + * Closes: Bug#435703 + + -- Jan Niehusmann Mon, 06 Aug 2007 11:41:08 +0200 +