Package: unoconv
Version: 0.3-2
Severity: normal
Tags: patch
Hi!
Unoconv seems to not support to convert to/from odf templates, although
it is fully supported by openoffice.
See attached patch.
/Sune
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.20-1-vserver-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages unoconv depends on:
ii python 2.4.4-6 An interactive high-level object-o
ii python-uno 1:2.3.0.dfsg-2 Python interface for OpenOffice.or
unoconv recommends no packages.
-- no debconf information
diff -u unoconv-0.3/debian/changelog unoconv-0.3/debian/changelog
--- unoconv-0.3/debian/changelog
+++ unoconv-0.3/debian/changelog
@@ -1,3 +1,10 @@
+unoconv (0.3-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add support for impress templates.
+
+ -- Sune Vuorela <[EMAIL PROTECTED]> Mon, 17 Dec 2007 12:11:16 +0100
+
unoconv (0.3-2) unstable; urgency=low
* Use update-alternatives to provide odt2txt, thanks to Michal Politowsk
only in patch2:
unchanged:
--- unoconv-0.3.orig/unoconv
+++ unoconv-0.3/unoconv
@@ -207,6 +207,7 @@
fmts.add('presentation', 'odd', 'odd', 'OpenDocument Drawing (Impress)',
'impress8_draw')
fmts.add('presentation', 'odg', 'odg', 'OpenOffice.org 1.0 Drawing
(OpenOffice.org Impress)', 'impress_StarOffice_XML_Draw')
fmts.add('presentation', 'odp', 'odp', 'OpenDocument Presentation', 'impress8')
+fmts.add('presentation', 'otp', 'otp', 'OpenDocument Presentation Template',
'impress8_template')
fmts.add('presentation', 'pbm', 'pbm', 'Portable Bitmap', 'impress_pbm_Export')
fmts.add('presentation', 'pct', 'pct', 'Mac Pict', 'impress_pct_Export')
fmts.add('presentation', 'pdf', 'pdf', 'Portable Document Format',
'impress_pdf_Export')