[Python-modules-commits] r25875 - in packages/pyudev/trunk/debian (changelog control)

fgeyer at users.alioth.debian.org fgeyer at users.alioth.debian.org
Mon Sep 16 17:41:35 UTC 2013


    Date: Monday, September 16, 2013 @ 17:41:33
  Author: fgeyer
Revision: 25875

Upload to unstable as 0.16 copes with udev 183 and higher.

Modified:
  packages/pyudev/trunk/debian/changelog
  packages/pyudev/trunk/debian/control

Modified: packages/pyudev/trunk/debian/changelog
===================================================================
--- packages/pyudev/trunk/debian/changelog	2013-09-16 16:43:23 UTC (rev 25874)
+++ packages/pyudev/trunk/debian/changelog	2013-09-16 17:41:33 UTC (rev 25875)
@@ -1,7 +1,12 @@
 pyudev (0.16.1-2) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Luk Claes ]
+  * Upload to unstable as 0.16 copes with udev 183 and higher 
+    (Closes: #722570).
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:46 +0200
 
 pyudev (0.16.1-1) experimental; urgency=low

Modified: packages/pyudev/trunk/debian/control
===================================================================
--- packages/pyudev/trunk/debian/control	2013-09-16 16:43:23 UTC (rev 25874)
+++ packages/pyudev/trunk/debian/control	2013-09-16 17:41:33 UTC (rev 25875)
@@ -8,7 +8,7 @@
                python3-all,
                python-setuptools,
                python3-setuptools,
-               libudev0 (>= 151)
+               libudev-dev (>= 183)
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
 Standards-Version: 3.9.4
@@ -18,7 +18,7 @@
 
 Package: python-pyudev
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, libudev0 (>= 151)
+Depends: ${python:Depends}, ${misc:Depends}, libudev1
 Suggests: python-gobject, python-qt4, python-pyside.qtcore
 Description: Python bindings for libudev
  This module provides a Python binding to the udev library.
@@ -27,7 +27,7 @@
 
 Package: python3-pyudev
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, libudev0 (>= 151)
+Depends: ${python3:Depends}, ${misc:Depends}, libudev1
 Description: Python3 bindings for libudev
  This module provides a Python3 binding to the udev library.
  .




More information about the Python-modules-commits mailing list