debian/0000755000000000000000000000000012256623161007172 5ustar debian/rules0000755000000000000000000000003612256623161010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000456012256623161010602 0ustar Source: libmsoffice-word-html-writer-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8), perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) Build-Depends-Indep: libmime-types-perl, libparams-validate-perl, libtest-pod-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmsoffice-word-html-writer-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmsoffice-word-html-writer-perl.git Homepage: https://metacpan.org/release/MsOffice-Word-HTML-Writer/ Package: libmsoffice-word-html-writer-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmime-types-perl, libparams-validate-perl Description: module for writing MsWord documents in HTML format MsOffice::Word::HTML-Writer is one way to programatically generate documents targeted for Microsoft Word (MsWord). . MsWord can read documents encoded in native binary format, in Rich Text Format (RTF), in WordML (an XML dialect), or -- maybe this is less known -- in HTML, with some special markup for pagination and other MsWord-specific features. Such HTML documents are often in several parts, because attachments like images or headers/footers need to be in separate files; however, since it is more convenient to carry all data in a single file, MsWord also supports the "MHTML" format (or "MHT" for short), i.e. an encapsulation of a whole HTML tree into a single file encoded in MIME multipart format. This format can be generated interactively from MsWord by calling the "SaveAs" menu and choosing the .mht extension. . MsOffice::Word::HTML::Writer helps you to programatically generate MsWord documents in MHT format. The advantage of this technique is that one can rely on standard HTML mechanisms for layout control, such as styles, tables, divs, etc -- of course this markup can be produced using your favorite HTML module. The added value of MsOffice::Word::HTML::Writer is to help building the MIME multipart file, and provide some abstractions for representing MsWord-specific features (headers, footers, fields, etc.). This is probably the most convenient way for programmatic document generation. debian/source/0000755000000000000000000000000012256623161010472 5ustar debian/source/format0000644000000000000000000000001412256623161011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000201312256623161011040 0ustar libmsoffice-word-html-writer-perl (1.02-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update build dependencies. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 19:39:38 +0100 libmsoffice-word-html-writer-perl (1.01-1) unstable; urgency=low * New upstream release. * Move Module::Build from B-D-I to Build-Depends (needed during clean) and add newer perl as an alternative. -- gregor herrmann Fri, 30 Sep 2011 17:04:28 +0200 libmsoffice-word-html-writer-perl (1.00-1) unstable; urgency=low * Initial release (closes: #638592). -- gregor herrmann Sat, 20 Aug 2011 03:08:12 +0200 debian/compat0000644000000000000000000000000212256623161010370 0ustar 8 debian/copyright0000644000000000000000000000211712256623161011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MsOffice-Word-HTML-Writer Upstream-Contact: Laurent Dami Source: https://metacpan.org/release/MsOffice-Word-HTML-Writer/ Files: * Copyright: 2008-2009, Laurent Dami License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000022012256623161010215 0ustar version=3 https://metacpan.org/release/MsOffice-Word-HTML-Writer/ .*/MsOffice-Word-HTML-Writer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$