~ubuntu-branches/ubuntu/quantal/gutenprint/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2010-09-21 20:45:03 UTC
  • Revision ID: james.westby@ubuntu.com-20100921204503-qvdkvkz6obg3mklj
Tags: 5.2.6-0ubuntu6
debian/local/pyppd/pyppd/: Updated to pyppd 0.4.9, to suppress runtime
error tracebacks by putting a "try: ... except ...: pass" construct around
the main function call. This avoids SIGPIPE crashes when the execution of
the self-extracting compressed PPD file archives gets stopped by the
calling process (LP: #618017).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gutenprint (5.2.6-0ubuntu6) maverick; urgency=low
 
2
 
 
3
  * debian/local/pyppd/pyppd/: Updated to pyppd 0.4.9, to suppress runtime
 
4
    error tracebacks by putting a "try: ... except ...: pass" construct around
 
5
    the main function call. This avoids SIGPIPE crashes when the execution of
 
6
    the self-extracting compressed PPD file archives gets stopped by the
 
7
    calling process (LP: #618017).
 
8
 
 
9
 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 21 Sep 2010 20:45:03 +0200
 
10
 
1
11
gutenprint (5.2.6-0ubuntu5) maverick; urgency=low
2
12
 
3
13
  * debian/local/pyppd/pyppd/ppd.py, debian/local/pyppd/pyppd/pyppd-ppdfile.in: