[Python-modules-commits] [python-mnemonic] 01/08: Import python-mnemonic_0.12-1.dsc

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Nov 20 21:53:59 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-mnemonic.

commit df44cdd552a06579210e462d2345a4d871632f89
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sun Nov 20 23:12:21 2016 +0200

    Import python-mnemonic_0.12-1.dsc
---
 debian/changelog      |  6 ++++++
 debian/compat         |  1 +
 debian/control        | 23 +++++++++++++++++++++++
 debian/copyright      | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/rules          |  9 +++++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  4 ++++
 8 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..188241a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+python-mnemonic (0.12-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.6.0+git
+  * Initial release. (Closes: #762985)
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Wed, 24 Sep 2014 23:27:39 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..09eed8c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: python-mnemonic
+Maintainer: Richard Ulrich <richi at paraeasy.ch>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Section: python
+Homepage: https://github.com/trezor/python-mnemonic
+Priority: optional
+Build-Depends: python-setuptools, python-all, debhelper (>= 7), dh-python
+Standards-Version: 3.9.6
+
+Package: python-mnemonic
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Implementation of Bitcoin BIP-0039
+ This BIP describes the implementation of a mnemonic code or mnemonic sentence.
+ A group of easy to remember words for the generation of deterministic wallets.
+ .
+ It consists of two parts: generating the mnenomic, and converting it into a
+ binary seed. This seed can be later used to generate deterministic wallets
+ using BIP-0032 or similar methods.
+ .
+ ==BIP paper==
+ See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
+ full specification.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..57570b0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mnemonic
+Source: https://pypi.python.org/pypi/mnemonic
+
+Files: *
+Copyright: 2013-2014 Pavol Rusnak <stick at satoshilabs.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2013-2014 Richard Ulrich <richi at paraeasy.ch>
+License: GPL-3+
+
+License: Expat
+ The MIT License
+ .
+ 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.
+
+License: GPL-3+
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bad500a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Wed, 24 Sep 2014 23:27:39 +0200
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+
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..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..512e517
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# watch control file for uscan
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/mnemonic/mnemonic-(.+)\.(?: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/python-mnemonic.git



More information about the Python-modules-commits mailing list