debian/0000755000000000000000000000000011332642530007165 5ustar debian/examples0000644000000000000000000000001311332642530010720 0ustar examples/* debian/watch0000644000000000000000000000043411332642530010217 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://sf.net/fig2ps/fig2ps-(.+)\.tar\.(?:bz2|gz) debian/rules0000755000000000000000000000173111332642530010247 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir $(MAKE) build touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Do not run $(MAKE) clean, as it destroys doc/fig2ps.1... dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) PREFIX=/usr DESTDIR=$(CURDIR)/debian/fig2ps install # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_installman dh_link dh_compress dh_fixperms dh_perl -d -V dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/control0000644000000000000000000000274111332642530010574 0ustar Source: fig2ps Section: tex Priority: optional Maintainer: Vincent Fourmond Standards-Version: 3.8.4 Build-Depends: debhelper (>= 5.0) Build-Depends-Indep: perl Homepage: http://sourceforge.net/projects/fig2ps Vcs-Git: git://git.debian.org/git/users/fourmond/packages/fig2ps.git Vcs-Browser: http://git.debian.org/?p=users/fourmond/packages/fig2ps.git Package: fig2ps Architecture: all Depends: ${perl:Depends}, transfig, ${misc:Depends}, texlive-latex-base | tetex-bin (>= 2.0.2-11), texlive-latex-recommended | tetex-extra, texlive-fonts-recommended | tetex-extra, perl-modules, texlive-latex-extra | tetex-extra, texlive-extra-utils | tetex-extra, ghostscript Recommends: gv Suggests: cm-super | lmodern, xfig Replaces: texmacs (<= 1.0.3-6) Enhances: transfig Description: Converts xfig files into ps, eps or pdf files using LaTeX for processing text This perl script takes into advantage the pstex and pstex_t export formats of fig2dev (xfig) to separate special text and the rest of a xfig file. Then, the text is processed separately using LaTeX, and everything is put back together at the end, to make a nice wonderful figure with the text formatted exactly the same way as the article you are typing ! PDF output is also available. . Though gv is strictly speaking not necessary for conversion, it can be called directly by fig2ps depending on the options you choose. For nice PDF output, you should install Type 1 fonts, such as lmodern or cm-super. debian/copyright0000644000000000000000000000207311332642530011122 0ustar Author: Vincent Fourmond, from an original idea of Seb Desreux This package was downloaded from https://sourceforge.net/project/showfiles.php?group_id=125824 Copyright 2004-2006, 2008, 2009 Vincent Fourmond 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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License with the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. debian/docs0000644000000000000000000000000711332642530010035 0ustar README debian/changelog0000644000000000000000000001633211332642530011044 0ustar fig2ps (1.5-1) unstable; urgency=low * New upstream release - we now can pass options for PS to PDF, which somehow closes: #550474 * Switch to new source format 3.0 (quilt) * Updating debian/watch to also get .bz2 tarballs * Adding a dependency on ${misc:Depends} to take care of potential dh-induced dependencies * Apparently conforms to standards 3.8.4 * Rephrase description to avoid first person sentences -- Vincent Fourmond Thu, 04 Feb 2010 23:06:55 +0100 fig2ps (1.4.1-2) unstable; urgency=low * Adding Vcs-* fields * Adding a Homepage field * Uploading to unstable, now that lenny is out -- Vincent Fourmond Sun, 15 Feb 2009 18:13:56 +0100 fig2ps (1.4.1-1) experimental; urgency=low * New upstream release * Fix watch file * Drop all patches and dpatch altogether * Now conforms to Standards 3.8.0 * Updates to debian/rules * Adding new example files. * Switching to newer debhelper * Installing upstream's README and ChangeLog files * Updated debian/copyright * Uploading to experimental during lenny's freeze -- Vincent Fourmond Sun, 04 Jan 2009 11:36:25 +0100 fig2ps (1.3.6-6) unstable; urgency=low * Now depend on ghoscript rather than gs * Make --bbox=dvips the default (closes: #494950) -- Vincent Fourmond Wed, 13 Aug 2008 13:49:40 +0200 fig2ps (1.3.6-5) unstable; urgency=low * Added 03-fix-gs-papersize for recent versions of gs for which -sPAPERSIZE=... does not go well with -sDEVICE=bbox. * Bumped standards version to 3.7.3, with no changes needed. * Moved code from the binary-arch to the binary-indep target, as there are no arch-dependent packages built. Thanks to lintian. -- Vincent Fourmond Thu, 10 Jan 2008 20:33:54 +0100 fig2ps (1.3.6-4) unstable; urgency=low * Enhancing dependencies, putting texlive forward * Added some small documentation about Type 1 fonts, thanks to input from Michele Franceschini -- Vincent Fourmond Tue, 01 May 2007 15:40:19 +0200 fig2ps (1.3.6-3) unstable; urgency=low * Depends on tetex-extra|texlive-extra-utils for epstopdf * Fixed typos in the changelog (to keep linda happy) -- Vincent Fourmond Fri, 20 Apr 2007 00:04:42 +0200 fig2ps (1.3.6-2) unstable; urgency=low * Added texlive-latex-extra dependency (closes: #408504) * Swicthed to my new address -- Vincent Fourmond Fri, 16 Mar 2007 10:34:50 +0100 fig2ps (1.3.6-1) unstable; urgency=low * New 'upstream' release: now we can pass options to fig2dev * Switched the dependencies from only TeTeX to TeTeX or TeXLive (closes: #377525) * Added a debian/watch file, and he even is happy * Removed the Suggests: tetex-extra field -- Vincent Fourmond Mon, 4 Sep 2006 23:25:34 +0200 fig2ps (1.3.5-1) unstable; urgency=low * New release : better handling of temporary files, thanks to JJ Fleck, small improvements in documentation, better error handling. -- Vincent Fourmond Sat, 7 Jan 2006 22:28:09 +0100 fig2ps (1.3.4-1) unstable; urgency=low * corrected a small typo that was screwing up the handling of document classes using --input (reported by Mikael Profeta) * fixed a mistake in the Makefile -- Vincent Fourmond Sun, 3 Jul 2005 16:37:47 +0200 fig2ps (1.3.3-2) unstable; urgency=low * added small piece of documentation about the use of --input. * fixed a bug, signaled by Octavi Fors, that was screwing up the output of large (meaning physical picture size) figure. -- Vincent Fourmond Thu, 30 Jun 2005 21:13:09 +0200 fig2ps (1.3.3-1) unstable; urgency=low * small reorganisation of the tree; updated makefile, and added few other things -- Vincent Fourmond Tue, 7 Dec 2004 16:55:08 +0100 fig2ps (1.3.2-1) unstable; urgency=low * now, fig2ps works on files which are not in the current directory. Gives great help for scripting... * changed my mail address, this one should last a fair bit longer -- Vincent Fourmond Fri, 19 Nov 2004 21:09:38 +0100 fig2ps (1.3.1-1) unstable; urgency=low * added a small summary of the size of the image; * now, you can give a list of files instead of just one single file for fast batch conversion; * added some documentation for features that were not here yet -- Vincent Fourmond Thu, 21 Oct 2004 14:18:52 +0200 fig2ps (1.3-1) unstable; urgency=low * added support for eps output (not a lot of work ;-) )! * fixed a bug using gs for determining the bbox * fixed a little spelling mistake -- Vincent Fourmond Thu, 15 Apr 2004 10:10:25 +0200 fig2ps (1.2-1) unstable; urgency=low * touched a little spelling mistake in the example * corrected the problem with names with spaces (Closes: #242463) -- Vincent Fourmond Wed, 7 Apr 2004 09:21:40 +0200 fig2ps (1.1-1) unstable; urgency=low * replaced the last occurencies of figtops in the files... -- Vincent Fourmond Thu, 1 Apr 2004 09:08:50 +0200 fig2ps (1.0-2) unstable; urgency=low * removed the Conflict field ant put the Replace in the right section (closes: #241399) * changed dependency to latex into tetex-bin and tetex-base (closes: #241401) -- Vincent Fourmond Thu, 1 Apr 2004 09:00:44 +0200 fig2ps (1.0-1) unstable; urgency=low * Moved figtops back to fig2ps, after consultation with texmacs package manager * Added the appropriate information in control * Added handling of the documentclass for --input + possibility to add packages -- Vincent Fourmond Tue, 23 Mar 2004 09:19:44 +0100 fig2ps (0.zeta-2) unstable; urgency=low * NMU: remove conflict with Texmacs -- Mickael Profeta Mon, 9 Feb 2004 14:54:25 +0100 fig2ps (0.zeta-1) unstable; urgency=low * moved fig2ps to figtops, to avoid conflict with texmacs (closes: #230239, #230333) -- Vincent Fourmond Thu, 5 Feb 2004 11:57:50 +0100 fig2ps (0.gamma-1) unstable; urgency=low * Added support for exporting to PDF, using epstopdf. * Added few other options, and their doc. * Added support for forcing the "special" flag for text * Corrected a little bug, made a decent copyright file * Completed the options and the doc. -- Vincent Fourmond Thu, 22 Jan 2004 12:41:32 +0100 fig2ps (0.beta-3) unstable; urgency=low * Added support for changing bounding box and including a template file. * Now the config file can have options split over few lines. -- Vincent Fourmond Mon, 1 Dec 2003 13:31:30 +0100 fig2ps (0.beta-2) unstable; urgency=low * Switched to debhelper suite of tools for building the debian package. -- Vincent Fourmond Thu, 30 Oct 2003 09:45:53 +0100 fig2ps (0.beta-1) unstable; urgency=low * Initial release. * Added command line parsing, config files parsing and a small documentation -- Vincent Fourmond Tue, 28 Oct 2003 15:27:34 +0100 debian/compat0000644000000000000000000000000211332642530010363 0ustar 5 debian/source/0000755000000000000000000000000011332642530010465 5ustar debian/source/format0000644000000000000000000000001411332642551011676 0ustar 3.0 (quilt) debian/dirs0000644000000000000000000000013211332642530010045 0ustar usr/bin usr/share/man/man1 etc/fig2ps usr/share/doc/fig2ps usr/share/doc/fig2ps/examples