[Python-modules-commits] [pyusb] 04/04: Changelog updated, long description changed, new standards

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun May 8 05:35:28 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository pyusb.

commit b77567a5e3cc0c71cd5c932930b0dea1a1a4d40d
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun May 8 07:29:14 2016 +0200

    Changelog updated, long description changed, new standards
---
 debian/changelog | 11 +++++++++++
 debian/control   | 14 +++++++++-----
 2 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 722aab8..7272e5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pyusb (1.0.0-1) unstable; urgency=medium
+
+  * New upstream release
+    - Dropped all patches applied upstream
+  * d/control:
+    - Fixed long description. (Mismatch between dependencies and description)
+      (Closes: #821438)
+    - New Standards Version: 3.9.8 - no changes
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 08 May 2016 07:29:03 +0200
+
 pyusb (1.0.0~rc1-1) unstable; urgency=medium
 
   * Uploaded to unstable (Closes: #819323)
diff --git a/debian/control b/debian/control
index bfe18c9..c2aa702 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python3-all
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 X-Python-Version: all
 X-Python3-Version: >= 3.1
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyusb.git
@@ -20,9 +20,11 @@ Depends: ${python:Depends},
          ${misc:Depends},
          libusb-1.0-0
 Description: USB interface for Python
+ For interacting with USB devices directly from Python, this
+ library may come in handy.
+ .
  This version of python-usb is written entirely in Python and uses
- ctypes to interact with various USB libraries. Both libusb-0.1, libusb-1.0
- and openusb are supported with various backends.
+ ctypes to interact with various USB libraries.
 
 Package: python3-usb
 Architecture: all
@@ -30,8 +32,10 @@ Depends: ${python3:Depends},
          ${misc:Depends},
          libusb-1.0-0
 Description: USB interface for Python (Python3)
+ For interacting with USB devices directly from Python, this
+ library may come in handy.
+ .
  This version of python-usb is written entirely in Python and uses
- ctypes to interact with various USB libraries. Both libusb-0.1, libusb-1.0
- and openusb are supported with various backends.
+ ctypes to interact with various USB libraries
  .
  This package contains the Python 3 version of pyusb.

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



More information about the Python-modules-commits mailing list