debian/0000755000000000000000000000000011677647761007214 5ustar debian/source/0000755000000000000000000000000011677647761010514 5ustar debian/source/format0000644000000000000000000000001411677637761011721 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211255500165010364 0ustar 7 debian/copyright0000644000000000000000000000354511677640465011150 0ustar This package was debianized by: W. Martin Borgert on Sun, 20 Sep 2009 18:42:10 +0000 It was downloaded from: http://trac-hacks.org/wiki/TracWysiwygPlugin Upstream Author: Jun Omae Copyright: © 2007-2009 Jun Omae License: Copyright (c) The Regents of the University of California. All rights reserved. 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. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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. debian/watch0000644000000000000000000000033111677647327010240 0ustar version=3 opts=downloadurlmangle=s/$/\/tracwysiwygplugin\/0\.12\.0\.3\?old_path=\/&format=zip/,uversionmangle=s/^/0.12.0.3+r/ \ http://trac-hacks.org/log/tracwysiwygplugin/0.12 \ /changeset/(\d+) \ debian uupdate debian/changelog0000644000000000000000000000073011677647751011065 0ustar trac-wysiwyg (0.12.0.3+r10725-1) unstable; urgency=low * New upstream version (Closes: #653730). Works with Trac 0.12. * Fixed lintians. [Jakub Wilk ] * Replace deprecated > operator with >=. -- W. Martin Borgert Sat, 31 Dec 2011 17:10:46 +0000 trac-wysiwyg (0.2+svn5931-1) unstable; urgency=low * First Debian package (Closes: #505717). -- W. Martin Borgert Sun, 11 Oct 2009 21:02:52 +0000 debian/control0000644000000000000000000000177011677637646010625 0ustar Source: trac-wysiwyg Section: web Priority: optional Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~) Maintainer: Python Applications Packaging Team Uploaders: W. Martin Borgert Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-wysiwyg/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-wysiwyg/trunk/ Homepage: http://trac-hacks.org/wiki/TracWysiwygPlugin Package: trac-wysiwyg Architecture: all Depends: ${python:Depends}, ${misc:Depends}, trac, libjs-jquery Description: WYSIWYG style editor for the Trac issue tracking system trac-wysiwyg allows the user to edit all textarea fields in Trac in a WYSIWYG style, e.g. in wiki pages, ticket descriptions, ticket comments and so on. Users may freely switch between the traditional and WYSIWYG editing mode during editing. Especially the aid in editing tables justifies the installation of this plugin. debian/rules0000755000000000000000000000013511677640217010260 0ustar #!/usr/bin/make -f %: dh $@ --sourcedir=0.12 --with python2 --buildsystem=python_distutils