Control: tags 937809 + patch

Dear maintainer,

I've prepared an NMU for python-hidapi (versioned as 0.7.99.post21-1.1). The 
diff
is attached to this message.

Regards.

diff -Nru python-hidapi-0.7.99.post21/debian/changelog python-hidapi-0.7.99.post21/debian/changelog
--- python-hidapi-0.7.99.post21/debian/changelog	2017-12-11 03:27:02.000000000 -0500
+++ python-hidapi-0.7.99.post21/debian/changelog	2019-12-23 18:22:52.000000000 -0500
@@ -1,3 +1,10 @@
+python-hidapi (0.7.99.post21-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937809
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 23 Dec 2019 18:22:52 -0500
+
 python-hidapi (0.7.99.post21-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru python-hidapi-0.7.99.post21/debian/control python-hidapi-0.7.99.post21/debian/control
--- python-hidapi-0.7.99.post21/debian/control	2017-12-11 03:27:02.000000000 -0500
+++ python-hidapi-0.7.99.post21/debian/control	2019-12-23 18:22:41.000000000 -0500
@@ -5,15 +5,12 @@
 Priority: optional
 Homepage: https://github.com/trezor/cython-hidapi
 Build-Depends:
- cython,
  cython3,
  debhelper (>=9),
  dh-python,
  libhidapi-dev,
  libudev-dev,
  libusb-1.0-0-dev,
- python-all-dev,
- python-setuptools,
  python3-all-dev,
  python3-setuptools,
 Standards-Version: 4.1.2
@@ -37,23 +34,3 @@
  file (per platform) and a single header.
  .
  This package contains HIDAPI for Python 3.
-
-Package: python-hid
-Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Provides: ${python:Provides}
-Description: cython interface to hidapi
- This has been tested with:
- .
- * the PIC18F4550 on the development board from CCS with their example program.
- * the Fine Offset WH3081 Weather Station.
- .
- It works on Linux, Windows XP and OS X.
- .
- HIDAPI is a multi-platform library which allows an application to interface
- with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac
- OS X.  HIDAPI can be either built as a shared library (.so or .dll) or
- can be embedded directly into a target application by adding a single source
- file (per platform) and a single header.
- .
- This package contains HIDAPI for Python 2.
diff -Nru python-hidapi-0.7.99.post21/debian/rules python-hidapi-0.7.99.post21/debian/rules
--- python-hidapi-0.7.99.post21/debian/rules	2017-12-11 03:27:02.000000000 -0500
+++ python-hidapi-0.7.99.post21/debian/rules	2019-12-23 18:22:48.000000000 -0500
@@ -11,6 +11,6 @@
 	rm -f hid.c hidraw.c
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 

Reply via email to