[Python-modules-commits] [python-trezor] 02/05: Import python-trezor_0.7.6-1.dsc

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Nov 20 21:04:31 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 5b5537bc7ea5ddec935f65f8c66a5d4f4d8966df
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sun Nov 20 22:18:21 2016 +0200

    Import python-trezor_0.7.6-1.dsc
---
 debian/changelog          | 31 +++++++++++++++++++++++++++
 debian/compat             |  1 +
 debian/control            | 21 ++++++++++++++++++
 debian/copyright          | 54 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/lintian-overrides  |  3 +++
 debian/python-trezor.udev | 12 +++++++++++
 debian/rules              |  8 +++++++
 debian/source/format      |  1 +
 debian/source/options     |  1 +
 debian/watch              |  3 +++
 10 files changed, 135 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ea94b7a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,31 @@
+python-trezor (0.7.6-1) unstable; urgency=medium
+
+  * new upstream release without changelog
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Thu, 20 Oct 2016 22:05:16 +0200
+
+python-trezor (0.6.13-1) unstable; urgency=medium
+
+  * new upstream release without changelog
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Thu, 04 Aug 2016 21:50:43 +0200
+
+python-trezor (0.6.11-1) unstable; urgency=medium
+
+  * new upstream release without changelog
+  * updated udev rules
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Thu, 04 Feb 2016 22:33:22 +0100
+
+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..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f781aed
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+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 (>=9), dh-python
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-trezor.git
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-trezor.git
+
+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..7ad3d00
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,54 @@
+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
+ Copyright (c) The Regents of the University of California.
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+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/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..1664492
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,3 @@
+library-package-name-for-application usr/bin/trezorctl
+application-in-library-section python usr/bin/trezorctl
+binary-without-manpage usr/bin/trezorctl
diff --git a/debian/python-trezor.udev b/debian/python-trezor.udev
new file mode 100644
index 0000000..aa411f5
--- /dev/null
+++ b/debian/python-trezor.udev
@@ -0,0 +1,12 @@
+# TREZOR: The Hardware Bitcoin Wallet
+# http://bitcointrezor.com/
+# Put this file into /usr/lib/udev/rules.d
+
+# Raspbian does not understand the new TAG+="uaccess", TAG+="udev-acl" syntax, use MODE+GROUP for now ... :-(
+
+# TREZOR
+SUBSYSTEM=="usb", ATTR{idVendor}=="534c", ATTR{idProduct}=="0001", MODE="0666", GROUP="dialout", SYMLINK+="trezor%n"
+KERNEL=="hidraw*", ATTRS{idVendor}=="534c", ATTRS{idProduct}=="0001",  MODE="0666", GROUP="dialout"
+
+# 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