~cjwatson/debconf/dbus

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: cjwatson
  • Date: 2009-03-03 16:27:56 UTC
  • Revision ID: vcs-imports@canonical.com-20090303162756-xlgq6tn3va8w35ci
debconf.py: Use subprocess rather than popen2 if it's available. popen2
is deprecated in Python 2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  * debconf-apt-progress: Don't send STOP if we didn't start the debconf
6
6
    frontend ourselves; in that case the application calling us should
7
7
    arrange to stop itself.
 
8
  * debconf.py: Use subprocess rather than popen2 if it's available. popen2
 
9
    is deprecated in Python 2.6.
8
10
 
9
11
 -- Colin Watson <cjwatson@debian.org>  Mon, 23 Feb 2009 10:18:15 +0000
10
12