rev 6361 - in branches/kde4/packages: . qca qca/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sun May 27 20:14:53 UTC 2007


Author: pusling-guest
Date: 2007-05-27 20:14:53 +0000 (Sun, 27 May 2007)
New Revision: 6361

Added:
   branches/kde4/packages/qca/
   branches/kde4/packages/qca/debian/
   branches/kde4/packages/qca/debian/changelog
   branches/kde4/packages/qca/debian/compat
   branches/kde4/packages/qca/debian/control
   branches/kde4/packages/qca/debian/copyright
   branches/kde4/packages/qca/debian/dirs
   branches/kde4/packages/qca/debian/docs
   branches/kde4/packages/qca/debian/libqca2-dev.dirs
   branches/kde4/packages/qca/debian/libqca2-dev.install
   branches/kde4/packages/qca/debian/libqca2.dirs
   branches/kde4/packages/qca/debian/libqca2.install
   branches/kde4/packages/qca/debian/rules
Log:
current experimental version


Added: branches/kde4/packages/qca/debian/changelog
===================================================================
--- branches/kde4/packages/qca/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/qca/debian/changelog	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,55 @@
+qca (2.0~beta2-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Jan Niehusmann <jan at debian.org>  Wed,  9 Aug 2006 17:53:12 +0200
+
+qca (1.0-8) unstable; urgency=low
+
+  * Update control file with correct Depends, Conflicts and
+    Replaces statements. (Closes: Bug#326131, Bug#326607)
+
+ -- Jan Niehusmann <jan at debian.org>  Mon,  5 Sep 2005 18:41:10 +0200
+
+qca (1.0-7) unstable; urgency=low
+
+  * C++ ABI transition
+
+ -- Jan Niehusmann <jan at debian.org>  Tue, 16 Aug 2005 07:41:10 +0200
+
+qca (1.0-6) unstable; urgency=low
+
+  * Reupload to unstable (Closes: Bug#290326) to make psi happy
+
+ -- Jan Niehusmann <jan at debian.org>  Thu, 13 Jan 2005 17:07:09 +0100
+
+qca (1.0-5) experimental; urgency=low
+
+  * Remove conf.log in clean target
+
+ -- Jan Niehusmann <jan at debian.org>  Tue, 16 Nov 2004 13:28:38 +0100
+
+qca (1.0-4) experimental; urgency=low
+
+  * Fixed dependency of qca-dev on libqca1
+
+ -- Jan Niehusmann <jan at debian.org>  Tue, 16 Nov 2004 13:24:43 +0100
+
+qca (1.0-3) experimental; urgency=low
+
+  * Changed section of qca-dev to libdevel
+
+ -- Jan Niehusmann <jan at debian.org>  Mon, 15 Nov 2004 12:13:55 +0100
+
+qca (1.0-2) experimental; urgency=low
+
+  * Added build-dependency on libqt3-mt-dev (Closes: Bug#281338)
+
+ -- Jan Niehusmann <jan at debian.org>  Mon, 15 Nov 2004 11:26:18 +0100
+
+qca (1.0-1) experimental; urgency=low
+
+  * New upstream release
+  * First version uploaded to debian (Closes: Bug#223469)
+
+ -- Jan Niehusmann <jan at debian.org>  Tue,  6 Nov 2004 13:58:01 +0100

Added: branches/kde4/packages/qca/debian/compat
===================================================================
--- branches/kde4/packages/qca/debian/compat	                        (rev 0)
+++ branches/kde4/packages/qca/debian/compat	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1 @@
+4

Added: branches/kde4/packages/qca/debian/control
===================================================================
--- branches/kde4/packages/qca/debian/control	                        (rev 0)
+++ branches/kde4/packages/qca/debian/control	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,42 @@
+Source: qca
+Priority: optional
+Section: libs
+Maintainer: Jan Niehusmann <jan at debian.org>
+Build-Depends: debhelper (>= 4.0.0), libqt4-dev (>= 4.1.0-3), libqt4-debug-dev (>= 4.1.0-3)
+Build-Conflicts: qca-dev
+Standards-Version: 3.7.2
+
+Package: libqca2-dev
+Section: libdevel
+Architecture: any
+Depends: libqca2 (= ${Source-Version})
+Conflicts: qca-dev
+Description: Qt Cryptographic Architecture - development files
+ Taking a hint from the similarly-named Java Cryptography Architecture,
+ QCA aims to provide a straightforward and cross-platform crypto API,
+ using Qt datatypes and conventions. QCA separates the API from the
+ implementation, using plugins known as Providers. The advantage of
+ this model is to allow applications to avoid linking to or explicitly
+ depending on any particular cryptographic library. This allows one to
+ easily change or upgrade crypto implementations without even needing
+ to recompile the application!
+ .
+ This package contains the files necessary to compile applications
+ using qca.
+
+Package: libqca2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt Cryptographic Architecture - shared library
+ Taking a hint from the similarly-named Java Cryptography Architecture,
+ QCA aims to provide a straightforward and cross-platform crypto API,
+ using Qt datatypes and conventions. QCA separates the API from the
+ implementation, using plugins known as Providers. The advantage of
+ this model is to allow applications to avoid linking to or explicitly
+ depending on any particular cryptographic library. This allows one to
+ easily change or upgrade crypto implementations without even needing
+ to recompile the application!
+ .
+ This package contains the files necessary to run applications
+ using qca.

Added: branches/kde4/packages/qca/debian/copyright
===================================================================
--- branches/kde4/packages/qca/debian/copyright	                        (rev 0)
+++ branches/kde4/packages/qca/debian/copyright	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,23 @@
+This package was debianized by Jan Niehusmann <jan at debian.org> on
+Sat,  1 Nov 2003 19:30:45 +0100.
+
+It was downloaded from http://delta.affinix.com/qca/
+
+Upstream Author: Justin Karneges <justin at affinix.com>
+
+Copyright:
+
+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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+

Added: branches/kde4/packages/qca/debian/dirs
===================================================================
--- branches/kde4/packages/qca/debian/dirs	                        (rev 0)
+++ branches/kde4/packages/qca/debian/dirs	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: branches/kde4/packages/qca/debian/docs
===================================================================
--- branches/kde4/packages/qca/debian/docs	                        (rev 0)
+++ branches/kde4/packages/qca/debian/docs	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,2 @@
+README
+TODO

Added: branches/kde4/packages/qca/debian/libqca2-dev.dirs
===================================================================
--- branches/kde4/packages/qca/debian/libqca2-dev.dirs	                        (rev 0)
+++ branches/kde4/packages/qca/debian/libqca2-dev.dirs	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include

Added: branches/kde4/packages/qca/debian/libqca2-dev.install
===================================================================
--- branches/kde4/packages/qca/debian/libqca2-dev.install	                        (rev 0)
+++ branches/kde4/packages/qca/debian/libqca2-dev.install	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,6 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+/usr/lib/*.la
+usr/share/qt4/mkspecs/features/crypto.prf

Added: branches/kde4/packages/qca/debian/libqca2.dirs
===================================================================
--- branches/kde4/packages/qca/debian/libqca2.dirs	                        (rev 0)
+++ branches/kde4/packages/qca/debian/libqca2.dirs	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1 @@
+usr/lib

Added: branches/kde4/packages/qca/debian/libqca2.install
===================================================================
--- branches/kde4/packages/qca/debian/libqca2.install	                        (rev 0)
+++ branches/kde4/packages/qca/debian/libqca2.install	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: branches/kde4/packages/qca/debian/rules
===================================================================
--- branches/kde4/packages/qca/debian/rules	                        (rev 0)
+++ branches/kde4/packages/qca/debian/rules	2007-05-27 20:14:53 UTC (rev 6361)
@@ -0,0 +1,115 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+deb_host_gnu_type   ?= $(shell dpkg-architecture -qdeb_host_gnu_type)
+deb_build_gnu_type  ?= $(shell dpkg-architecture -qdeb_build_gnu_type)
+
+
+cflags = -wall -g
+
+ifneq (,$(findstring noopt,$(deb_build_options)))
+	cflags += -o0
+else
+	cflags += -o2
+endif
+ifeq (,$(findstring nostrip,$(deb_build_options)))
+	install_program += -s
+endif
+
+# shared library versions, option 1
+version=2.0.5
+major=2
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+#version=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,rstart)}'`
+#major=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,rstart+4)}'`
+
+config.status: configure
+	dh_testdir
+	# add here commands to configure the package.
+	cflags="$(cflags)" ./configure --prefix=/usr --qtdir=/usr/share/qt4/
+
+build: build-stamp
+build-stamp:  config.status
+	dh_testdir
+
+	# add here commands to compile the package.
+	make
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# add here commands to clean up after the build process.
+	-make distclean
+	-rm makefile
+	-rm conf.log
+	-rm lib/libqca.so.2.0.0
+#ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+#	cp -f /usr/share/misc/config.sub config.sub
+#endif
+#ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+#	cp -f /usr/share/misc/config.guess config.guess
+#endif
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# add here commands to install the package into debian/tmp
+	make INSTALL_ROOT="`pwd`/debian/tmp/" install
+
+
+# build architecture-independent files here.
+binary-indep: build install
+# we have nothing to do by default.
+
+# build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install --sourcedir=debian/tmp --list-missing
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: branches/kde4/packages/qca/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list