debian/0000755000000000000000000000000012004311647007164 5ustar debian/compat0000644000000000000000000000000211647165135010375 0ustar 7 debian/source/0000755000000000000000000000000011647165135010477 5ustar debian/source/format0000644000000000000000000000001411647165135011705 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000447411647165135011143 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Aurélien Bompard Source: http://trac-hacks.org/wiki/OdtExportPlugin Name: OdtExportPlugin Files: * Copyright: 2009-2010 Aurélien Bompard License: Trac Files: xsl/* Copyright: 2009-2010 Aurélien Bompard License: LGPL-2.1+ Files: debian/* Copyright: 2011, Daniel Kahn Gillmor License: LGPL-2.1+ License: Trac The Trac license is a modified BSD license, as follows: . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. . On Debian systems, the complete text of version 2.1 of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/rules0000755000000000000000000000005411647165135010256 0ustar #!/usr/bin/make -f %: dh --with python2 $@ debian/pydist-overrides0000644000000000000000000000002312004311151012404 0ustar pil python-imaging debian/control0000644000000000000000000000151212004311603010556 0ustar Source: trac-odtexport Section: web Priority: extra Maintainer: Daniel Kahn Gillmor Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.3 Homepage: http://trac-hacks.org/wiki/OdtExportPlugin Vcs-Git: git://lair.fifthhorseman.net/~dkg/trac-odtexport Package: trac-odtexport Architecture: all Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, trac Provides: ${python:Provides} Description: Export Trac wiki pages as OpenDocument (ODT) files The Trac OdtExport plugin can convert a wiki page to an OpenDocument Text file (ODT). . The file can be opened with any compatible office suite, such as OpenOffice, KOffice, IBM Symphony, etc. Currently, it's only been tested with OpenOffice. . The XSLT stylesheets come from the XHTML2ODT project. debian/changelog0000644000000000000000000000102012004311605011021 0ustar trac-odtexport (0.6.0+svn10787-2) unstable; urgency=low * hint dh_python2 to know that python-imaging provides PIL (Closes: #680424) Thanks, gregor herrmann and Julian Taylor! * debian/control: bumped Standards-Version to 3.9.3 (no changes needed) -- Daniel Kahn Gillmor Thu, 26 Jul 2012 14:54:54 -0400 trac-odtexport (0.6.0+svn10787-1) unstable; urgency=low * Initial upload into debian (Closes: #642493) -- Daniel Kahn Gillmor Mon, 17 Oct 2011 22:52:40 -0400 debian/gbp.conf0000644000000000000000000000026111647165135010615 0ustar [DEFAULT] upstream-branch = master debian-branch = debian upstream-tag = trac-odtexport_upstream/%(version)s debian-tag = trac-odtexport_debian/%(version)s pristine-tar = False