debian/0000755000000000000000000000000012224142572007167 5ustar debian/source/0000755000000000000000000000000012042416552010467 5ustar debian/source/format0000644000000000000000000000001412042416552011675 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000027512042417600010605 0ustar [DEFAULT] upstream-branch = master debian-branch = debian upstream-tag = trac-translatedpages_upstream/%(version)s debian-tag = trac-translatedpages_debian/%(version)s pristine-tar = False debian/README.Debian0000644000000000000000000000176112042430160011224 0ustar Using the Trac TranslatedPagesMacro plugin on Debian ==================================================== Installation ============ To enable the Tags plugin in a specific trac instance, you need to add one line to the [components] section of trac.ini: [components] translatedpages.* = enabled Configuration ============= Plugin configuration is done in the [translatedpages] stanza of trac.ini. The available options (and their defaults) are: [translatedpages] # Page name of table containing available languages languages_page = TracLanguages # Page name template of translated pages template = {lang}:{page} # Base language to be used without prefix/suffix base_language = En # Regular expression to match a language code (you really don't want to change this) regexp = ([A-Z][a-z]{1,2}(?:_[A-Z]{2})?) More Info ========= For more info, please see: http://trac-hacks.org/wiki/TranslatePagesMacro -- Daniel Kahn Gillmor , Fri, 26 Oct 2012 02:40:48 -0400 debian/rules0000755000000000000000000000005412042442335010244 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 debian/compat0000644000000000000000000000000212042442350010360 0ustar 9 debian/control0000644000000000000000000000162312042442463010574 0ustar Source: trac-translatedpages Section: web Priority: extra Maintainer: Daniel Kahn Gillmor Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.4 Homepage: http://trac-hacks.org/wiki/TranslatedPagesMacro Vcs-Git: git://lair.fifthhorseman.net/~dkg/trac-translatedpages Package: trac-translatedpages Architecture: all Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, trac, python-pkg-resources Provides: ${python:Provides} Description: Show translated versions of wiki page in the Trac web application The TranslatedPagesMacro provides a simple way to deal with translating wiki pages on a wiki of a Trac installation. It presents links to corresponding versions of the current page in different languages, and indicates when the revision of a translation page gets out of sync with the latest version of the source page. debian/changelog0000644000000000000000000000077012042442567011052 0ustar trac-translatedpages (1.0~svn11919-2) unstable; urgency=low * fix README.Debian to indicate the correct [components] argument in trac.ini * further simplify debian/rules and add debian/clean * bump debhelper compat to 9 -- Daniel Kahn Gillmor Fri, 26 Oct 2012 02:48:50 -0400 trac-translatedpages (1.0~svn11919-1) unstable; urgency=low * Initial upload into debian (Closes: #691473) -- Daniel Kahn Gillmor Fri, 26 Oct 2012 01:35:19 -0400 debian/clean0000644000000000000000000000003412042442502010163 0ustar TranslatedPages.egg-info/* debian/copyright0000644000000000000000000000352412042420123011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: TranslatedPagesMacro Upstream-Contact: Mikhail Gusarov Source: http://trac-hacks.org/wiki/TranslatedPagesMacro Copyright: 2009-2012 Mikhail Gusarov , Dirk Stöcker, Zhang Cong (ftofficer) License: BSD-2-clause Files: * Copyright: 2009-2012, Mikhail Gusarov , Dirk Stöcker, Zhang Cong (ftofficer) License: BSD-2-clause Files: debian/* Copyright: 2012, Daniel Kahn Gillmor License: BSD-2-clause License: BSD-2-clause 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. . THIS SOFTWARE IS PROVIDED BY THE 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.