rev 6980 - in branches/kde4/packages: . qca2-plugin-ossl qca2-plugin-ossl/debian

Jan Niehusmann jan at alioth.debian.org
Mon Aug 6 09:44:13 UTC 2007


Author: jan
Date: 2007-08-06 09:44:13 +0000 (Mon, 06 Aug 2007)
New Revision: 6980

Added:
   branches/kde4/packages/qca2-plugin-ossl/
   branches/kde4/packages/qca2-plugin-ossl/debian/
   branches/kde4/packages/qca2-plugin-ossl/debian/changelog
   branches/kde4/packages/qca2-plugin-ossl/debian/compat
   branches/kde4/packages/qca2-plugin-ossl/debian/control
   branches/kde4/packages/qca2-plugin-ossl/debian/copyright
   branches/kde4/packages/qca2-plugin-ossl/debian/docs
   branches/kde4/packages/qca2-plugin-ossl/debian/libqca2-plugin-ossl.install
   branches/kde4/packages/qca2-plugin-ossl/debian/rules
   branches/kde4/packages/qca2-plugin-ossl/debian/stamp-autotools-files
Log:
New Package: qca2-plugin-ossl
Closes Bug#435693: ITP: qca2-plugin-ossl -- OpenSSL plugin for QCA2


Added: branches/kde4/packages/qca2-plugin-ossl/debian/changelog
===================================================================
--- branches/kde4/packages/qca2-plugin-ossl/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-ossl/debian/changelog	2007-08-06 09:44:13 UTC (rev 6980)
@@ -0,0 +1,7 @@
+qca2-plugin-ossl (0.1~20070706-1) experimental; urgency=low
+
+  * Initial release
+  * Closes: Bug#435693
+
+ -- Jan Niehusmann <jan at debian.org>  Mon, 06 Aug 2007 11:40:02 +0200
+

Added: branches/kde4/packages/qca2-plugin-ossl/debian/compat
===================================================================
--- branches/kde4/packages/qca2-plugin-ossl/debian/compat	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-ossl/debian/compat	2007-08-06 09:44:13 UTC (rev 6980)
@@ -0,0 +1 @@
+5

Added: branches/kde4/packages/qca2-plugin-ossl/debian/control
===================================================================
--- branches/kde4/packages/qca2-plugin-ossl/debian/control	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-ossl/debian/control	2007-08-06 09:44:13 UTC (rev 6980)
@@ -0,0 +1,21 @@
+Source: qca2-plugin-ossl
+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, libssl-dev
+Standards-Version: 3.7.2
+
+Package: libqca2-plugin-ossl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: QCA OSSL plugin for libqca2
+ This plugin provides features based on OpenSSL. It implements:
+  * Hashing - SHA1, SHA0, RIPEMD160, MD2, MD4, MD5
+  * Hashing - SHA224, SHA256, SHA384 and SHA512 (for openssl 0.9.8)
+  * Block Ciphers
+  * Keyed Hash Message Authentication Code (HMAC), using SHA1, MD5, RIPEMD160
+  * Public keys - RSA, DSA, Diffie-Hellman
+  * PKCS#12
+  * SSL/TLS
+  * CMS (for S/MIME)

Added: branches/kde4/packages/qca2-plugin-ossl/debian/copyright
===================================================================
--- branches/kde4/packages/qca2-plugin-ossl/debian/copyright	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-ossl/debian/copyright	2007-08-06 09:44:13 UTC (rev 6980)
@@ -0,0 +1,39 @@
+This package was debianized by Jan Niehusmann <jan at debian.org> on
+Tue, 24 Jul 2007 18:30:02 +0200.
+
+It was downloaded from <http://delta.affinix.com/download/qca/2.0/beta7/qca-ossl-0.1-20070706.tar.bz2>
+
+Upstream Authors: 
+
+    Justin Karneges <justin at affinix.com>
+    Brad Hards <bradh at frogmouth.net>
+
+Copyright: 
+
+    Copyright (C) 2004-2007  Justin Karneges <justin at affinix.com>
+    Copyright (C) 2004-2006  Brad Hards <bradh at frogmouth.net>
+
+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-ossl/debian/docs
===================================================================
--- branches/kde4/packages/qca2-plugin-ossl/debian/docs	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-ossl/debian/docs	2007-08-06 09:44:13 UTC (rev 6980)
@@ -0,0 +1,2 @@
+README
+TODO

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

Added: branches/kde4/packages/qca2-plugin-ossl/debian/rules
===================================================================
--- branches/kde4/packages/qca2-plugin-ossl/debian/rules	                        (rev 0)
+++ branches/kde4/packages/qca2-plugin-ossl/debian/rules	2007-08-06 09:44:13 UTC (rev 6980)
@@ -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-ossl.so*
+	rm -f $(DEB_BUILDDIR)/conf.log
+	rm -f $(DEB_BUILDDIR)/conf.pri
+


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

Added: branches/kde4/packages/qca2-plugin-ossl/debian/stamp-autotools-files
===================================================================




More information about the pkg-kde-commits mailing list