[Python-modules-commits] r15385 - in packages/transifex-client/trunk (12 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Sat Jan 22 00:49:46 UTC 2011


    Date: Saturday, January 22, 2011 @ 00:49:35
  Author: janos-guest
Revision: 15385

[svn-inject] Applying Debian modifications (0.4.1-1) to trunk

Added:
  packages/transifex-client/trunk/debian/
  packages/transifex-client/trunk/debian/changelog
  packages/transifex-client/trunk/debian/compat
  packages/transifex-client/trunk/debian/control
  packages/transifex-client/trunk/debian/copyright
  packages/transifex-client/trunk/debian/docs
  packages/transifex-client/trunk/debian/manpages
  packages/transifex-client/trunk/debian/rules
  packages/transifex-client/trunk/debian/source/
  packages/transifex-client/trunk/debian/source/format
  packages/transifex-client/trunk/debian/tx.1
  packages/transifex-client/trunk/debian/watch


Property changes on: packages/transifex-client/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/transifex-client/trunk/debian/changelog
===================================================================
--- packages/transifex-client/trunk/debian/changelog	                        (rev 0)
+++ packages/transifex-client/trunk/debian/changelog	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1,5 @@
+transifex-client (0.4.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #608650)
+
+ -- Janos Guljas <janos at resenje.org>  Sat, 22 Jan 2011 00:08:56 +0100

Added: packages/transifex-client/trunk/debian/compat
===================================================================
--- packages/transifex-client/trunk/debian/compat	                        (rev 0)
+++ packages/transifex-client/trunk/debian/compat	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1 @@
+7

Added: packages/transifex-client/trunk/debian/control
===================================================================
--- packages/transifex-client/trunk/debian/control	                        (rev 0)
+++ packages/transifex-client/trunk/debian/control	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1,26 @@
+Source: transifex-client
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at resenje.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.5
+Homepage: http://www.indifex.com/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/transifex-client/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/transifex-client/trunk/
+
+Package: transifex-client
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: A command line interface for Transifex
+ The 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 verca. Translators and localization managers can also use
+ it to handle large volumes of translation files easily and without much hassle.

Added: packages/transifex-client/trunk/debian/copyright
===================================================================
--- packages/transifex-client/trunk/debian/copyright	                        (rev 0)
+++ packages/transifex-client/trunk/debian/copyright	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1,53 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: transifex-client
+Upstream-Contact: Indifex Ltd. <info at indifex.com>
+Source: http://code.indifex.com/transifex-client
+
+Files: *
+Copyright: 2010 Indifex Ltd. <info at indifex.com>
+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: 2011 Janos Guljas <janos at resenje.org>
+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'.
+

Added: packages/transifex-client/trunk/debian/docs
===================================================================
--- packages/transifex-client/trunk/debian/docs	                        (rev 0)
+++ packages/transifex-client/trunk/debian/docs	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1 @@
+README

Added: packages/transifex-client/trunk/debian/manpages
===================================================================
--- packages/transifex-client/trunk/debian/manpages	                        (rev 0)
+++ packages/transifex-client/trunk/debian/manpages	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1 @@
+debian/tx.1

Added: packages/transifex-client/trunk/debian/rules
===================================================================
--- packages/transifex-client/trunk/debian/rules	                        (rev 0)
+++ packages/transifex-client/trunk/debian/rules	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/transifex-client/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/transifex-client/trunk/debian/source/format
===================================================================
--- packages/transifex-client/trunk/debian/source/format	                        (rev 0)
+++ packages/transifex-client/trunk/debian/source/format	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/transifex-client/trunk/debian/tx.1
===================================================================
--- packages/transifex-client/trunk/debian/tx.1	                        (rev 0)
+++ packages/transifex-client/trunk/debian/tx.1	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1,33 @@
+.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
+print full traceback on exceptions
+.PP
+.SH AUTHOR
+.TP
+Written for Debian by Janos Guljas <janos at resenje.org>.

Added: packages/transifex-client/trunk/debian/watch
===================================================================
--- packages/transifex-client/trunk/debian/watch	                        (rev 0)
+++ packages/transifex-client/trunk/debian/watch	2011-01-22 00:49:35 UTC (rev 15385)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/t/transifex-client/ transifex-client-(.*).tar.gz




More information about the Python-modules-commits mailing list