debian/0000755000000000000000000000000012262535122007166 5ustar debian/copyright0000644000000000000000000000377612147203621011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: transifex-client Upstream-Contact: Indifex Ltd. Source: http://code.indifex.com/transifex-client Files: * Copyright: 2010-2013 Indifex Ltd. License: GPL-2 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 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2012-2013 Janos Guljas License: GPL-2+ 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 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/docs0000644000000000000000000000001311564344420010036 0ustar README.rst debian/watch0000644000000000000000000000014211516424662010223 0ustar version=3 http://pypi.python.org/packages/source/t/transifex-client/ transifex-client-(.*).tar.gz debian/source/0000755000000000000000000000000012262534553010475 5ustar debian/source/options0000644000000000000000000000005111754763023012110 0ustar extend-diff-ignore = "^[^/]+\.egg-info/" debian/source/format0000644000000000000000000000001411516424662011703 0ustar 3.0 (quilt) debian/manpages0000644000000000000000000000001411516424662010706 0ustar debian/tx.1 debian/rules0000755000000000000000000000005612147204351010246 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/control0000644000000000000000000000223612262535066010603 0ustar Source: transifex-client Section: python Priority: optional Maintainer: Janos Guljas Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python-all, python-setuptools, python-mock Standards-Version: 3.9.5 Homepage: http://www.transifex.net/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/transifex-client/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/transifex-client/trunk/ Package: transifex-client Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources Provides: ${python:Provides} Description: Command line interface for Transifex Transifex Command-line Client is a command line tool that enables you to easily manage your translations within a project without the need of an elaborate UI system. . You can use the command line client to easily create new resources, map locale files to translations and synchronize your Transifex project with your local repository and vice versa. Translators and localization managers can also use it to handle large volumes of translation files easily and without much hassle. debian/compat0000644000000000000000000000000212147203427010366 0ustar 9 debian/tx.10000644000000000000000000000166612147204377007723 0ustar .TH TX "1" "January 2011" "Transifex" "User Commands" .SH NAME tx \- A command line interface for Transifex .SH SYNOPSIS tx [\fIoptions\fR] \fIcommand \fR[\fIcmd_options\fR] .SH DESCRIPTION This is the Transifex command line client which allows you to manage your translations locally and sync them with the master Transifex server. If you'd like to check the available commands issue `tx help` or if you just want help with a specific command issue `tx help command`. .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-q\fR, \fB\-\-quiet\fR don't print status messages to stdout .TP \fB\-r\fR ROOT_DIR, \fB\-\-root\fR=\fIROOT_DIR\fR change root directory (default is cwd) .TP \fB\-\-traceback\fR print full traceback on exceptions .TP \fB\-\-disable\-colors\fR disable color output .PP .SH AUTHOR .TP Written for Debian by Janos Guljas . debian/changelog0000644000000000000000000000730212262535122011042 0ustar transifex-client (0.10-1) unstable; urgency=medium * New upstream release. (Closes: #734202) * debian/control - Raise policy version to 3.9.5. -- Janos Guljas Mon, 06 Jan 2014 15:12:02 +0100 transifex-client (0.9.1-1) unstable; urgency=low * New upstream release. * Add python-pkg-resources as a dependency. (Closes: #716009) -- Janos Guljas Fri, 12 Jul 2013 15:39:53 +0200 transifex-client (0.9-1) unstable; urgency=low * New upstream release. * debian/control - Remove X-Python-Version . - Remove version dependency on python-all. - Raise debhelper dependency to 9. - Raise policy version to 3.9.4. - Change my email address. * debian/compat - Raise debhelper compatibility to 9. * debian/copyright - Update copyright years. - Change my email address. * Remove debian/patches, as no longer needed. * debian/rules - remove override_dh_auto_test as tests are no longer provided by the upstream authors. * debian/tx.1 - Change my email address. -- Janos Guljas Wed, 22 May 2013 20:17:29 +0200 transifex-client (0.8-3) UNRELEASED; urgency=low * Use canonical URIs for Vcs-* fields. * Remove DM-Upload-Allowed; it's no longer used by the archive software. -- Jakub Wilk Sun, 05 May 2013 18:40:59 +0200 transifex-client (0.8-2) unstable; urgency=low * Exclude tests directory from packaging in global python namespace. (Closes: #679489) -- Janos Guljas Fri, 29 Jun 2012 13:14:09 +0200 transifex-client (0.8-1) unstable; urgency=low * New upstream release. * Run tests on build: - Override dh_auto_test. - Add python-mock to Build-Depends. - Patch tests to implement TestCase's assertIs method from Python 2.7 for Python 2.6 support. * Remove obsolete or incorrect uses of various python related fiels in debian/control * Update Format URI in debian/copyright. -- Janos Guljas Wed, 27 Jun 2012 14:10:08 +0200 transifex-client (0.7.3-1) unstable; urgency=low * New upstream release. * debian/source/options - Ignore transifex_client.egg-info changes after build. * Fix a typo in description. (Closes: #663477) * Bump standards to 3.9.3. -- Janos Guljas Wed, 16 May 2012 20:08:15 +0200 transifex-client (0.7.2-1) unstable; urgency=low * New upstream release. -- Janos Guljas Mon, 20 Feb 2012 14:22:04 +0100 transifex-client (0.7-1) unstable; urgency=low * New upstream release. * Add debian/source/local-options. * Update debian/copyright Format value. -- Janos Guljas Fri, 17 Feb 2012 04:27:28 +0100 transifex-client (0.6.1-1) unstable; urgency=low * New upstream release. -- Janos Guljas Mon, 09 Jan 2012 14:27:43 +0100 transifex-client (0.6-1) unstable; urgency=low * New upstream release. * Add DM-Upload-Allowed control field. -- Janos Guljas Tue, 20 Dec 2011 16:56:02 +0100 transifex-client (0.5.2-1) unstable; urgency=low * New upstream release. -- Janos Guljas Fri, 24 Jun 2011 15:33:05 +0200 transifex-client (0.5-1) unstable; urgency=low * New upstream release. (Closes: #626982) * Bump standards version to 3.9.2. -- Janos Guljas Tue, 17 May 2011 02:52:31 +0200 transifex-client (0.4.1-2) unstable; urgency=low * Team upload. * Rebuild to add Python 2.7 support -- Piotr Ożarowski Sun, 08 May 2011 16:45:38 +0200 transifex-client (0.4.1-1) unstable; urgency=low * Initial release. (Closes: #608650) -- Janos Guljas Sat, 22 Jan 2011 00:08:56 +0100