Bug#722570: pyudev: diff for NMU version 0.16.1-1.1

2013-09-16 Thread Felix Geyer
Hi,

On 13.09.2013 18:48, Luk Claes wrote:
 Dear maintainer,
 
 I've prepared an NMU for pyudev (versioned as 0.16.1-1.1) and
 uploaded it to DELAYED/07. Please feel free to tell me if I
 should delay it longer.

Thanks for the NMU, it looks good except it doesn't include the changes
staged in the SVN repo.
I've canceled the NMU and re-uploaded the package with those changes.

Cheers,
Felix


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#722570: pyudev: diff for NMU version 0.16.1-1.1

2013-09-13 Thread Luk Claes
tags 722570 + patch
tags 722570 + pending
thanks

Dear maintainer,

I've prepared an NMU for pyudev (versioned as 0.16.1-1.1) and
uploaded it to DELAYED/07. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -Nru pyudev-0.16.1/debian/changelog pyudev-0.16.1/debian/changelog
--- pyudev-0.16.1/debian/changelog	2012-10-25 16:41:18.0 +0200
+++ pyudev-0.16.1/debian/changelog	2013-09-13 18:42:20.0 +0200
@@ -1,3 +1,11 @@
+pyudev (0.16.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Upload to unstable as 0.16 copes with udev 183 and higher 
+(Closes: #722570).
+
+ -- Luk Claes l...@debian.org  Fri, 13 Sep 2013 18:40:31 +0200
+
 pyudev (0.16.1-1) experimental; urgency=low
 
   * New upstream release.
diff -Nru pyudev-0.16.1/debian/control pyudev-0.16.1/debian/control
--- pyudev-0.16.1/debian/control	2012-10-25 16:18:23.0 +0200
+++ pyudev-0.16.1/debian/control	2013-09-13 18:46:14.0 +0200
@@ -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.
  .