Package: photon
Version: 0.4.6-1.1
Severity: minor
Tags: patch upstream

This trivial patch eliminates the popen2 module deprecation warning.
The popen2 module is not actually used, so just remove its import
statement.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages photon depends on:
ii  python                  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-central          0.6.16+nmu1      register and build utility for Pyt
ii  python-imaging          1.1.7-2          Python Imaging Library

Versions of packages photon recommends:
ii  dcraw                         8.99-1+b1  decode raw digital camera images
ii  gimp                          2.6.10-1   The GNU Image Manipulation Program

photon suggests no packages.

-- no debconf information
--- RAW.py.orig 2010-11-25 01:53:17.090271875 -0800
+++ /usr/lib/python2.6/dist-packages/Photon/RAW.py      2010-11-25 
01:53:29.809279617 -0800
@@ -3,7 +3,7 @@
 # To do the job, we use the dcraw program, exiftool, and any ppm2xxx program
 #
 
-import os, string, commands, popen2
+import os, string, commands
 
 class RAW:
 

Reply via email to