[Python-modules-commits] r16824 - in packages/pyudev/tags (5 files)

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


    Date: Saturday, April 30, 2011 @ 04:38:17
  Author: kitterman
Revision: 16824

[svn-buildpackage] Tagging pyudev 0.10-1

Added:
  packages/pyudev/tags/0.10-1/
  packages/pyudev/tags/0.10-1/debian/changelog
    (from rev 16823, packages/pyudev/trunk/debian/changelog)
  packages/pyudev/tags/0.10-1/debian/control
    (from rev 16823, packages/pyudev/trunk/debian/control)
Deleted:
  packages/pyudev/tags/0.10-1/debian/changelog
  packages/pyudev/tags/0.10-1/debian/control

Deleted: packages/pyudev/tags/0.10-1/debian/changelog
===================================================================
--- packages/pyudev/trunk/debian/changelog	2011-04-29 16:57:26 UTC (rev 16822)
+++ packages/pyudev/tags/0.10-1/debian/changelog	2011-04-30 04:38:17 UTC (rev 16824)
@@ -1,12 +0,0 @@
-pyudev (0.8-2) UNRELEASED; urgency=low
-
-  * 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
-
-pyudev (0.8-1) unstable; urgency=low
-
-  * Initial release. (Closes: #612663)
-
- -- Felix Geyer <debfx-pkg at fobos.de>  Thu, 10 Feb 2011 20:16:20 +0100

Copied: packages/pyudev/tags/0.10-1/debian/changelog (from rev 16823, packages/pyudev/trunk/debian/changelog)
===================================================================
--- packages/pyudev/tags/0.10-1/debian/changelog	                        (rev 0)
+++ packages/pyudev/tags/0.10-1/debian/changelog	2011-04-30 04:38:17 UTC (rev 16824)
@@ -0,0 +1,20 @@
+pyudev (0.10-1) unstable; urgency=low
+
+  * Team upload
+
+  [ Felix Geyer ]
+  * Guard loops over supported python versions with set -e.
+  * Install upstream changelog.
+
+  [ 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)
+
+ -- Felix Geyer <debfx-pkg at fobos.de>  Thu, 10 Feb 2011 20:16:20 +0100

Deleted: packages/pyudev/tags/0.10-1/debian/control
===================================================================
--- packages/pyudev/trunk/debian/control	2011-04-29 16:57:26 UTC (rev 16822)
+++ packages/pyudev/tags/0.10-1/debian/control	2011-04-30 04:38:17 UTC (rev 16824)
@@ -1,35 +0,0 @@
-Source: pyudev
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Felix Geyer <debfx-pkg at fobos.de>
-Build-Depends: debhelper (>= 8),
-               python-all,
-               python3-all,
-               python-setuptools,
-               python3-setuptools
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.0
-Standards-Version: 3.9.1
-Homepage: http://packages.python.org/pyudev/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyudev/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyudev/trunk/
-
-Package: python-pyudev
-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.
- .
- It supports additional integration for GObject, PyQt4 and PySide.
-
-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.
- .
- It supports additional integration for GObject, PyQt4 and PySide.

Copied: packages/pyudev/tags/0.10-1/debian/control (from rev 16823, packages/pyudev/trunk/debian/control)
===================================================================
--- packages/pyudev/tags/0.10-1/debian/control	                        (rev 0)
+++ packages/pyudev/tags/0.10-1/debian/control	2011-04-30 04:38:17 UTC (rev 16824)
@@ -0,0 +1,34 @@
+Source: pyudev
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Felix Geyer <debfx-pkg at fobos.de>
+Build-Depends: debhelper (>= 8),
+               python-all,
+               python3-all,
+               python-setuptools,
+               python3-setuptools,
+               libudev0 (>= 151)
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.0
+Standards-Version: 3.9.1
+Homepage: http://packages.python.org/pyudev/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyudev/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyudev/trunk/
+
+Package: python-pyudev
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, libudev0 (>= 151)
+Suggests: python-gobject, python-qt4, python-pyside.qtcore
+Description: Python bindings for libudev
+ This module provides a Python binding to the udev library.
+ .
+ It supports additional integration for GObject, PyQt4 and PySide.
+
+Package: python3-pyudev
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, libudev0 (>= 151)
+Description: Python3 bindings for libudev
+ This module provides a Python3 binding to the udev library.
+ .
+ It supports additional integration for GObject, PyQt4 and PySide.




More information about the Python-modules-commits mailing list