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

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Apr 30 04:35:47 UTC 2011


    Date: Saturday, April 30, 2011 @ 04:35:41
  Author: kitterman
Revision: 16823

  * New upstream release
  * Add libudev0 (>= 151) to build-depends to support tests
  * Drop  and , not used by dh_python2/3

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

Modified: packages/pyudev/trunk/debian/changelog
===================================================================
--- packages/pyudev/trunk/debian/changelog	2011-04-29 16:57:26 UTC (rev 16822)
+++ packages/pyudev/trunk/debian/changelog	2011-04-30 04:35:41 UTC (rev 16823)
@@ -1,10 +1,18 @@
-pyudev (0.8-2) UNRELEASED; urgency=low
+pyudev (0.10-1) unstable; urgency=low
 
+  * Team upload
+
+  [ Felix Geyer ]
   * Guard loops over supported python versions with set -e.
   * Install upstream changelog.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Tue, 22 Mar 2011 00:10:50 +0100
+  [ Scott Kitterman ]
+  * New upstream release
+  * Add libudev0 (>= 151) to build-depends to support tests
+  * Drop ${python:Breaks} and ${python3:Breaks}, not used by dh_python2/3
 
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 29 Apr 2011 22:18:46 -0400
+
 pyudev (0.8-1) unstable; urgency=low
 
   * Initial release. (Closes: #612663)

Modified: packages/pyudev/trunk/debian/control
===================================================================
--- packages/pyudev/trunk/debian/control	2011-04-29 16:57:26 UTC (rev 16822)
+++ packages/pyudev/trunk/debian/control	2011-04-30 04:35:41 UTC (rev 16823)
@@ -7,7 +7,8 @@
                python-all,
                python3-all,
                python-setuptools,
-               python3-setuptools
+               python3-setuptools,
+               libudev0 (>= 151)
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.0
 Standards-Version: 3.9.1
@@ -19,7 +20,6 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, libudev0 (>= 151)
 Suggests: python-gobject, python-qt4, python-pyside.qtcore
-Breaks: ${python:Breaks}
 Description: Python bindings for libudev
  This module provides a Python binding to the udev library.
  .
@@ -28,7 +28,6 @@
 Package: python3-pyudev
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, libudev0 (>= 151)
-Breaks: ${python3:Breaks}
 Description: Python3 bindings for libudev
  This module provides a Python3 binding to the udev library.
  .




More information about the Python-modules-commits mailing list