[Pkg-cups-devel] r739 - in cupsys/trunk: . debian debian/patches
Martin Pitt
mpitt at alioth.debian.org
Tue Apr 1 23:59:47 UTC 2008
Author: mpitt
Date: Tue Apr 1 23:59:47 2008
New Revision: 739
Log:
* pdftops-cups-1.4.dpatch: Apply r7391 from SVN head to fix missing error
message newlines (STR #2743).
Modified:
cupsys/trunk/ (props changed)
cupsys/trunk/debian/changelog
cupsys/trunk/debian/patches/pdftops-cups-1.4.dpatch
Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog (original)
+++ cupsys/trunk/debian/changelog Tue Apr 1 23:59:47 2008
@@ -10,8 +10,10 @@
* search_mime_files_in_usr_share.dpatch: Drop log message about missing
/usr/share/cups/mime/ from error to warning, since it is not really an
error, and causing the test suite to fail due to error log count mismatch.
+ * pdftops-cups-1.4.dpatch: Apply r7391 from SVN head to fix missing error
+ message newlines (STR #2743).
- -- Martin Pitt <mpitt at debian.org> Wed, 02 Apr 2008 01:04:59 +0200
+ -- Martin Pitt <mpitt at debian.org> Wed, 02 Apr 2008 01:19:46 +0200
cupsys (1.3.6-3) unstable; urgency=high
Modified: cupsys/trunk/debian/patches/pdftops-cups-1.4.dpatch
==============================================================================
--- cupsys/trunk/debian/patches/pdftops-cups-1.4.dpatch (original)
+++ cupsys/trunk/debian/patches/pdftops-cups-1.4.dpatch Tue Apr 1 23:59:47 2008
@@ -317,7 +317,7 @@
+ pdfstatus = WEXITSTATUS(pdfstatus);
+
+ fprintf(stderr,
-+ _("ERROR: pdftops filter exited with status %d!"),
++ _("ERROR: pdftops filter exited with status %d!\n"),
+ pdfstatus);
+ }
+ else
@@ -325,7 +325,7 @@
+ pdfstatus = WTERMSIG(pdfstatus);
+
+ fprintf(stderr,
-+ _("ERROR: pdftops filter crashed on signal %d!"),
++ _("ERROR: pdftops filter crashed on signal %d!\n"),
+ pdfstatus);
+ }
+ }
More information about the Pkg-cups-devel
mailing list