[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#609520: unblock: python-xattr/0.4-5



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception


Please unblock package python-xattr

It is affected by #609447 and #592860

Version 0.4-5+squeeze1 is ready.

The diff between version 0.4.5 and 0.4-5+squeeze1 is below.

unblock python-xattr/0.4-5

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.12-linode25 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

---------- diff -----------

diff --git a/debian/changelog b/debian/changelog
index 3a4eb78..51a0ece 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-xattr (0.4-5+squeeze1) testing-proposed-updates; urgency=low
+
+  * Bugfix release: missing dependency from setuptools (Closes: #609447)
+  * Bugfix: xattr crashes when listing file attributes (Closes: #592860)
+
+ -- Federico Ceratto <federico.ceratto@gmail.com>  Sun, 09 Jan 2011 17:11:11 +0100
+
 python-xattr (0.4-5) unstable; urgency=low
 
   * New maintainer. (Closes: #579614)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cd49bce
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+tool_long_format.diff
diff --git a/debian/patches/tool_long_format.diff b/debian/patches/tool_long_format.diff
new file mode 100644
index 0000000..33195e6
--- /dev/null
+++ b/debian/patches/tool_long_format.diff
@@ -0,0 +1,11 @@
+Initialize the long_format variable in tool.py
+--- a/Lib/xattr/tool.py
++++ b/Lib/xattr/tool.py
+@@ -38,6 +38,7 @@
+     except getopt.GetoptError, e:
+         usage(e)
+ 
++    long_format = False
+     for opt, arg in optargs:
+         if opt in ("-h", "--help"):
+             usage()



Reply to: