[X2go-Commits] cups-x2go.git - master (branch) updated: 3.0.0.3-4-g86e725a

X2Go dev team git-admin at x2go.org
Thu Mar 8 17:27:52 CET 2012


The branch, master has been updated
       via  86e725ac8e514d40abcef9db2367be05736d0604 (commit)
      from  6a7c597b3fa5004c1d24640c48dbca4bf718c180 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 86e725ac8e514d40abcef9db2367be05736d0604
Author: Helmer Teles <helmer.teles at gmail.com>
Date:   Thu Mar 8 17:27:07 2012 +0100

    Fix ignoring number of copies to be printed for single pages.

-----------------------------------------------------------------------

Summary of changes:
 cups-x2go        |    4 ++--
 cups-x2go.conf   |    2 +-
 debian/changelog |    5 +++++
 3 files changed, 8 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/cups-x2go b/cups-x2go
index 314eca6..967c9ee 100755
--- a/cups-x2go
+++ b/cups-x2go
@@ -38,8 +38,8 @@ my $x2goserver = "local";
 my $printdsa = "/root/.ssh/id_dsa-x2goprint";
 
 # PS2PDF command
-my $ps2pdf = "/usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f \"%s\"";
-#my $ps2pdf = "/usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f /usr/bin/margin-offset.ps \"%s\"";
+my $ps2pdf = "/usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -dDoNumCopies -c .setpdfwrite -f \"%s\"";
+#my $ps2pdf = "/usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -dDoNumCopies -c .setpdfwrite -f /usr/bin/margin-offset.ps \"%s\"";
 
 ## loglevel for cups-x2go, possible values: emerg, alert, crit, err, warning, notice, info, debug
 my $strloglevel = "notice";
diff --git a/cups-x2go.conf b/cups-x2go.conf
index 0e67c77..89ed3ce 100644
--- a/cups-x2go.conf
+++ b/cups-x2go.conf
@@ -14,7 +14,7 @@
 #printdsa = /root/.ssh/id_dsa-x2goprint
 
 ## command to generate PDF file
-#ps2pdf = /usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f \"%s\"
+#ps2pdf = /usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -dDoNumCopies -c .setpdfwrite -f \"%s\"
 
 ## loglevel for cups-x2go, possible values: emerg, alert, crit, err, warning, notice, info, debug
 #loglevel = notice
diff --git a/debian/changelog b/debian/changelog
index 0434232..73df8f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 cups-x2go (3.0.0.4-0~x2go1) UNRELEASED; urgency=low
 
+  [ Mike Gabriel ]
   * New upstream version (3.0.0.4):
     - Add more debug messages.
     - Use proper project name where appropriate and possible (,,X2Go'').
 
+  [ Helmer Teles ]
+  * New upstream version (3.0.0.4):
+    - Fix ignoring number of copies to be printed for single pages.
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 13 Oct 2011 02:07:16 +0200
 
 cups-x2go (3.0.0.3-0~x2go1) unstable; urgency=low


hooks/post-receive
-- 
cups-x2go.git (CUPS Backend for X2Go Printing)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "cups-x2go.git" (CUPS Backend for X2Go Printing).




More information about the x2go-commits mailing list