[Python-modules-commits] [pyaes] 02/02: Initial release (closes: #870091).

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Jul 29 16:25:11 UTC 2017


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

mithrandi pushed a commit to branch debian/master
in repository pyaes.

commit a74e00a1b08fb2ba34e1d47f89b23cd8e4978237
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sat Jul 29 18:24:30 2017 +0200

    Initial release (closes: #870091).
---
 debian/changelog         |  6 ++++++
 debian/compat            |  1 +
 debian/control           | 22 ++++++++++++++++++++++
 debian/copyright         | 36 ++++++++++++++++++++++++++++++++++++
 debian/python-pyaes.docs |  1 +
 debian/rules             |  5 +++++
 debian/source/format     |  1 +
 debian/source/options    |  1 +
 debian/watch             |  4 ++++
 9 files changed, 77 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..75d5db8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+pyaes (1.6.0-1) unstable; urgency=low
+
+  * Initial release (closes: #870091).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Tue, 18 Apr 2017 13:02:32 +0000
+
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..4bd4cca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: pyaes
+Section: python
+Priority: optional
+Maintainer: Tristan Seligmann <mithrandi at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python-all,
+Standards-Version: 3.9.8
+Homepage: https://github.com/ricmoo/pyaes
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyaes.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pyaes.git
+
+Package: python-pyaes
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Pure-Python Implementation of the AES block-cipher and common modes of operation - Python 2.X
+ A pure-Python implementation of the AES (FIPS-197)
+ block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
+ OFB) with no dependencies beyond standard Python libraries. See README.md
+ for API reference and details.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6093686
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyaes
+Upstream-Contact: Richard Moore <pyaes at ricmoo.com>
+Source: https://github.com/ricmoo/pyaes
+
+Files: *
+Copyright: (c) 2014 Richard Moore
+License: License :: OSI Approved :: MIT License
+
+Files: debian/*
+Copyright: 2017 © Tristan Seligmann <mithrandi at debian.org>
+License: License :: OSI Approved :: MIT License
+
+License: License :: OSI Approved :: MIT License
+ The MIT License (MIT)
+ .
+ Copyright (c) 2014 Richard Moore
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+ .
\ No newline at end of file
diff --git a/debian/python-pyaes.docs b/debian/python-pyaes.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python-pyaes.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7c6cd3f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=pyaes
+%:
+	dh $@ --with python2 --buildsystem=pybuild
\ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3e7cd5b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/pyaes/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pyaes/pyaes-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list