Control: tags 936246 + patch
Control: tags 936246 + pending

Dear maintainer,

I've prepared an NMU for btchip-python (versioned as 0.1.24-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru btchip-python-0.1.24/debian/changelog btchip-python-0.1.24/debian/changelog
--- btchip-python-0.1.24/debian/changelog	2018-01-07 02:11:49.000000000 -0500
+++ btchip-python-0.1.24/debian/changelog	2019-10-17 19:21:52.000000000 -0400
@@ -1,3 +1,10 @@
+btchip-python (0.1.24-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936246
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 17 Oct 2019 19:21:52 -0400
+
 btchip-python (0.1.24-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru btchip-python-0.1.24/debian/control btchip-python-0.1.24/debian/control
--- btchip-python-0.1.24/debian/control	2018-01-07 02:11:49.000000000 -0500
+++ btchip-python-0.1.24/debian/control	2019-10-17 19:21:17.000000000 -0400
@@ -9,30 +9,10 @@
 Build-Depends:
  debhelper (>= 11),
  dh-python,
- python-all,
- python-setuptools,
  python3-all,
  python3-setuptools,
 Standards-Version: 4.1.3
 
-Package: python-btchip
-Architecture: all
-Depends:
- python-hid,
- python-mnemonic,
- python-usb (>= 1.0),
- ${misc:Depends},
- ${python:Depends},
-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/
-
 Package: python3-btchip
 Architecture: all
 Depends:
diff -Nru btchip-python-0.1.24/debian/python3-btchip.udev btchip-python-0.1.24/debian/python3-btchip.udev
--- btchip-python-0.1.24/debian/python3-btchip.udev	1969-12-31 19:00:00.000000000 -0500
+++ btchip-python-0.1.24/debian/python3-btchip.udev	2018-01-07 02:11:49.000000000 -0500
@@ -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 -Nru btchip-python-0.1.24/debian/python-btchip.udev btchip-python-0.1.24/debian/python-btchip.udev
--- btchip-python-0.1.24/debian/python-btchip.udev	2018-01-07 02:11:49.000000000 -0500
+++ btchip-python-0.1.24/debian/python-btchip.udev	1969-12-31 19:00:00.000000000 -0500
@@ -1,7 +0,0 @@
-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 -Nru btchip-python-0.1.24/debian/rules btchip-python-0.1.24/debian/rules
--- btchip-python-0.1.24/debian/rules	2018-01-07 02:11:49.000000000 -0500
+++ btchip-python-0.1.24/debian/rules	2019-10-17 19:21:23.000000000 -0400
@@ -3,5 +3,5 @@
 export PYBUILD_NAME=btchip
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 

Reply via email to