rev 6981 - in branches/kde4/packages: . qca2-plugin-gnupg qca2-plugin-gnupg/debian

Jan Niehusmann jan at alioth.debian.org
Mon Aug 6 09:46:43 UTC 2007


Author: jan
Date: 2007-08-06 09:46:43 +0000 (Mon, 06 Aug 2007)
New Revision: 6981

Added:
   branches/kde4/packages/qca2-plugin-gnupg/
   branches/kde4/packages/qca2-plugin-gnupg/debian/
   branches/kde4/packages/qca2-plugin-gnupg/debian/changelog
   branches/kde4/packages/qca2-plugin-gnupg/debian/compat
   branches/kde4/packages/qca2-plugin-gnupg/debian/control
   branches/kde4/packages/qca2-plugin-gnupg/debian/copyright
   branches/kde4/packages/qca2-plugin-gnupg/debian/docs
   branches/kde4/packages/qca2-plugin-gnupg/debian/libqca2-plugin-gnupg.install
   branches/kde4/packages/qca2-plugin-gnupg/debian/rules
Log:
New Package: qca2-plugin-gnupg
Closes Bug#435703: ITP: qca2-plugin-gnupg -- GnuPG plugin for QCA2


Added: branches/kde4/packages/qca2-plugin-gnupg/debian/changelog
===================================================================
--- branches/kde4/packages/qca2-plugin-gnupg/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-gnupg/debian/changelog	2007-08-06 09:46:43 UTC (rev 6981)
@@ -0,0 +1,7 @@
+qca2-plugin-gnupg (0.1~20070706-1) experimental; urgency=low
+
+  * Initial release
+  * Closes: Bug#435703
+
+ -- Jan Niehusmann <jan at debian.org>  Mon, 06 Aug 2007 11:41:08 +0200
+

Added: branches/kde4/packages/qca2-plugin-gnupg/debian/compat
===================================================================
--- branches/kde4/packages/qca2-plugin-gnupg/debian/compat	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-gnupg/debian/compat	2007-08-06 09:46:43 UTC (rev 6981)
@@ -0,0 +1 @@
+5

Added: branches/kde4/packages/qca2-plugin-gnupg/debian/control
===================================================================
--- branches/kde4/packages/qca2-plugin-gnupg/debian/control	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-gnupg/debian/control	2007-08-06 09:46:43 UTC (rev 6981)
@@ -0,0 +1,13 @@
+Source: qca2-plugin-gnupg
+Section: libs
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Jan Niehusmann <jan at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libqca2-dev
+Standards-Version: 3.7.2
+
+Package: libqca2-plugin-gnupg
+Architecture: any
+Depends: gnupg, ${shlibs:Depends}, ${misc:Depends}
+Description: QCA gnupg plugin for libqca2
+ This plugin provides features based on gnupg to qca2. 

Added: branches/kde4/packages/qca2-plugin-gnupg/debian/copyright
===================================================================
--- branches/kde4/packages/qca2-plugin-gnupg/debian/copyright	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-gnupg/debian/copyright	2007-08-06 09:46:43 UTC (rev 6981)
@@ -0,0 +1,37 @@
+This package was debianized by Jan Niehusmann <jan at debian.org> on
+Fri, 27 Jul 2007 14:04:02 +0200.
+
+It was downloaded from <http://delta.affinix.com/download/qca/2.0/beta7/qca-gnupg-0.1-20070706.tar.bz2>
+
+Upstream Authors: 
+
+    Justin Karneges <justin at affinix.com>
+
+Copyright: 
+
+    Copyright (C) 2003-2005  Justin Karneges <justin at affinix.com>
+
+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 <jan at debian.org> and
+is licensed under the LGPL, see above.
+
+

Added: branches/kde4/packages/qca2-plugin-gnupg/debian/docs
===================================================================

Added: branches/kde4/packages/qca2-plugin-gnupg/debian/libqca2-plugin-gnupg.install
===================================================================
--- branches/kde4/packages/qca2-plugin-gnupg/debian/libqca2-plugin-gnupg.install	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-gnupg/debian/libqca2-plugin-gnupg.install	2007-08-06 09:46:43 UTC (rev 6981)
@@ -0,0 +1 @@
+usr/lib/qt4/plugins/crypto/libqca-gnupg.so

Added: branches/kde4/packages/qca2-plugin-gnupg/debian/rules
===================================================================
--- branches/kde4/packages/qca2-plugin-gnupg/debian/rules	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-gnupg/debian/rules	2007-08-06 09:46:43 UTC (rev 6981)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.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
+


Property changes on: branches/kde4/packages/qca2-plugin-gnupg/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list