Codebase list unrtf / debian/latest
Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request debian/unrtf!2 Jelmer Vernooij 1 year, 4 months ago
6 changed file(s) with 17 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
1010
1111 unrtf (0.21.9-clean-3) unstable; urgency=high
1212
13 * Security fix
13 * Security fix
1414 * Add patch from upstream to fix CVE-2016-10091 (buffer overflow in various
1515 cmd_ functions). closes: 849705
1616
1818
1919 unrtf (0.21.9-clean-2) unstable; urgency=medium
2020
21 * Upload to unstable
21 * Upload to unstable
2222
2323 -- Willi Mann <willi@debian.org> Fri, 04 Sep 2015 18:46:35 +0200
2424
114114 * New upstream release
115115 * Closes: #227730: binaries removed
116116 * Closes: #227731: new mime entry
117 * Closes: #225592: null pointer param in convert.c
117 * Closes: #225592: null pointer param in convert.c
118118
119119 -- Christian Surchi <csurchi@debian.org> Wed, 2 Jun 2004 19:41:55 +0200
120120
161161
162162 unrtf (0.18.1-2) unstable; urgency=low
163163
164 * Added mime-support (Thanks to Horms) (Closes:#130865,#138852)
164 * Added mime-support (Thanks to Horms) (Closes:#130865,#138852)
165165
166166 -- Christian Surchi <csurchi@debian.org> Sun, 24 Mar 2002 17:56:42 +0100
167167
204204
205205 rtf2htm (0.12.7-4) unstable; urgency=low
206206
207 * Corrected typo in copyright file.
207 * Corrected typo in copyright file.
208208
209209 -- Dr. Guenter Bechly <gbechly@debian.org> Thu, 29 Mar 2001 13:39:58 +0200
210210
211211 rtf2htm (0.12.7-3) unstable; urgency=low
212212
213 * Removed useless menu entry; closes: #85889
213 * Removed useless menu entry; closes: #85889
214214
215215 -- Dr. Guenter Bechly <gbechly@debian.org> Wed, 14 Feb 2001 19:15:48 +0100
216216
217217 rtf2htm (0.12.7-2) unstable; urgency=low
218218
219 * Just a clean-up of the source package.
219 * Just a clean-up of the source package.
220220
221221 -- Dr. Guenter Bechly <gbechly@debian.org> Thu, 11 Jan 2001 23:01:49 +0100
222222
227227 * Wrote a manpage.
228228
229229 -- Dr. Guenter Bechly <gbechly@debian.org> Thu, 28 Dec 2000 20:03:00 +0100
230
11 Section: text
22 Priority: optional
33 Maintainer: Willi Mann <willi@debian.org>
4 Build-Depends: debhelper (>> 9.0.0),
5 dh-autoreconf
6 Standards-Version: 4.3.0
4 Build-Depends: debhelper (>= 10~)
5 Standards-Version: 4.6.1
76 Vcs-Browser: https://salsa.debian.org/debian/unrtf
87 Vcs-Git: https://salsa.debian.org/debian/unrtf.git
9 Homepage: http://www.gnu.org/software/unrtf/
8 Homepage: https://www.gnu.org/software/unrtf/
109
1110 Package: unrtf
1211 Architecture: any
1312 Depends: ${shlibs:Depends}, ${misc:Depends}
1413 Replaces: rtf2htm
1514 Conflicts: rtf2htm
16 Description: RTF to other formats converter
15 Description: RTF to other formats converter
1716 UnRTF is a moderately complicated converter from RTF to other formats,
1817 including HTML, LaTeX, and text. Converting to HTML, it supports tables,
1918 fonts, colors, embedded images, hyperlinks, paragraph alignment among other
00 #!/usr/bin/make -f
11 %:
2 dh $@ --with autoreconf
2 dh $@
0 ---
1 Name: unrtf
2 Bug-Submit: bug-unrtf@gnu.org
00 version=3
1 http://ftp.gnu.org/pub/gnu/unrtf/ \
1 https://ftp.gnu.org/pub/gnu/unrtf/ \
22 (?:.*[/=]|)unrtf(?:[_\-]?|[_\-]v)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)(?:[^\.].*)?
33 # Bart Martens <bartm@debian.org> Sat, 02 Mar 2013 17:04:37 +0000