[Python-modules-commits] [btchip-python] 02/03: Import btchip-python_0.1.18-1.dsc

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Nov 20 22:24:42 UTC 2016


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

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

commit 76d61f40a8be2287f0776d831ee8fa052dd40da7
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Nov 21 00:17:13 2016 +0200

    Import btchip-python_0.1.18-1.dsc
---
 debian/changelog          | 19 +++++++++++++++++++
 debian/compat             |  1 +
 debian/control            | 22 ++++++++++++++++++++++
 debian/copyright          | 22 ++++++++++++++++++++++
 debian/python-btchip.udev |  7 +++++++
 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..0956810
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,19 @@
+btchip-python (0.1.18-1) unstable; urgency=medium
+
+  * New upstream version without changelog
+  * Added nano s to the udev rule
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Wed, 31 Aug 2016 21:28:08 +0200
+
+btchip-python (0.1.16-2) unstable; urgency=medium
+
+  * changed dependency from python-hidapi to python-hid to match trezor and keepkey packages
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Wed, 18 May 2016 23:54:28 +0200
+
+btchip-python (0.1.16-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.6.0+git
+  * Initial release. (Closes: #762875)
+
+ -- Richard Ulrich <richi at paraeasy.ch>  Mon, 22 Sep 2014 20:04:07 +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..2f37026
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: btchip-python
+Maintainer: Richard Ulrich <richi at paraeasy.ch>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Section: python
+Homepage: https://github.com/LedgerHQ/btchip-python
+Priority: optional
+Build-Depends: python-setuptools, python-all, debhelper (>=9), dh-python
+Standards-Version: 3.9.8
+
+Package: python-btchip
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-hid, python-mnemonic, python-usb (>= 1.0)
+Description: Python library to communicate with BTChip dongle
+ HW-1 is a secure tiny USB smart card based hardware wallet,
+ keeping your bitcoin based crypto-currency assets safe.
+ The built-in smart card holds your private keys,
+ and signs transactions after you confirm them.
+ Cheap, fun, easy to use, yet offering a rich API for developers,
+ HW-1 makes crypto coins security convenient.
+ .
+ For more info, visit: https://hardwarewallet.com/
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..830c41b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: btchip-python
+Source: https://github.com/btchip/btchip-python
+
+Files: *
+Copyright: 2013-2014 BTChip <contact at btchip.com>
+License: Apache-2 
+
+Files: debian/*
+Copyright: 2013-2014 Richard Ulrich <richi at paraeasy.ch>
+License: GPL-3+
+
+License: Apache-2
+ On Debian systems, the full text of the Apache
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/Apache-2.0'.
+
+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-btchip.udev b/debian/python-btchip.udev
new file mode 100644
index 0000000..685c37a
--- /dev/null
+++ b/debian/python-btchip.udev
@@ -0,0 +1,7 @@
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", MODE="0660", GROUP="plugdev"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", MODE="0660", GROUP="plugdev"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", MODE="0660", GROUP="plugdev"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", MODE="0660", GROUP="plugdev"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", MODE="0660", GROUP="plugdev"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="0000", MODE="0660", GROUP="plugdev"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="0001", MODE="0660", GROUP="plugdev"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..433d4ca
--- /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
+# Mon, 22 Sep 2014 17:24:07 +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..a569bee
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/btchip-python-$1\.tar\.gz/ \
+  https://github.com/LedgerHQ/btchip-python/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the Python-modules-commits mailing list