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 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336
|
latex2rtf (2.3.16-1) unstable; urgency=medium
* New upstream release.
-- Chris Lawrence <lawrencc@debian.org> Sat, 30 Sep 2017 23:30:04 -0400
latex2rtf (2.3.10-1) unstable; urgency=medium
* New upstream release.
-- Chris Lawrence <lawrencc@debian.org> Sat, 26 Mar 2016 22:42:04 -0400
latex2rtf (2.3.8-1) unstable; urgency=medium
* New upstream release.
-- Chris Lawrence <lawrencc@debian.org> Sat, 16 Aug 2014 20:39:28 -0400
latex2rtf (2.3.7a-0.1) unstable; urgency=medium
* NMU
* New upstream release.
-- Daniel Leidert <dleidert@debian.org> Sat, 10 May 2014 23:17:33 +0200
latex2rtf (2.3.6-0.1) unstable; urgency=low
* NMU
* New upstream release.
-- Daniel Leidert <dleidert@debian.org> Sat, 22 Feb 2014 16:45:03 +0100
latex2rtf (2.3.5-0.1) unstable; urgency=low
* NMU
* New upstream release.
* debian/latex2rtf-doc.preinst: Don't print commands (closes: #735945).
-- Daniel Leidert <dleidert@debian.org> Sun, 19 Jan 2014 01:00:51 +0100
latex2rtf (2.3.4-0.2) unstable; urgency=low
* NMU
* debian/patches/man_html.patch: Updated.
- Create latex2rtf.html to fix FTBFS (closes: #732402).
-- Daniel Leidert <dleidert@debian.org> Mon, 06 Jan 2014 21:53:52 +0100
latex2rtf (2.3.4-0.1) unstable; urgency=low
* NMU
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.9.5.
* debian/rules (override_dh_auto_build-indep): Create missing files.
-- Daniel Leidert <dleidert@debian.org> Fri, 13 Dec 2013 23:31:30 +0100
latex2rtf (2.3.3-0.3) unstable; urgency=low
* NMU
* debian/latex2rtf-doc.preinst: Remove symlink directory in a policy
compliant way (closes: #720152).
-- Daniel Leidert <dleidert@debian.org> Thu, 05 Sep 2013 23:50:57 +0200
latex2rtf (2.3.3-0.2) unstable; urgency=low
* Non-maintainer upload.
* debian/control (Standards-Version): Bumped to 3.9.4.
* debian/copyright: Updated.
* debian/patches/ftbfs_fix_makeinfo.patch: Added.
- Fix a newly occurred FTBFS running makeinfo.
* debian/patches/series: Added.
-- Daniel Leidert <dleidert@debian.org> Thu, 09 May 2013 14:19:46 +0200
latex2rtf (2.3.3-0.1) experimental; urgency=low
* Non-maintainer upload.
* New upstream release.
* debian/patches/manpage_formal_fixes.patch: Updated.
* debian/patches/man_html.patch: Ditto.
-- Daniel Leidert <dleidert@debian.org> Sun, 10 Mar 2013 13:15:39 +0100
latex2rtf (2.3.1-0.1) experimental; urgency=low
* Non-maintainer upload.
* New upstream release (closes: #611531).
- Builds with latest gcc (closes: #641533).
- Optional argument to \cite isn't ignored (closes: #383183).
- Compiles footnotesize environment (closes: #563394).
- Fixed output handling (LP: #327846).
* debian/compat: Bumped dh compat level to 7.
* debian/control (Standards-Version): Bumped to 3.9.3.
(Build-Depends, Build-Depends-Indep): Increased dh version. Added texlive
packages. Dropped jadetex.
(Depends): Added missing ${misc:Depends}.
* debian/copyright: Updated.
* debian/dirs: Dropped useless file.
* debian/latex2rtf-doc.dirs: Ditto.
* debian/latex2rtf-doc.doc-base: Adjusted paths.
* debian/latex2rtf-doc.info: Added.
* debian/latex2rtf-doc.install: Ditto.
* debian/latex2rtf-doc.links: Ditto.
* debian/latex2rtf.install: Ditto.
* debian/rules: Rewritten for debhelper 7 including hardening. Moved dh
command file argiments into files. Install everything into debian/tmp
and install files from there to packages.
* debian/watch: Added.
* debian/patches/man_html.patch: Added.
- Replace unpackaged man2html command call.
* debian/patches/manpage_formal_fixes.patch: Added.
- Fix several issues related to the manual pages. Add info-dir-section.
* debian/patches/series: Added.
* debian/source/format: Added for format 3.0.
-- Daniel Leidert <dleidert@debian.org> Tue, 20 Nov 2012 21:07:24 +0100
latex2rtf (1.9.19-4.2) unstable; urgency=low
* Non-maintainer upload.
* Add info-dir-section to latex2rtf.info (Closes: #528878)
-- Julian Gilbey <jdg@debian.org> Thu, 14 Jun 2012 12:30:11 +0100
latex2rtf (1.9.19-4.1) unstable; urgency=low
* Non-maintainer upload.
* Update build-dependency from tetex to texlive (Closes: #562348)
* Add ${misc:Depends} dependency
-- Christoph Egger <christoph@debian.org> Sat, 13 Feb 2010 00:30:30 +0100
latex2rtf (1.9.19-4) unstable; urgency=low
* Move tofrodos to Build-Depends from Build-Depends-Indep, since todos
appears in the clean target in debian/rules. (Closes: #482378)
-- Chris Lawrence <lawrencc@debian.org> Thu, 22 May 2008 16:09:22 -0500
latex2rtf (1.9.19-3) unstable; urgency=low
* Convert latex2rtf.texi to Unix line endings. (Closes: #482161)
* Clean up diff from upstream to reduce doc diffs which will just get
clobbered during the build anyway.
-- Chris Lawrence <lawrencc@debian.org> Wed, 21 May 2008 20:48:36 -0500
latex2rtf (1.9.19-2) unstable; urgency=low
* Fix FTBFS for binary rebuilds. (Closes: #479622)
-- Chris Lawrence <lawrencc@debian.org> Tue, 13 May 2008 03:25:50 -0500
latex2rtf (1.9.19-1) unstable; urgency=low
* New upstream release. (Closes: #462416)
-- Chris Lawrence <lawrencc@debian.org> Mon, 05 May 2008 12:43:04 -0500
latex2rtf (1.9.16a-3) unstable; urgency=low
* Depend on tetex-bin | texlive-base. (Closes: #385237, #416277)
-- Chris Lawrence <lawrencc@debian.org> Mon, 26 Mar 2007 11:07:17 -0500
latex2rtf (1.9.16a-2) unstable; urgency=low
* Depend on netpbm. (Closes: #369397)
-- Chris Lawrence <lawrencc@debian.org> Tue, 30 May 2006 20:04:47 -0400
latex2rtf (1.9.16a-1) unstable; urgency=low
* New upstream release.
* Update debian/control so latex2rtf-doc appears in the section listed
in the override file.
-- Chris Lawrence <lawrencc@debian.org> Mon, 8 Nov 2004 01:56:23 -0600
latex2rtf (1.9.16-1) unstable; urgency=low
* New upstream release.
* \succ <-> \prec fixed. (Closes: #232910)
* Solves choking on empty commands. (Closes: #238572)
-- Chris Lawrence <lawrencc@debian.org> Sun, 7 Nov 2004 19:24:13 -0600
latex2rtf (1.9.15-2) unstable; urgency=high
* Apply patch to definitions.c from Jason Copenhaver that should solve
buffer overflow exploit. (Closes: #272612)
-- Chris Lawrence <lawrencc@debian.org> Mon, 20 Sep 2004 20:13:03 -0500
latex2rtf (1.9.15-1) unstable; urgency=low
* New upstream release.
+ Upstream fixed figure file in subdirectory problem. (Closes: #224651)
+ Upstream fixed -o option. (Closes: #203719)
-- Chris Lawrence <lawrencc@debian.org> Sat, 14 Feb 2004 17:45:56 -0600
latex2rtf (1.9.14-2) unstable; urgency=low
* Comment out the installation of the documentation files from the
upstream Makefile. (Closes: #198893)
-- Chris Lawrence <lawrencc@debian.org> Sat, 28 Jun 2003 17:04:18 -0500
latex2rtf (1.9.14-1) unstable; urgency=low
* New upstream release. (Closes: #186309)
-- Chris Lawrence <lawrencc@debian.org> Tue, 24 Jun 2003 13:52:31 -0500
latex2rtf (1.9.13-3) unstable; urgency=low
* Downgrade latex2rtf-doc to a suggestion. (Closes: #140084)
-- Chris Lawrence <lawrencc@debian.org> Wed, 12 Jun 2002 23:14:54 -0500
latex2rtf (1.9.13-2) unstable; urgency=low
* Fix build failure when building binary-only parts. (Closes: #143076)
-- Chris Lawrence <lawrencc@debian.org> Mon, 15 Apr 2002 19:20:36 -0500
latex2rtf (1.9.13-1) unstable; urgency=low
* New upstream release. (Closes: #142807)
* Depend on tetex-bin and imagemagick for new latex2png script.
-- Chris Lawrence <lawrencc@debian.org> Sun, 14 Apr 2002 18:23:44 -0500
latex2rtf (1.9.12-2) unstable; urgency=low
* latex2rtf should no longer segfault if run without arguments.
(Closes: #140487)
* Modify latex2rtf.1 to indicate that latex2rtf no longer reads from
stdin, as previous versions did, when no arguments are specified.
* -doc is still recommended; it will be lowered to a suggestion for
woody+1.
-- Chris Lawrence <lawrencc@debian.org> Mon, 1 Apr 2002 21:53:11 -0600
latex2rtf (1.9.12-1) unstable; urgency=low
* New upstream release.
* Spin docs off into separate package, to save autobuilders grief.
-- Chris Lawrence <lawrencc@debian.org> Sun, 10 Mar 2002 06:47:49 -0600
latex2rtf (1.9i-1) unstable; urgency=low
* New upstream release.
* Since we use DH_COMPAT=3, require at least debhelper 2.2.0 in the
build dependencies.
-- Chris Lawrence <lawrencc@debian.org> Wed, 26 Sep 2001 23:33:38 -0500
latex2rtf (1.9h-1) unstable; urgency=low
* New upstream release. (Closes: #107133)
* Update Standards-Version.
* Include URL of home page in control file.
* Update copyright file to include download location for 1.9 versions.
-- Chris Lawrence <lawrencc@debian.org> Wed, 29 Aug 2001 21:04:55 -0500
latex2rtf (1.8aa-5) unstable; urgency=low
* Corrected email for upstream author. (Closes: #74724)
* Added parser.o to the clean target. (Closes: #72984)
* Try to cope with outputing valid rtf to standard output without
redirction. WARNING: This may result in incorrect translations.
(Closes: #74725)
* Rewrite getLinenumber() to only use ftell/fseek since the fpos_t type
returned by fgetpos() is no longer guaranteed to be an integer by
libc. (Closes: #82342)
* Also replace other instances of fgetpos() with ftell().
-- Chris Lawrence <lawrencc@debian.org> Mon, 15 Jan 2001 03:46:31 -0600
latex2rtf (1.8aa-4) stable unstable; urgency=low
* Upload to stable to overcome the "can't build from source" bug that
breaks autobuild on some architectures.
* Add build dependency on debhelper.
-- Chris Lawrence <lawrencc@debian.org> Wed, 15 Nov 2000 19:24:57 -0600
latex2rtf (1.8aa-3) unstable; urgency=low
* Rebuild source package, removing spurious .o file from .orig.tar.gz
file (I'm not sure if it came from upstream or not).
-- Chris Lawrence <lawrencc@debian.org> Mon, 14 Feb 2000 18:19:16 -0600
latex2rtf (1.8aa-2) frozen unstable; urgency=low
* Compile-in correct path to configuration files. (Closes: #55663)
The package is unsuitable for release without this fix.
-- Chris Lawrence <lawrencc@debian.org> Wed, 19 Jan 2000 19:46:06 -0600
latex2rtf (1.8aa-1) unstable; urgency=low
* New maintainer.
* New upstream version. (Closes: #54744)
* Minor changes to debian/copyright because (a) upstream is now GPL and
(b) lintian warnings (old FSF address, misspelling).
-- Chris Lawrence <lawrencc@debian.org> Tue, 11 Jan 2000 09:08:44 -0600
latex2rtf (1.1-6) frozen unstable; urgency=low
* Applied glibc2.1 sparc patch (#30172)
-- Drake Diedrich <Drake.Diedrich@anu.edu.au> Thu, 3 Dec 1998 09:56:03 +1100
latex2rtf (1.1-5.1) frozen unstable; urgency=low
* non maintainer, sparc only upload
* fix initializer not constant bug with glibc2.1
-- Christian Meder <meder@isr.uni-stuttgart.de> Fri, 27 Nov 1998 14:05:24 +0100
latex2rtf (1.1-5) unstable; urgency=low
* Added \par to \par conversion
* Repackaged.
-- Drake Diedrich <Drake.Diedrich@anu.edu.au> Fri, 22 May 1998 17:19:13 +1000
|