[Python-modules-commits] [python-trezor] 03/06: Import python-trezor_0.6.10-1.dsc

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jan 24 18:08:42 UTC 2016


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

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

commit 88809cde29c3a817a9c20737d90bb245940feb77
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sun Jan 24 20:05:53 2016 +0200

    Import python-trezor_0.6.10-1.dsc
---
 debian/changelog          | 12 ++++++++++++
 debian/compat             |  1 +
 debian/control            | 19 +++++++++++++++++++
 debian/copyright          | 31 +++++++++++++++++++++++++++++++
 debian/python-trezor.udev |  8 ++++++++
 debian/rules              |  8 ++++++++
 debian/source/format      |  1 +
 debian/source/options     |  1 +
 debian/watch              |  3 +++
 9 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..83fd6ac
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+python-trezor (0.6.10-1) unstable; urgency=medium
+
+  * new upstream release without changelog
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Thu, 14 Jan 2016 22:32:13 +0100
+
+python-trezor (0.6.5-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.6.0+git
+  * Initial release. (Closes: #763376)
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Wed, 24 Sep 2014 22:57:50 +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..cae92b8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: python-trezor
+Maintainer: Richard Ulrich <richi at paraeasy.ch>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Section: python
+Homepage: https://github.com/trezor/python-trezor
+Priority: optional
+Build-Depends: python-setuptools, python-all, debhelper (>=7), dh-python
+Standards-Version: 3.9.6
+
+Package: python-trezor
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: library for communicating with TREZOR Bitcoin HW wallet
+ No matter how unprotected your computer or internet connection might be,
+ your coins always stay safe with TREZOR as it never exposes your private keys.
+ TREZOR is an isolated environment for offline transaction signing and using
+ a small display you can visually verify the transaction contents. That's why
+ all operations using TREZOR are entirely safe. 
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d4df785
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-trezor
+Source: https://github.com/trezor/python-trezor
+
+Files: *
+Copyright: 2013-2015 Pavol Rusnak <stick at satoshilabs.com>
+License: LGPL-3
+
+Files: trezorlib/protobuf_json.py
+Copyright: 2009 Paul Dovbush <dpp at dpp.su>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014-2015 Richard Ulrich <richi at paraeasy.ch>
+License: GPL-3+
+
+License: LGPL-3
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.
+
+License: BSD-3-clause
+ On Debian systems, the full text of the BSD
+ License can be found in the file
+ `/usr/share/common-licenses/BSD'.
+
+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/python-trezor.udev b/debian/python-trezor.udev
new file mode 100644
index 0000000..cd5174a
--- /dev/null
+++ b/debian/python-trezor.udev
@@ -0,0 +1,8 @@
+# TREZOR: The Hardware Bitcoin Wallet
+# http://bitcointrezor.com/
+
+# TREZOR
+SUBSYSTEM=="usb", ATTR{idVendor}=="534c", ATTR{idProduct}=="0001", MODE:="0666", GROUP="dialout", SYMLINK+="trezor%n"
+
+# TREZOR Raspberry Pi Shield
+SUBSYSTEM=="usb", ATTR{idVendor}=="10c4", ATTR{idProduct}=="ea80", MODE:="0666", GROUP="dialout", SYMLINK+="trezor%n"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..51bacfc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Wed, 24 Sep 2014 22:57:50 +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..b3ef3ae
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/trezor/trezor-(.+)\.(?: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-trezor.git



More information about the Python-modules-commits mailing list