Add 'debian/' from commit '076252756c1e7f61cf90010ba738cafecca364f4'

git-subtree-dir: debian
git-subtree-mainline: 0d7e910247
git-subtree-split: 076252756c
This commit is contained in:
Benjamin Dauvergne 2015-04-03 12:56:51 +02:00
commit e8c9ab0a76
5 changed files with 39 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
rfc3161 (1.0.3-1) unstable; urgency=low
* source package automatically created by stdeb 0.7.1
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Fri, 16 May 2014 11:38:55 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

23
debian/control vendored Normal file
View File

@ -0,0 +1,23 @@
Source: rfc3161
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
Standards-Version: 3.9.1
Package: python-rfc3161
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pyasn1, python-pyasn1-modules, python-m2crypto
Description: Python implementation of the RFC3161 specification
A simple client library for cryptographic timestamping service implementing the
protocol from RFC3161.
.
>>> import rfc3161
>>> certificate = file('data/certum_certificate.crt').read()
>>> rt = rfc3161.RemoteTimestamper('http://time.certum.pl', certificate=certificate)
>>> rt.timestamp(data='John Doe')
('...', '')
>>> rt.check(tst, data='John Doe')
(True, '')
>>> rfc3161.get_timestamp(tst)
datetime.datetime(2014, 4, 25, 9, 34, 16)

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.7.1 at
# Fri, 16 May 2014 11:38:55 +0200
%:
dh $@ --with python2 --buildsystem=python_distutils

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
1.0