1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
|
fig2ps (1.5-7) unstable; urgency=medium
* debian/upstream/metadata: fix Repository-Browse field.
-- Luis Paulo Linares <lpfllinares@gmail.com> Wed, 22 Jul 2020 18:51:57 -0300
fig2ps (1.5-6) unstable; urgency=medium
* New maintainer. (Closes: #772449)
-- Luis Paulo Linares <lpfllinares@gmail.com> Wed, 22 Jul 2020 18:51:16 -0300
fig2ps (1.5-5) unstable; urgency=medium
* QA upload.
* debian/control: changed Vcs-* URLs to salsa.debian.org.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
-- Luis Paulo Linares <lpfllinares@gmail.com> Fri, 05 Jun 2020 21:01:27 -0300
fig2ps (1.5-4) unstable; urgency=medium
* QA upload.
* debian/control: removed packages textex-bin and textex-extra in Depends
field because has been superseded.
* debian/copyright: updated in according to Copyright format 1.0.
* debian/dirs: removed because this file is useless now.
* debian/patches/010_fix-open-ps-with-gv.path: created for the ps file to be
opened by gv after it has been converted from the fig file (LP: #741610).
* debian/rules: added override_dh_strip_nondeterminism target to avoid a
false positive.
* debian/source/include-binaries: added to allow debian/tests/test.fig.
* debian/test/control: redone CI tests.
* debian/upstream/metadata: created.
* debian/watch: bumped to version 4.
-- Luis Paulo Linares <lpfllinares@gmail.com> Tue, 26 May 2020 15:02:44 -0300
fig2ps (1.5-3) unstable; urgency=medium
* QA upload.
* Run wrap-and-sort.
* debian/control:
- Added 'Rules-Requires-Root: no' to source stanza.
- Depends field:
~ Changed 'perl-modules' to 'perl' because it a suitable dependency.
~ Added 'texlive-font-utils' for PDF conversion.
* debian/rules: update to new format.
* debian/test/control: created to perform CI tests.
-- Luis Paulo Linares <lpfllinares@gmail.com> Thu, 21 May 2020 00:32:14 -0300
fig2ps (1.5-2) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. (see #772449)
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 13.
* debian/control: bumped Standards-Version to 4.5.0.
* debian/rules : changed dh_clean -k to dh_clean.
-- Luis Paulo Linares <lpfllinares@gmail.com> Sat, 09 May 2020 18:29:47 +0000
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 <fourmond@debian.org> 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 <fourmond@debian.org> 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 <fourmond@debian.org> 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 <fourmond@debian.org> 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 <fourmond@debian.org> 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 <fourmond@debian.org> 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 <fourmond@debian.org> Fri, 20 Apr 2007 00:04:42 +0200
fig2ps (1.3.6-2) unstable; urgency=low
* Added texlive-latex-extra dependency (closes: #408504)
* Switched to my new address
-- Vincent Fourmond <fourmond@debian.org> 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 <vincent.fourmond@9online.fr> 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 <vincent.fourmond@9online.fr> 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 Mickael Profeta)
* fixed a mistake in the Makefile
-- Vincent Fourmond <vincent.fourmond@9online.fr> 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 <vincent.fourmond@9online.fr> 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 <vincent.fourmond@9online.fr> 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 <vincent.fourmond@9online.fr> 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 <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> Wed, 7 Apr 2004 09:21:40 +0200
fig2ps (1.1-1) unstable; urgency=low
* replaced the last occurrences of figtops in the files...
-- Vincent Fourmond <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> Tue, 23 Mar 2004 09:19:44 +0100
fig2ps (0.zeta-2) unstable; urgency=low
* NMU: remove conflict with Texmacs
-- Mickael Profeta <profeta@debian.org> 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 <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> 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 <fourmond@dsvidf.cea.fr> Tue, 28 Oct 2003 15:27:34 +0100
|