#! /bin/sh /usr/share/dpatch/dpatch-run
## 04_displaywho.dpatch by Roland Rosenfeld <roland@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Remove comment "For: <user>@<host> (<Realname>)" from PS files
## DP: (generated in genps.c and genpictex.c), because we won't ship personal
## DP: information in output files (Closes: #316382).
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' transfig~/fig2dev/dev/genpictex.c transfig/fig2dev/dev/genpictex.c
--- transfig~/fig2dev/dev/genpictex.c
+++ transfig/fig2dev/dev/genpictex.c
@@ -51,7 +51,7 @@
static char *linethick = "1pt";
static char *plotsymbol = "\\makebox(0,0)[l]{\\tencirc\\symbol{'160}}";
static int cur_thickness = -1;
-static Boolean anonymous = False;
+static Boolean anonymous = True;
static void
genpictex_option(opt, optarg)
diff -urNad '--exclude=CVS' '--exclude=.svn' transfig~/fig2dev/dev/genps.c transfig/fig2dev/dev/genps.c
--- transfig~/fig2dev/dev/genps.c
+++ transfig/fig2dev/dev/genps.c
@@ -79,7 +79,7 @@
static char tmpeps[PATH_MAX]; /* temp filename for eps when adding tiff preview */
static char tmpprev[PATH_MAX]; /* temp filename for ASCII or tiff preview */
-static Boolean anonymous = False;
+static Boolean anonymous = True;
int pagewidth = -1;
int pageheight = -1;
int width, height;