[Python-apps-commits] r7658 - in packages/itstool/trunk (13 files)

tanguy-guest at users.alioth.debian.org tanguy-guest at users.alioth.debian.org
Sun Oct 16 18:09:40 UTC 2011


    Date: Sunday, October 16, 2011 @ 18:09:39
  Author: tanguy-guest
Revision: 7658

[svn-inject] Application des modifications Debian (1.1.1-1) pour le tronc

Added:
  packages/itstool/trunk/debian/
  packages/itstool/trunk/debian/changelog
  packages/itstool/trunk/debian/compat
  packages/itstool/trunk/debian/control
  packages/itstool/trunk/debian/copyright
  packages/itstool/trunk/debian/docs
  packages/itstool/trunk/debian/patches/
  packages/itstool/trunk/debian/patches/manpage-minuses.patch
  packages/itstool/trunk/debian/patches/series
  packages/itstool/trunk/debian/rules
  packages/itstool/trunk/debian/source/
  packages/itstool/trunk/debian/source/format
  packages/itstool/trunk/debian/watch


Property changes on: packages/itstool/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/itstool/trunk/debian/changelog
===================================================================
--- packages/itstool/trunk/debian/changelog	                        (rev 0)
+++ packages/itstool/trunk/debian/changelog	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1,14 @@
+itstool (1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/copyright: refer to an exact revision of DEP-5 (the last one).
+  * debian/control: change the Maintainer field to Python Applications Team
+    and put myself to Uploaders.
+
+ -- Tanguy Ortolo <tanguy+debian at ortolo.eu>  Sun, 16 Oct 2011 20:05:39 +0200
+
+itstool (1.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #639788)
+
+ -- Tanguy Ortolo <tanguy+debian at ortolo.eu>  Sat, 03 Sep 2011 19:06:43 +0200

Added: packages/itstool/trunk/debian/compat
===================================================================
--- packages/itstool/trunk/debian/compat	                        (rev 0)
+++ packages/itstool/trunk/debian/compat	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1 @@
+8

Added: packages/itstool/trunk/debian/control
===================================================================
--- packages/itstool/trunk/debian/control	                        (rev 0)
+++ packages/itstool/trunk/debian/control	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1,24 @@
+Source: itstool
+Section: text
+Priority: extra
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Tanguy Ortolo <tanguy+debian at ortolo.eu>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.2
+Homepage: http://itstool.org/
+Vcs-Git: git://git.ortolo.eu/pkg-itstool.git
+Vcs-Browser: http://git.ortolo.eu/pkg-itstool.git
+
+Package: itstool
+Architecture: all
+Depends: ${misc:Depends}, python, python-libxml2
+Description: tool for translating XML documents with PO files
+ ITS Tool allows you to translate your XML documents with PO files, using rules
+ from the W3C Internationalization Tag Set (ITS) to determine what to translate
+ and how to separate it into PO file messages.
+ .
+ ITS Tool is designed to make XML documents translatable through PO files by
+ applying standard ITS rules, as well as extension rules specific to ITS Tool.
+ ITS also provides an industry standard way for authors to override translation
+ information in their documents, such as whether a particular element should be
+ translated.

Added: packages/itstool/trunk/debian/copyright
===================================================================
--- packages/itstool/trunk/debian/copyright	                        (rev 0)
+++ packages/itstool/trunk/debian/copyright	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1,42 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
+Upstream-Name: ITS Tool
+Upstream-Contact: Shaun McCance <shaunm at gnome.org>
+Source: <http://itstool.org/download/>
+
+Files: *
+Copyright: 2010-2011 Shaun McCance <shaunm at gnome.org>
+License: GPL-3.0+
+
+Files: its/*.its
+Copyright: 2010-2011 Shaun McCance <shaunm at gnome.org>
+License: Any
+ As a special exception, the copyright holders give you permission to
+ copy, modify, and distribute the ITS definitions bundled with this
+ program under the terms of your choosing, without restriction.
+ .
+ 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.
+
+
+Files: debian/*
+Copyright: 2011 Tanguy Ortolo <tanguy+debian at ortolo.eu>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Added: packages/itstool/trunk/debian/docs
===================================================================
--- packages/itstool/trunk/debian/docs	                        (rev 0)
+++ packages/itstool/trunk/debian/docs	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: packages/itstool/trunk/debian/patches/manpage-minuses.patch
===================================================================
--- packages/itstool/trunk/debian/patches/manpage-minuses.patch	                        (rev 0)
+++ packages/itstool/trunk/debian/patches/manpage-minuses.patch	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1,25 @@
+Description: Replace two hyphens by minuses as intended.
+Forwarded: no
+Author: Tanguy Ortolo <tanguy+debian at ortolo.eu>
+Last-Update: 2011-09-03
+
+Index: itstool/itstool.1.in
+===================================================================
+--- itstool.orig/itstool.1.in	2011-09-03 19:14:28.268601294 +0200
++++ itstool/itstool.1.in	2011-09-03 19:15:10.804922772 +0200
+@@ -16,13 +16,13 @@
+ 
+ To extract messages from XML files \fBFILES\fR and output them to \fBOUT.pot\fR:
+ 
+-\fBitstool -o OUT.pot FILES\fR
++\fBitstool \-o OUT.pot FILES\fR
+ 
+ After merging with existing translations or translating strings, generate an
+ MO file with \fBmsgfmt(1)\fR, then output translated files to the directory
+ \fBDIR\fR:
+ 
+-\fBitstool -m OUT.mo -o DIR FILES\fR
++\fBitstool \-m OUT.mo \-o DIR FILES\fR
+ 
+ ITS definitions are loaded from the built-in rules, rules embedded in the source
+ XML files, files passed with the \fB-i\fR option, and ITS attributes in the source

Added: packages/itstool/trunk/debian/patches/series
===================================================================
--- packages/itstool/trunk/debian/patches/series	                        (rev 0)
+++ packages/itstool/trunk/debian/patches/series	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1 @@
+manpage-minuses.patch

Added: packages/itstool/trunk/debian/rules
===================================================================
--- packages/itstool/trunk/debian/rules	                        (rev 0)
+++ packages/itstool/trunk/debian/rules	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@


Property changes on: packages/itstool/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/itstool/trunk/debian/source/format
===================================================================
--- packages/itstool/trunk/debian/source/format	                        (rev 0)
+++ packages/itstool/trunk/debian/source/format	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/itstool/trunk/debian/watch
===================================================================
--- packages/itstool/trunk/debian/watch	                        (rev 0)
+++ packages/itstool/trunk/debian/watch	2011-10-16 18:09:39 UTC (rev 7658)
@@ -0,0 +1,3 @@
+version=3
+
+http://files.itstool.org/itstool/itstool-(.*)\.tar\.bz2




More information about the Python-apps-commits mailing list