[Python-modules-commits] [asn1crypto] 02/09: Initial upload (closes: #832804).

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Jun 20 19:04:10 UTC 2017


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

mithrandi pushed a commit to annotated tag debian/0.22.0-1
in repository asn1crypto.

commit 3732c020fe5ff9e42d17ee2b7ecb44291c7d70aa
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Tue Jun 20 20:06:07 2017 +0200

    Initial upload (closes: #832804).
---
 debian/changelog      |  6 ++++++
 debian/compat         |  1 +
 debian/control        | 39 +++++++++++++++++++++++++++++++++++++++
 debian/copyright      | 14 ++++++++++++++
 debian/gbp.conf       |  3 +++
 debian/rules          |  5 +++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  4 ++++
 9 files changed, 74 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b04440f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+asn1crypto (0.22.0-1) UNRELEASED; urgency=low
+
+  * Initial upload (closes: #832804).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Tue, 20 Jun 2017 17:57:22 +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..e15a78a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: asn1crypto
+Section: python
+Priority: optional
+Maintainer: Tristan Seligmann <mithrandi at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ pypy,
+ pypy-setuptools,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/wbond/asn1crypto
+
+Package: python-asn1crypto
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys, - Python 2.X
+ Docs for this project are maintained at https://github.com/wbond/asn1crypto#readme.
+
+Package: python3-asn1crypto
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys,
+ Docs for this project are maintained at https://github.com/wbond/asn1crypto#readme.
+
+Package: pypy-asn1crypto
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends}
+Recommends: ${pypy:Recommends}
+Suggests: ${pypy:Suggests}
+Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys,
+ Docs for this project are maintained at https://github.com/wbond/asn1crypto#readme.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..63525e0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,14 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: asn1crypto
+Upstream-Contact: wbond <will at wbond.net>
+Source: https://github.com/wbond/asn1crypto
+
+Files: *
+Copyright: wbond <will at wbond.net>
+License: MIT
+
+Files: debian/*
+Copyright: 2017 © Tristan Seligmann <mithrandi at debian.org>
+License: MIT
+
+License: MIT
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..b9e777d
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+debian-branch=debian/master
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c5a104c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=asn1crypto
+%:
+	dh $@ --with python3,python2,pypy --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..9ee7d8c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/asn1crypto/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/asn1crypto/asn1crypto-(.+)\.(?: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/asn1crypto.git



More information about the Python-modules-commits mailing list