[Python-modules-commits] r6372 - in packages/pykcs11 (10 files)

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Aug 27 12:34:14 UTC 2008


    Date: Wednesday, August 27, 2008 @ 12:34:13
  Author: rousseau
Revision: 6372

initial files

Added:
  packages/pykcs11/trunk/
  packages/pykcs11/trunk/debian/
  packages/pykcs11/trunk/debian/changelog
  packages/pykcs11/trunk/debian/compat
  packages/pykcs11/trunk/debian/control
  packages/pykcs11/trunk/debian/copyright
  packages/pykcs11/trunk/debian/docs
  packages/pykcs11/trunk/debian/examples
  packages/pykcs11/trunk/debian/pycompat
  packages/pykcs11/trunk/debian/rules


Property changes on: packages/pykcs11/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/pykcs11/trunk/debian/changelog
===================================================================
--- packages/pykcs11/trunk/debian/changelog	                        (rev 0)
+++ packages/pykcs11/trunk/debian/changelog	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1,12 @@
+pykcs11 (1.2.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Wed, 27 Aug 2008 14:07:08 +0200
+
+pykcs11 (1.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #489369).  ITP: python-pykcs11 -- a complete RSA
+    PKCS#11 wrapper for Python
+
+ -- David Smith <davidsmith at acm.org>  Sat, 05 Jul 2008 20:28:46 +0900

Added: packages/pykcs11/trunk/debian/compat
===================================================================
--- packages/pykcs11/trunk/debian/compat	                        (rev 0)
+++ packages/pykcs11/trunk/debian/compat	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1 @@
+5

Added: packages/pykcs11/trunk/debian/control
===================================================================
--- packages/pykcs11/trunk/debian/control	                        (rev 0)
+++ packages/pykcs11/trunk/debian/control	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1,27 @@
+Source: pykcs11
+Priority: optional
+Maintainer: Ludovic Rousseau <rousseau at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.38), swig, python-central (>= 0.5.6), python-all-dev (>= 2.3.5-11)
+Standards-Version: 3.7.2
+Section: python
+XS-Python-Version: all
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pykcs11/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pykcs11/trunk/
+Homepage: http://www.bit4id.org/trac/pykcs11/
+
+Package: python-pykcs11
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: PKCS#11 wrapper for Python
+ PyKCS11 let you access to almost all PKCS#11 functions and data types using
+ any PKCS#11 library, such as the various modules supplied by smartcard
+ vendors.
+ .
+ The wrapper comes with 2 interfaces: a low level and very thin interface over
+ the original PKCS#11 API, generated using the SWIG compiler (designed for
+ library tests); and an high level interface that offers a simpler access (with
+ few limits) to the PKCS#11 APIs.

Added: packages/pykcs11/trunk/debian/copyright
===================================================================
--- packages/pykcs11/trunk/debian/copyright	                        (rev 0)
+++ packages/pykcs11/trunk/debian/copyright	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1,85 @@
+Authors:
+ Giuseppe Amato <midori at paipai.net>
+ Ludovic Rousseau <ludovic.rousseau at free.fr>
+Download: http://downloads.sourceforge.net/pkcs11wrap/
+
+Files: *
+Copyright:
+ (C) 2004-2006 Giuseppe Amato <midori at paipai.net>
+ (C) 2006 Ludovic Rousseau <ludovic.rousseau at free.fr>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; 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 General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+Files: src/rsaref/*
+Copyright: (C) RSA Security Inc. PKCS#11 Cryptographic Token Interface (Cryptoki)
+License:
+ License to copy and use this software is granted provided that it is
+ identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface
+ (Cryptoki)" in all material mentioning or referencing this software.
+ .
+ License is also granted to make and use derivative works provided that
+ such works are identified as "derived from the RSA Security Inc. PKCS #11
+ Cryptographic Token Interface (Cryptoki)" in all material mentioning or 
+ referencing the derived work.
+ .
+ RSA Security Inc. makes no representations concerning either the 
+ merchantability of this software or the suitability of this software for
+ any particular purpose. It is provided "as is" without express or implied
+ warranty of any kind.
+
+Files: src/dyn_generic.h, src/dyn_unix.c, src/dyn_win32.c
+Copyright: (C) 1999 David Corcoran <corcoran at linuxnet.com>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; 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 General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+Files: debian/*
+Copyright:
+ (C) 2008 David Smith <davidsmith at acm.org>
+ (C) 2006 Ludovic Rousseau <rousseau at debian.org>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; 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 General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.

Added: packages/pykcs11/trunk/debian/docs
===================================================================
--- packages/pykcs11/trunk/debian/docs	                        (rev 0)
+++ packages/pykcs11/trunk/debian/docs	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1 @@
+readme.txt

Added: packages/pykcs11/trunk/debian/examples
===================================================================
--- packages/pykcs11/trunk/debian/examples	                        (rev 0)
+++ packages/pykcs11/trunk/debian/examples	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1 @@
+samples/*

Added: packages/pykcs11/trunk/debian/pycompat
===================================================================
--- packages/pykcs11/trunk/debian/pycompat	                        (rev 0)
+++ packages/pykcs11/trunk/debian/pycompat	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1 @@
+2

Added: packages/pykcs11/trunk/debian/rules
===================================================================
--- packages/pykcs11/trunk/debian/rules	                        (rev 0)
+++ packages/pykcs11/trunk/debian/rules	2008-08-27 12:34:13 UTC (rev 6372)
@@ -0,0 +1,85 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+PYDEF=$(shell pyversions -d)
+PYVERS=$(shell pyversions -r)
+
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	set -e; \
+	for python in $(PYVERS); do \
+		python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
+		make build PYTHON=$$python; \
+	done
+	touch build-stamp
+
+clean:
+	dh_testdir
+	for python in $(PYVERS); do \
+		python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
+		$$python setup.py clean; \
+	done
+	rm -rf build-stamp build
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	set -e; \
+	for python in $(PYVERS); do \
+		python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
+		$$python setup.py install --root=debian/python-pykcs11; \
+	done
+
+# 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
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_pycentral
+#	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: packages/pykcs11/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-modules-commits mailing list