[Python-modules-commits] [pycryptodome] 03/07: Generate initial debian folder

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Jun 6 21:05:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository pycryptodome.

commit 6f180fe0ed3835d027721f10bf17b62314ee2796
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Jun 6 15:17:25 2017 +0100

    Generate initial debian folder
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 4 files changed, 72 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6af9c16
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pycryptodome (3.4.6-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5
+
+ -- Christopher Hoskin <mans0954 at debian.org>  Tue, 06 Jun 2017 15:17:02 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..61ac265
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,58 @@
+Source: pycryptodome
+Maintainer: Christopher Hoskin <mans0954 at debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all-dev (>= 2.6.6-3), python3-all-dev, debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://www.pycryptodome.org
+
+Package: python-pycryptodome
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: Cryptographic library for Python
+ .
+ PyCryptodome
+ ============
+ .
+ PyCryptodome is a self-contained Python package of low-level
+ cryptographic primitives.
+ .
+ It supports Python 2.4 or newer, all Python 3 versions and PyPy.
+ .
+ You can install it with::
+ .
+     pip install pycryptodome
+ .
+ All modules are installed under the ``Crypto`` package.
+ .
+ Check the pycryptodomex_ project for the equivalent library that
+ works under the ``Cryptodome`` package.
+ .
+ PyCryptodome is a fork of PyCrypto. It brings several enhancements
+ with respect to the last official version of PyCrypto (2.6.1),
+
+Package: python3-pycryptodome
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: Cryptographic library for Python
+ .
+ PyCryptodome
+ ============
+ .
+ PyCryptodome is a self-contained Python package of low-level
+ cryptographic primitives.
+ .
+ It supports Python 2.4 or newer, all Python 3 versions and PyPy.
+ .
+ You can install it with::
+ .
+     pip install pycryptodome
+ .
+ All modules are installed under the ``Crypto`` package.
+ .
+ Check the pycryptodomex_ project for the equivalent library that
+ works under the ``Cryptodome`` package.
+ .
+ PyCryptodome is a fork of PyCrypto. It brings several enhancements
+ with respect to the last official version of PyCrypto (2.6.1),
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2937048
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Tue, 06 Jun 2017 15:17:02 +0100
+export PYBUILD_NAME=pycryptodome
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycryptodome.git



More information about the Python-modules-commits mailing list