debian/0000775000000000000000000000000012255617212007173 5ustar debian/rules0000775000000000000000000000176412255617133010265 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/dpkg/architecture.mk %: dh $@ --with autoreconf override_dh_auto_configure: CXX="c++ -Wl,--as-needed -Wl,-O1" dh_auto_configure override_dh_auto_build: cd doc && latex2man -M -t pstoedit.trans pstoedit.tex pstoedit.1 cd doc && latex2man -H -t pstoedit.trans pstoedit.tex pstoedit.htm dh_auto_build override_dh_auto_clean: dh_auto_clean rm -f debian/buildinfo rm -rf autom4te.cache rm -f doc/pstoedit.1 doc/pstoedit.htm override_dh_auto_install: dh_auto_install @for plugin in libp2edrvstd libp2edrvmagick++ libp2edrvlplot ; do \ if ! test -r $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pstoedit/$$plugin.la ; then \ echo "" ; \ echo "pstoedit plugins \"$$plugin\" didn't get installed properly" ; \ echo "Please investigate" ; \ exit 1; \ fi ; \ sed -i "/dependency_libs/ s/'.*'/''/" $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pstoedit/$$plugin.la ; \ done debian/watch0000664000000000000000000000007011423053610010211 0ustar version=3 http://sf.net/pstoedit/pstoedit-(.*)\.tar\.gz debian/pstoedit.docs0000664000000000000000000000003711423023442011670 0ustar doc/index.htm doc/pstoedit.htm debian/pstoedit.dirs0000664000000000000000000000005611423023442011702 0ustar usr/bin usr/share/man/man1 usr/share/pstoedit debian/copyright0000664000000000000000000000403311423035260011117 0ustar The Debian package is currently maintained by Roland Stigge This package was re-debianized using debhelper by J.H.M. Dassen (Ray). Previous versions were maintained by joost witteveen, pstoedit sources can be found at http://www.pstoedit.net/pstoedit . Copyright: PSTOEDIT Copyright (C) 1993 - 2009 Wolfgang Glunz, wglunz@pstoedit.net License: -------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A copy of this license can be found in /usr/share/common-licenses/GPL. Although the readme.txt file contains a requests for CD's to be sent to the author, he assured Joost of the following: From Wolfgang.Glunz@mchp.siemens.de Fri May 2 19:16:12 1997 Message-Id: <199705021714.TAA20432@weisshorn.mchp.siemens.de> Subject: Re: pstoedit licence To: joost@rulcmc.leidenuniv.nl (joost witteveen) Date: Fri, 2 May 1997 19:14:51 +0200 (MET DST) > The new (2.60) pstoedit still has the GNU copyleft licence, but also > the remark: > > If you include this program on a CDROM, please send me a copy of the CD, > or if it goes with a book, of the book. > > Although I find this on itself a very reasonable request, "we" > (the Debian volunteers) cannot fulfill that requrement, and we want > CD producers to be able to just blindly copy the core part of the debian > distribution, without looking at all copyrights involved (all > programmes in the core section are GPL or similar). > > So, would you like pstoedit-2.60 not to be included with Debian > (we cannot fulfill the readme.txt requrements), or is the remark > above just to be read like "it would be nice if you sent me one of > those CD's, but it's up to you"? > I explicitly wrote "please send ..." and not "you have to". So your last interpretation is what I had in mind. So feel free to include pstoedit in your Linux distribution. No problem ! [...] debian/libpstoedit0c2a.install0000664000000000000000000000012312141455475013554 0ustar usr/lib/*/libpstoedit.so.* usr/lib/*/pstoedit/lib*.so.* usr/lib/*/pstoedit/lib*.so debian/source/0000775000000000000000000000000011423027043010464 5ustar debian/source/format0000664000000000000000000000001411423027043011672 0ustar 3.0 (quilt) debian/pstoedit-dev.dirs0000664000000000000000000000002411423023442012451 0ustar usr/lib usr/include debian/libpstoedit-dev.install0000664000000000000000000000017012141454273013657 0ustar usr/include/pstoedit/* usr/lib/*/pkgconfig/pstoedit.pc usr/lib/*/lib*.so usr/lib/*/pstoedit/*.la usr/share/aclocal/*.m4 debian/pstoedit-dev.install0000664000000000000000000000005511423023442013162 0ustar usr/include/* usr/lib/lib*.a usr/lib/lib*.so debian/pstoedit.preinst0000664000000000000000000000027511423023442012430 0ustar #! /bin/sh set -e if [ -e /usr/doc/pstoedit ] ; then if [ ! -L /usr/doc/pstoedit ] ; then rm -f /usr/doc/pstoedit/.dhelp rmdir /usr/doc/pstoedit || true fi fi #DEBHELPER# exit 0 debian/patches/0000775000000000000000000000000012141450644010620 5ustar debian/patches/01-configure-no-pedantic.patch0000664000000000000000000000130611511155022016227 0ustar Description: Remove -pedantic option from g++ This patch removes the -pedantic option from g++ to prevent uncritical compile errors. Author: J.H.M. Dassen (Ray) --- pstoedit-3.51.orig/configure.ac +++ pstoedit-3.51/configure.ac @@ -409,7 +409,7 @@ if test "$GXX" = yes; then else AC_MSG_RESULT([GNU]) # need to disable long long warning here because of ImageMagick using it - SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long " + SPECIAL_CXXFLAGS="-DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long " fi elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then AC_MSG_RESULT([AIX xlC]) debian/patches/03-doc-remove-nonfree-options.patch0000664000000000000000000000750312141450644017251 0ustar Description: Remove documentation of nonfree options This patch removes the documentation of some nonfree options that confused users (plot-svg vs. svg). NOTE: When using this patch, make sure to regenerate the man page and HTML documentation from the tex file also, e.g. with latex2man. Author: Roland Stigge Bug-Debian: http://bugs.debian.org/554518 --- pstoedit-3.62.orig/doc/pstoedit.tex +++ pstoedit-3.62/doc/pstoedit.tex @@ -576,54 +576,6 @@ trace ??? \end{description} %%// end of options -\subsubsection{svg - scalable vector graphics} -\begin{description} -\item[\oOpt{-localdtd}] -use local DTD - - -\item[\oOpt{-standalone}] -create stand-alone type svg - - -\item[\oOpt{-withdtd}] -write DTD - - -\item[\oOpt{-withgrouping}] -write also ordinary save/restores as SVG group - - -\item[\oOpt{-nogroupedpath}] -do not write a group around pathes - - -\item[\oOpt{-noviewbox}] -don't write a view box - - -\item[\oOpt{-texmode}] -TeX Mode - - -\item[\oOpt{-imagetofile}] -write raster images to separate files instead of embedding them - - -\item[\oOpt{-notextrendering}] -do not write textrendering attribute - - -\item[\oOptArg{-border}{~number}] -additional border to draw around bare bounding box (in percent of width and height) - - -\item[\oOptArg{-title}{~string}] -text to use as title for the generated document - - -\end{description} -%%// end of options \subsubsection{xaml - eXtensible Application Markup Language} \begin{description} \item[\oOpt{-localdtd}] @@ -671,98 +623,6 @@ text to use as title for the generated d \end{description} -%%// end of options -\subsubsection{cgmb1 - CGM binary Format (V1)} -No driver specific options -%%// end of options -\subsubsection{cgmb - CGM binary Format (V3)} -No driver specific options -%%// end of options -\subsubsection{cgmt - CGM textual Format} -No driver specific options -%%// end of options -\subsubsection{mif - (Frame)Maker Intermediate Format} -\begin{description} -\item[\oOpt{-nopage}] -do not add a separate Page entry - - -\end{description} -%%// end of options -\subsubsection{rtf - RTF Format} -No driver specific options -%%// end of options -\subsubsection{wemf - Wogls version of EMF } -\begin{description} -\item[\oOpt{-df}] -write info about font processing - - -\item[\oOpt{-dumpfontmap}] -write info about font mapping - - -\item[\oOpt{-size:psbbox}] -use the bounding box as calculated by the PostScript frontent as size - - -\item[\oOpt{-size:fullpage}] -set the size to the size of a full page - - -\item[\oOpt{-size:automatic}] -let windows calculate the bounding box (default) - - -\item[\oOpt{-keepimages}] -debug option - keep the embedded bitmaps as external files - - -\item[\oOpt{-useoldpolydraw}] -do not use Windows PolyDraw but an emulation of it - sometimes needed for certain programs reading the EMF files - - -\item[\oOpt{-OO}] -generate OpenOffice compatible EMF file - - -\end{description} -%%// end of options -\subsubsection{wemfc - Wogls version of EMF with experimental clip support} -\begin{description} -\item[\oOpt{-df}] -write info about font processing - - -\item[\oOpt{-dumpfontmap}] -write info about font mapping - - -\item[\oOpt{-size:psbbox}] -use the bounding box as calculated by the PostScript frontent as size - - -\item[\oOpt{-size:fullpage}] -set the size to the size of a full page - - -\item[\oOpt{-size:automatic}] -let windows calculate the bounding box (default) - - -\item[\oOpt{-keepimages}] -debug option - keep the embedded bitmaps as external files - - -\item[\oOpt{-useoldpolydraw}] -do not use Windows PolyDraw but an emulation of it - sometimes needed for certain programs reading the EMF files - - -\item[\oOpt{-OO}] -generate OpenOffice compatible EMF file - - -\end{description} %%// end of options \subsubsection{wemfnss - Wogls version of EMF - no subpathes } \begin{description} debian/patches/02-errors-to-stderr.patch0000664000000000000000000001236312141450534015320 0ustar Description: Redirect error messages to stderr This patch redirects error messages to stderr. Author: Roland Stigge Bug-Debian: http://bugs.debian.org/551125 --- pstoedit-3.62.orig/src/pstoedit.cpp +++ pstoedit-3.62/src/pstoedit.cpp @@ -401,7 +401,7 @@ extern "C" DLLEXPORT break; } default:{ - diag << "more than two file arguments " << endl; + errstream << "more than two file arguments " << endl; shortusage(diag); return 1; } @@ -482,7 +482,7 @@ extern "C" DLLEXPORT usage(diag,false,false); const char *gstocall = whichPI(diag, options.verbose, options.gsregbase.value.value(),options.GSToUse.value.value()); if (gstocall != 0) { - diag << "Default interpreter is " << gstocall << endl; + errstream << "Default interpreter is " << gstocall << endl; } getglobalRp()->explainformats(diag); return 1; @@ -559,13 +559,13 @@ To get the pre 8.00 behaviour, either us if (options.drivername.value.value() == 0) { // try to find driver according to suffix of input file if (!options.nameOfOutputFile) { - diag << "No output format specified (-f option) and format could not be deduced from suffix of output file since no output file name was given" << endl; + errstream << "No output format specified (-f option) and format could not be deduced from suffix of output file since no output file name was given" << endl; shortusage(diag); return 1; } else { const char * suffixOfInputFile = strrchr(options.nameOfOutputFile,'.'); if (!suffixOfInputFile) { - diag << "No output format specified (-f option) and format could not be deduced from suffix of output file since no suffix was found" << endl; + errstream << "No output format specified (-f option) and format could not be deduced from suffix of output file since no suffix was found" << endl; shortusage(diag); return 1; } else { @@ -574,7 +574,7 @@ To get the pre 8.00 behaviour, either us errstream << "No explicit output format specified - using " << suffixDriverDesc->symbolicname << " as derived from suffix of output file" << endl; options.drivername = suffixDriverDesc->symbolicname; } else { - diag << "No output format specified (-f option) and format could not be uniquely deduced from suffix " << suffixOfInputFile << " of output file" << endl; + errstream << "No output format specified (-f option) and format could not be uniquely deduced from suffix " << suffixOfInputFile << " of output file" << endl; // usage(errstream); getglobalRp()->explainformats(diag); // ,true); return 1; @@ -593,13 +593,13 @@ To get the pre 8.00 behaviour, either us } const DriverDescription *currentDriverDesc = getglobalRp()->getDriverDescForName(options.drivername.value.value()); if (currentDriverDesc == 0) { - diag << "Unsupported output format " << options.drivername.value.value() << endl; + errstream << "Unsupported output format " << options.drivername.value.value() << endl; getglobalRp()->explainformats(diag); return 1; } if ( currentDriverDesc->backendFileOpenType!=DriverDescription::normalopen && !options.nameOfOutputFile ) { - diag << "The driver for the selected format cannot write to standard output because it writes binary data" << endl; + errstream << "The driver for the selected format cannot write to standard output because it writes binary data" << endl; return 1; } @@ -607,7 +607,7 @@ To get the pre 8.00 behaviour, either us if (driveroptions && strequal(driveroptions, "-help") ) { ProgramOptions* dummy = currentDriverDesc->createDriverOptions(); if (dummy->numberOfOptions() ) { - diag << "The driver for this output format supports the following additional options: (specify using -f \"format:-option1 -option2\")" << endl; + errstream << "The driver for this output format supports the following additional options: (specify using -f \"format:-option1 -option2\")" << endl; dummy->showhelp(diag,false,false); } delete dummy; @@ -617,7 +617,7 @@ To get the pre 8.00 behaviour, either us // TODO: // Check for input file (exists, or stdin) stdout handling if (!options.nameOfInputFile) { - diag << "Cannot read from standard input if GS drivers are selected" << endl; + errstream << "Cannot read from standard input if GS drivers are selected" << endl; return 1; } // an input file was given as argument @@ -628,23 +628,23 @@ To get the pre 8.00 behaviour, either us convertBackSlashes(options.nameOfInputFile); if (!fileExists(options.nameOfInputFile)) { - diag << "Could not open file " << options.nameOfInputFile << " for input" << endl; + errstream << "Could not open file " << options.nameOfInputFile << " for input" << endl; return 1; } if (!options.nameOfOutputFile) { - diag << + errstream << "Cannot write to standard output if GS drivers are selected" << endl; return 1; } if (options.backendonly) { - diag << "The -bo option cannot be used if GS drivers are selected " << endl; + errstream << "The -bo option cannot be used if GS drivers are selected " << endl; return 1; } if (!driveroptions) { - diag << + errstream << "The gs output driver needs a gs-device as argument, e.g. gs:pdfwrite" << endl; return 1; } debian/patches/series0000664000000000000000000000013511627767271012053 0ustar 01-configure-no-pedantic.patch 02-errors-to-stderr.patch 03-doc-remove-nonfree-options.patch debian/compat0000664000000000000000000000000212141450261010362 0ustar 9 debian/pstoedit.doc-base0000664000000000000000000000041711423023442012417 0ustar Document: pstoedit-man Title: pstoedit Author: Dr. Wolfgang Glunz Abstract: pstoedit translates PostScript and PDF graphics into other vector formats. Section: Graphics Format: HTML Index: /usr/share/doc/pstoedit/index.htm Files: /usr/share/doc/pstoedit/pstoedit.htm debian/README.Debian0000664000000000000000000000040211423023442011220 0ustar pstoedit for Debian ------------------- For a list of supported backends, do "pstoedit -help". Note that the WMF backend is specific to Windows systems; it is not supported under Un*x. J.H.M. Dassen (Ray) , Sat Dec 2 16:31:01 CET 2000 debian/docs0000664000000000000000000000003611423023442010035 0ustar readme.install doc/readme.txt debian/changelog0000664000000000000000000005654612255617205011067 0ustar pstoedit (3.62-1ubuntu1) trusty; urgency=medium * Build using dh-autoreconf. -- Matthias Klose Sun, 22 Dec 2013 18:16:27 +0100 pstoedit (3.62-1) unstable; urgency=low * New upstream release * debian/control: - Standards-Version: 3.9.4 - Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~) (for architecture.mk include) - libpstoedit0c2a: Pre-Depend: multiarch-support * debian/compat: 9 -- Roland Stigge Sun, 05 May 2013 14:28:01 +0200 pstoedit (3.61-1) experimental; urgency=low * New upstream release (Closes: #685976) -- Roland Stigge Tue, 25 Sep 2012 14:24:51 +0200 pstoedit (3.60-2) unstable; urgency=low * debian/control: - Build-Depends: libpng-dev instead of libpng12-dev (Closes: #662479) - Standards-Version: 3.9.3 -- Roland Stigge Tue, 06 Mar 2012 22:51:39 +0100 pstoedit (3.60-1) unstable; urgency=low * New upstream release * Removed 04-disable-ACLOCAL_AMFLAGS.patch - not necessary anymore * Updated 02-errors-to-stderr.patch - adjustments to upstream source -- Roland Stigge Thu, 01 Sep 2011 22:18:59 +0200 pstoedit (3.51~pre1-1) unstable; urgency=low * New upstream (pre-)release - Fixes gs call (Closes: #492125) * debian/control: Standards-Version: 3.9.2 * Emptied dependency_libs in ltdl plugin .la files and removed main library's .la files (Closes: #633195) * New dh 7 style debian/rules (Closes: #593991) -- Roland Stigge Sun, 10 Jul 2011 12:19:43 +0200 pstoedit (3.50-3) unstable; urgency=low * Remove documentation of "shareware" options (not available in the free software version) and regenerate manpage and HTML dcumentation with latex2man on build time (Closes: #554518) -- Roland Stigge Mon, 26 Jul 2010 00:26:34 +0200 pstoedit (3.50-2) unstable; urgency=low * Added watch file -- Roland Stigge Sun, 25 Jul 2010 17:26:12 +0200 pstoedit (3.50-1) unstable; urgency=low * New upstream release (Closes: #559540) - Includes -q option (Closes: #506308) - Fixes std garbage output (Closes: #223472) - Fixes unescaped gs call via shell (Closes: #582471) * New maintainer (Closes: #585060) * debian/control: - Standards-Version: 3.9.0 - Build-Depends: autoconf, automake (now autoreconf at package build time) * Moved to new package source format 3.0 (quilt) * Added patch to redirect error messages to stderr (Closes: #551125) -- Roland Stigge Sun, 25 Jul 2010 16:49:10 +0200 pstoedit (3.45-8) unstable; urgency=high * [debian/control] Fixed typo that caused features to be disabled due to build dependencies being missed. Thanks Antonio Ospite . (Closes: #531406) -- J.H.M. Dassen (Ray) Wed, 10 Jun 2009 20:38:31 +0200 pstoedit (3.45-7) unstable; urgency=high * Patch courtesy of Thomas Viehmann : Disable unloading of plugins (comment out dlclose in dynload.cpp). This did lead to segmentation faults, apparently because something got deinitialized twice by plugins that were unloaded. However, libpstoedit does not support any way of unloading them except automatically calling the destructor at program termination, so we might just get by without unloading the libraries. (Closes: #527329) -- J.H.M. Dassen (Ray) Thu, 14 May 2009 19:35:16 +0200 pstoedit (3.45-6) unstable; urgency=medium * [debian/control] * Updated Standards-Version. * Fixed substvar-source-version-is-deprecated. * [debian/rules] Fixed debian-rules-ignores-make-clean-error. * [src/dynload.cpp] Replaced #elif without expression by #else. Fixes FTBFS with gcc 4.4. (Closes: #504825) * Upload to unstable. (Closes: #525064, #525573) -- J.H.M. Dassen (Ray) Sun, 26 Apr 2009 13:44:56 +0200 pstoedit (3.45-5) experimental; urgency=low * [debian/control] Follow ImageMagick library renaming: libmagick++9-dev -> libmagick++-dev. * [configure.ac] Removed use of "-pedantic". Regenerated auto* generated files accordingly. -- J.H.M. Dassen (Ray) Sun, 15 Jun 2008 14:19:29 +0200 pstoedit (3.45-4) unstable; urgency=low * [debian/control] * (Build-)depend on "ghostscript" rather than "gs" for /usr/bin/gs. (Closes: #483371). * Added Homepage field. * Updated Standards-Version. * [debian/dirs] Dropped. -- J.H.M. Dassen (Ray) Sun, 15 Jun 2008 14:10:31 +0200 pstoedit (3.45-3) unstable; urgency=medium * [src/cppcomp.h] Added missing includes for strlen and exit. Fixes FTBFS with gcc 4.3. (Closes: #455434) * [debian/control] Tag libpstoedit-dev as section: libdevel rather than devel. -- J.H.M. Dassen (Ray) Sun, 24 Feb 2008 20:53:40 +0100 pstoedit (3.45-2) unstable; urgency=low * [debian/rules] Use -Wl,--as-needed to drop indirect dependencies. -- J.H.M. Dassen (Ray) Tue, 27 Nov 2007 21:22:35 +0100 pstoedit (3.45-1) unstable; urgency=low * New upstream release. Changes include: * Fixed a problem which caused newer versions of GhostScript to go into an endless loop. (Closes: #433540) -- J.H.M. Dassen (Ray) Wed, 14 Nov 2007 19:25:32 +0100 pstoedit (3.44-2) unstable; urgency=low * [debian/control] Removed sysutils from build dependencies; it was no longer needed and interfered with building on GNU/kFreeBSD. (Closes: #374847) * [debian/control] Updated Standards-Version. * [doc/pstoedit.tex, doc/pstoedit.1, doc/pstoedit.htm] s/standalong/standalone/ (Closes: #370047) -- J.H.M. Dassen (Ray) Sun, 11 Mar 2007 20:33:39 +0100 pstoedit (3.44-1) unstable; urgency=low * New upstream release. * pstoedit-config has been dropped; code relying on it needs to change to using pkg-config instead. [debian/libpstoedit-dev.files, debian/pstoedit-config.sgml] Removed. [debian/libpstoedit-dev.files, debian/rules] Changed accordingly. * [debian/rules] Configure --disable-maintainer-mode. * Addressed in 3.43: usability improvements. (Closes: #347732) -- J.H.M. Dassen (Ray) Sat, 11 Mar 2006 10:40:55 +0100 pstoedit (3.43-2) unstable; urgency=low * [configure.ac, src/cppcomp.h] Use autoconf to determine endianness. * [configure] Regenerated. -- J.H.M. Dassen (Ray) Thu, 9 Mar 2006 08:48:31 +0100 pstoedit (3.43-1) unstable; urgency=low * New upstream release. * [debian/rules] Install pstoedit-config. This script is now deprecated though; code that still relies on it should be updated to use pkg-config instead. -- J.H.M. Dassen (Ray) Tue, 7 Mar 2006 20:49:11 +0100 pstoedit (3.42-3) unstable; urgency=medium * [configure.ac] Use pkg-config for ImageMagick++ information, if available. * [configure] Regenerated. * [debian/control] Added build dependency on pkg-config; removed indirect build dependencies. -- J.H.M. Dassen (Ray) Sun, 18 Dec 2005 17:01:07 +0100 pstoedit (3.42-2) unstable; urgency=medium * libstdc++ allocator transition (Closes: #339252) (http://lists.debian.org/debian-devel-announce/2005/11/msg00010.html): * [debian/control, debian/rules, debian/libpstoedit0c2a.files] Renamed runtime library from libpstoedit0c2 to libpstoedit0c2a. * [debian/control] Versioned the libmagick++9-dev build and runtime dependencies; added Conflicts:, Replaces: libpstoedit0c2. * [debian/compat] New; switched to current compat level. [debian/rules] Dropped compat level setting. * Acknowledge NMU. (Closes: #332859) -- J.H.M. Dassen (Ray) Wed, 23 Nov 2005 07:40:04 +0100 pstoedit (3.42-1.1) unstable; urgency=low * Non-maintainer upload * Really do the C++ transition; the library package is again libpstoedit0c2. (Closes: #332859) -- Henning Makholm Wed, 26 Oct 2005 22:58:10 +0200 pstoedit (3.42-1) unstable; urgency=low * New upstream release. * [configure.ac, configure] Look for Magick++-config instead of GraphicsMagick++-config; put in AM_MAINTAINER_MODE. * [debian/control] Update dependencies for new imagemagick. * [debian/libpstoedit0.files, debian/rules, debian/control] Dropped "c2" from libpstoedit0c2. -- J.H.M. Dassen (Ray) Thu, 29 Sep 2005 21:42:12 +0200 pstoedit (3.41-1) unstable; urgency=low * New upstream release. -- J.H.M. Dassen (Ray) Tue, 30 Aug 2005 21:15:52 +0200 pstoedit (3.40-1) unstable; urgency=high * New upstream release. (Closes: #293045) * [src/Makefile.am, src/Makefile.in] Add "-ldl" to libpstoedit_la_LIBADD so as to generate complete inter-library dependencies. * [src/drvlplot.cpp] Minor changes needed to get things to build. * [debian/control, debian/rules, libpstoedit0c2.files] C++ ABI transition; libpstoedit0 is now libpstoedit0c2. Based on a patch by Henning Makholm . (Closes: #321632) * [debian/shlibs.local, debian/libpstoedit0.files] Dropped. * [debian/rules, debian/control] Include buildinfo. * [debian/pstoedit.docs] Added. * [debian/pstoedit.preinst] Removed bashism. * [debian/control] Updated Standards-Version. -- J.H.M. Dassen (Ray) Sun, 7 Aug 2005 15:36:36 +0200 pstoedit (3.33-15) unstable; urgency=medium * [debian/control] Libtiff transition: updated build dependencies. * [numerous .cpp files] Removed ';'s which broke compilation with gcc 3.4. * Relibtoolised sources. -- J.H.M. Dassen (Ray) Thu, 29 Jul 2004 20:57:30 +0200 pstoedit (3.33-14) unstable; urgency=medium * [debian/control] Updated libmagick++ build and runtime dependencies; rebuild to get installable packages again. Again. (Closes: #245652) Reworked build dependencies; no longer rely on xlibs-dev. -- J.H.M. Dassen (Ray) Mon, 26 Apr 2004 13:50:57 +0200 pstoedit (3.33-13) unstable; urgency=medium * [debian/control] Bumped libmagick++ build dependency and rebuild to get installable packages again. (Closes: #245156) * [debian/rules] Ensure at build time that the library has no dependencies on undefined; speed up loading. -- J.H.M. Dassen (Ray) Wed, 21 Apr 2004 21:11:46 +0200 pstoedit (3.33-12) unstable; urgency=medium * [debian/control] Added a runtime dependency of libpstoedit-dev on libplot-dev. (Closes: #240382) * [debian/pstoedit-config.sgml] Corrected command name. (Closes: #240400) -- J.H.M. Dassen (Ray) Sat, 27 Mar 2004 09:57:49 +0100 pstoedit (3.33-11) unstable; urgency=high * [debian/control] Tightend build dependency on libmagick++ as its soname has reverted. -- J.H.M. Dassen (Ray) Wed, 24 Dec 2003 08:57:18 +0100 pstoedit (3.33-10) unstable; urgency=high * [debian/control] Tightend build dependency on libmagick++ as its soname has changed; bumped Standards-Version. -- J.H.M. Dassen (Ray) Sat, 20 Dec 2003 15:32:07 +0100 pstoedit (3.33-9) unstable; urgency=medium * [debian/control] Added an explicit, versioned build dependency on libpng12-dev to benefit from versioned symbols. * [debian/control] Updated Standards-Version. -- J.H.M. Dassen (Ray) Sat, 19 Jul 2003 13:50:36 +0200 pstoedit (3.33-8) unstable; urgency=medium * New imagemagick; updated build dependencies accordingly. * Updated Standards-Version. -- J.H.M. Dassen (Ray) Fri, 16 May 2003 09:44:34 +0200 pstoedit (3.33-7) unstable; urgency=medium * [src/Makefile.am] Added "-ldl" to libpstoedit_la_LIBADD to make prelink users happy. (Closes: #191879) * Re-auto*-ed sources. -- J.H.M. Dassen (Ray) Sun, 4 May 2003 19:47:44 +0200 pstoedit (3.33-6) unstable; urgency=low * New imagemagick; updated build dependencies accordingly. -- J.H.M. Dassen (Ray) Mon, 3 Mar 2003 19:46:01 +0100 pstoedit (3.33-5) unstable; urgency=low * Rebuild against rebuilt imagemagick; updated build dependencies accordingly. (Closes: #180451) -- J.H.M. Dassen (Ray) Sun, 2 Mar 2003 14:14:35 +0100 pstoedit (3.33-4) unstable; urgency=low * Reenabled building against libplot now that it has made the gcc 3.2 transition; updated build dependencies. -- J.H.M. Dassen (Ray) Wed, 26 Feb 2003 18:47:22 +0100 pstoedit (3.33-3) unstable; urgency=low * New imagemagick; updated build dependencies. -- J.H.M. Dassen (Ray) Thu, 13 Feb 2003 08:13:01 +0100 pstoedit (3.33-2) unstable; urgency=low * New imagemagick; updated build dependencies. * Added versioned g++ build dependency. -- J.H.M. Dassen (Ray) Tue, 4 Feb 2003 07:24:10 +0100 pstoedit (3.33-1) unstable; urgency=low * New upstream release. * GCC 3.2 transition: * [debian/control] Updated libmagick++-dev build dependency. * [debian/control] Build-Conflicts: libplot-dev until it has made the transition. * [debian/control] Dropped libpng3-dev build dependency which was needed for getting the right libplot-dev during the libpng transition. * With this GCC 3.2 built version, the relocation error on an ImageMagick symbol is no longer reproducible. (Closes: #175183) * With the libplot plugin no longer built, the ia64 FTBFS should be gone. (Closes: #175733) * [debian/rules] Sanity check all plugins and don't give a deceptive message about what may be wrong. -- J.H.M. Dassen (Ray) Sun, 26 Jan 2003 23:28:10 +0100 pstoedit (3.32-9) unstable; urgency=low * New imagemagick; updated build dependencies. * Fixed lintian issues: * manpage-has-bad-whatis-entry: manually fixed the manpage - apparently latex2man generates bad NAME sections. * description-synopsis-ends-with-full-stop -- J.H.M. Dassen (Ray) Tue, 31 Dec 2002 12:55:41 +0100 pstoedit (3.32-8) unstable; urgency=low * New imagemagick; updated build dependencies. * Updated Standards-Version. -- J.H.M. Dassen (Ray) Sat, 7 Dec 2002 09:12:23 +0100 pstoedit (3.32-7) unstable; urgency=medium * Build with CC=c++ so libpstoedit.so has a proper dependency on the standard C++ library. Hopefully this will fix the FTBFS on s390. -- J.H.M. Dassen (Ray) Sat, 2 Nov 2002 23:02:51 +0100 pstoedit (3.32-6) unstable; urgency=medium * Corrected build dependencies: take imagemagick epoch into account. This should make things buildable again. * On i386, -5 was installable already. (Closes: #167411) -- J.H.M. Dassen (Ray) Sat, 2 Nov 2002 10:53:30 +0100 pstoedit (3.32-5) unstable; urgency=medium * Follow imagemagick library packages renaming; updated build dependencies accordingly. -- J.H.M. Dassen (Ray) Fri, 1 Nov 2002 23:06:14 +0100 pstoedit (3.32-4) unstable; urgency=medium * Really include '.so' links for the plugins in the library package rather than the -dev package. -- J.H.M. Dassen (Ray) Fri, 18 Oct 2002 16:38:25 +0200 pstoedit (3.32-3) unstable; urgency=low * Include '.so' links for the plugins in the library package as pstoedit doesn't search for the plugins by their full names. (Closes: #165028) * [debian/control] Build against current libmagick++. * [configure.in] put in AM_MAINTAINER_MODE so the generated Makefiles do not try to rebuild the configure files by default which caused FTBFS on some archs. * Regenerated auto*. * [debian/rules] clean: clean up autom4te.cache as well. * ps2ai backend appears to be working fine. (Closes: #81899) -- J.H.M. Dassen (Ray) Thu, 17 Oct 2002 14:34:51 +0200 pstoedit (3.32-2) unstable; urgency=low * libpstoedit-dev depends on libpng3-dev, not libpng2-dev. -- J.H.M. Dassen (Ray) Mon, 14 Oct 2002 22:08:37 +0200 pstoedit (3.32-1) unstable; urgency=low * New upstream release. * New backend using ImageMagick++. * Redid packaging to deal with changes in the build system and with the shared libpstoedit. * Redid auto* files using libtool that can deal with dependencies between un-installed shared libraries. * Build-depend on libpng3-dev and on a libplot-dev that uses libpng3. (Closes: #164075) * Updated Standards-Version. -- J.H.M. Dassen (Ray) Sun, 13 Oct 2002 16:44:16 +0200 pstoedit (3.31-2) unstable; urgency=medium * pstoedit's SWF support via libming is currently broken. Disabled building/linking against libming explicitly. (Closes: #132329) -- J.H.M. Dassen (Ray) Mon, 4 Feb 2002 19:49:45 +0100 pstoedit (3.31-1) unstable; urgency=low * New upstream release. * As noted by Philipp Hahn: * Compilation with g++ 3 was fixed upstream. (Closes: #125957) * pstoedit supports idraw rasters since 3.17. (Closes: #54581) * /usr/doc/pstoedit not being deleted was fixed in 3.13-3 (Closes: #45068) -- J.H.M. Dassen (Ray) Sat, 26 Jan 2002 16:58:16 +0100 pstoedit (3.30-2) unstable; urgency=low * On PowerPC, __linux isn't defined when cpp is called -ansi. Switch src/dynload.cpp to use __linux__ instead. (Closes: #117813) * KIllustrator was renamed to Kontour. * Moved fontmap.mpost to /usr/share/pstoedit/ as it's not a conffile. (Closes: #63814) -- J.H.M. Dassen (Ray) Sun, 4 Nov 2001 21:41:32 +0100 pstoedit (3.30-1) unstable; urgency=low * New upstream release with better xfig support (Closes: #114772) * Updated Standards-Version. * Updated and extended build dependencies. -- J.H.M. Dassen (Ray) Tue, 9 Oct 2001 22:00:44 +0200 pstoedit (3.21-2) unstable; urgency=low * config/config.sub, config/config.guess: copied new versions from libtool so HPPA is recognised properly. (Closes: #104716) -- J.H.M. Dassen (Ray) Sun, 15 Jul 2001 15:26:26 +0200 pstoedit (3.21-1) unstable; urgency=low * New upstream release. * Build dependencies were fixed already. (Closes: #67802, #68457). * Included README about supported backends. (Closes: #65087). -- J.H.M. Dassen (Ray) Mon, 4 Dec 2000 20:35:12 +0100 pstoedit (3.20-3) unstable; urgency=low * Added lynx to build dependencies. (Fixes: 68457) -- J.H.M. Dassen (Ray) Sun, 6 Aug 2000 16:58:59 +0200 pstoedit (3.20-2) unstable; urgency=low * Added sysutils and debhelper to build dependencies (Fixes: #67802). * Updated my email address. -- J.H.M. Dassen (Ray) Sat, 29 Jul 2000 17:50:06 +0200 pstoedit (3.20-1) unstable; urgency=low * New upstream release. * Compiled without plotutils support (as plotutils has no separate run-time library package). -- J.H.M. Dassen (Ray) Sun, 23 Jul 2000 15:56:03 +0200 pstoedit (3.15-1) unstable; urgency=low * New upstream release. -- J.H.M. Dassen (Ray) Fri, 29 Oct 1999 19:26:41 +0200 pstoedit (3.13-3) unstable; urgency=low * Oops. Still had a FSSTND location in the "doc-base" file messing things up; added a preinst to deal with this. (Fixes #45068) -- J.H.M. Dassen (Ray) Sat, 25 Sep 1999 11:18:17 +0200 pstoedit (3.13-2) unstable; urgency=low * FHS migration. -- J.H.M. Dassen (Ray) Sat, 11 Sep 1999 12:51:22 +0200 pstoedit (3.13-1) unstable; urgency=low * New upstream release. -- J.H.M. Dassen (Ray) Thu, 5 Aug 1999 22:04:34 +0200 pstoedit (3.12-3) unstable; urgency=medium * Do the default fontmap handling for the MetaPost backend properly (only * when the MetaPost backend is requested, and no other fontmap has been loaded); install the fontmap as /etc/pstoedit/fontmap.mpost. (Fixes Bug#40610) * Partial FHS migration (manpage). -- J.H.M. Dassen (Ray) Sat, 17 Jul 1999 14:40:38 +0200 pstoedit (3.12-2) unstable; urgency=low * Install fontmap in /etc/pstoedit with Unix end of line convention, and make it the default fontmap. Fixed drawing of rectangles by the MetaPost backend. (Fixes: #40610). -- J.H.M. Dassen (Ray) Wed, 7 Jul 1999 14:41:24 +0200 pstoedit (3.12-1) unstable; urgency=low * New upstream release. * Include fontmap.mpost in the package. (Fixes: #40463) -- J.H.M. Dassen (Ray) Wed, 30 Jun 1999 17:03:37 +0200 pstoedit (3.11-2) unstable; urgency=low * Include the upstream changelog. Fixes #37040. * Fixed filenames in doc-base registration. -- J.H.M. Dassen (Ray) Wed, 5 May 1999 13:40:03 +0200 pstoedit (3.11-1) unstable; urgency=low * New upstream release. * Added -DBUGGYGPP and -D__STRICT_ANSI_ to get it to compile. * Updated description. -- J.H.M. Dassen (Ray) Sun, 11 Apr 1999 14:44:09 +0200 pstoedit (3.03-1) unstable; urgency=low * New upstream release. No longer contains a manpage; use the old one, with a warning. * Now built using debhelper. * Updated Standards-Version. -- J.H.M. Dassen (Ray) Mon, 1 Feb 1999 20:59:33 +0100 pstoedit (2.60-4) unstable; urgency=low * Applied patch to make pstoedit work with gs-aladdin 5.50. Thanks to Elad Tsur for proving me with it. (Fixes #27733). -- J.H.M. Dassen (Ray) Sun, 18 Oct 1998 21:51:47 +0200 pstoedit (2.60-3) unstable; urgency=low * Recompiled to update libstdc++ dependency from libstdc++2.8 to libstdc++2.9. -- J.H.M. Dassen (Ray) Fri, 16 Oct 1998 08:51:33 +0200 pstoedit (2.60-2) frozen unstable; urgency=low * New maintainer. * Fixes all reported bugs; lintian-clean. * Acknowledge non-maintainer upload (Fixes #16499). * Fixed typo and spello in Description (Fixes #19011, #16576). * Downgraded Recommends: (vector format graphics editors/converters) to Suggests: ; use "or" rather than "and"; added ivtools-bin (for idraw) and transfig. (Fixes #20314, #20976; brings compliance to policy wrt relationships between packages in and outside main). * Disabled the "sample" driver (which is an actual driver, albeit a dummy one). (Fixes #20429) * Updated Standards-Version. * Lintian fixes: E: pstoedit: old-fsf-address-in-copyright-file E: pstoedit: changelog-file-not-compressed usr/doc/pstoedit/changelog W: pstoedit: executable-not-elf-or-script usr/man/man1/pstoedit.1.gz E: pstoedit: manpage-not-compressed-with-max-compression usr/man/man1/pstoedit.1.gz -- J.H.M. Dassen (Ray) Sun, 24 May 1998 18:57:16 +0200 pstoedit (2.60-1.1) unstable; urgency=low * Non-maintainer release. * Compiled with libc6. * Applied fix from bug #14125. It replaces "deviceinfo" with "currentpagedevice" in pstoedit.ph, which makes it work with newer gs versions. -- Richard Braakman Fri, 2 Jan 1998 23:30:45 +0100 pstoedit (2.60-1) unstable; urgency=low * Upgraded to upstream source. * Include proper copyright file, in proper location. -- joost witteveen Fri, 2 May 1997 22:31:07 +0200 pstoedit (2.3.3-3) unstable; urgency=low * Converted to new source format * stripped makeedit -- joost witteveen Wed, 1 Jan 1997 20:45:28 +0100 debian/control0000664000000000000000000000323412255617147010607 0ustar Source: pstoedit Section: graphics Priority: optional Maintainer: Roland Stigge Build-Depends: debhelper (>= 9), dh-buildinfo, docbook-to-man, g++ (>= 4:4.0), libwmf-dev, libmagick++-dev, libplot-dev (>= 2.4.1-14), libpng-dev, ghostscript, pkg-config, texlive-extra-utils, autotools-dev, dh-autoreconf, dpkg-dev (>= 1.16.1~) Homepage: http://www.pstoedit.net/ Standards-Version: 3.9.4 Package: libpstoedit-dev Section: libdevel Architecture: any Depends: libpstoedit0c2a (= ${binary:Version}), ${misc:Depends}, libmagick++-dev, libplot-dev (>= 2.4.1-14) Description: PostScript to editable vector graphics library (development files) pstoedit is a framework for converting Postscript and PDF files to various editable vector graphic formats. . This package contains files to build programs that use libpstoedit. Package: libpstoedit0c2a Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: multiarch-support Conflicts: libpstoedit0, libpstoedit0c2 Replaces: libpstoedit-dev (<= 3.32-3), libpstoedit0, libpstoedit0c2 Description: PostScript to editable vector graphics library (runtime files) pstoedit is a framework for converting Postscript and PDF files to various editable vector graphic formats. Package: pstoedit Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript Suggests: xfig|ivtools-bin|tgif|transfig Description: PostScript and PDF files to editable vector graphics converter pstoedit converts Postscript and PDF files to various editable vector graphic formats including tgif, xfig, PDF graphics, gnuplot format, idraw, MetaPost, GNU Metafile, PIC, Kontour and flattened PostScript. debian/pstoedit.manpages0000664000000000000000000000001711423023442012531 0ustar doc/pstoedit.1 debian/pstoedit.install0000664000000000000000000000004611423041352012406 0ustar usr/bin/pstoedit usr/share/pstoedit/*