[Python-modules-commits] r15591 - in packages/python-translationstring/trunk (13 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Feb 11 02:44:00 UTC 2011


    Date: Friday, February 11, 2011 @ 02:43:59
  Author: takaki
Revision: 15591

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

Added:
  packages/python-translationstring/trunk/debian/
  packages/python-translationstring/trunk/debian/changelog
  packages/python-translationstring/trunk/debian/compat
  packages/python-translationstring/trunk/debian/control
  packages/python-translationstring/trunk/debian/copyright
  packages/python-translationstring/trunk/debian/docs
  packages/python-translationstring/trunk/debian/patches/
  packages/python-translationstring/trunk/debian/patches/debian-changes-0.3-1
  packages/python-translationstring/trunk/debian/patches/series
  packages/python-translationstring/trunk/debian/rules
  packages/python-translationstring/trunk/debian/source/
  packages/python-translationstring/trunk/debian/source/format
  packages/python-translationstring/trunk/debian/watch


Property changes on: packages/python-translationstring/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-translationstring/trunk/debian/changelog
===================================================================
--- packages/python-translationstring/trunk/debian/changelog	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/changelog	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1,5 @@
+python-translationstring (0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #604997)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 26 Nov 2010 10:40:06 +0900

Added: packages/python-translationstring/trunk/debian/compat
===================================================================
--- packages/python-translationstring/trunk/debian/compat	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/compat	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1 @@
+7

Added: packages/python-translationstring/trunk/debian/control
===================================================================
--- packages/python-translationstring/trunk/debian/control	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/control	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1,25 @@
+Source: python-translationstring
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools
+Standards-Version: 3.9.1
+Homepage: http://www.repoze.org/
+#Vcs-Git: git://git.debian.org/collab-maint/python-translationstring.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-translationstring.git;a=summary
+
+Package: python-translationstring
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Utility library for i18n relied on by various Repoze packages
+ A library used by various Repoze packages for internationalization (i18n)
+ duties related to translation.
+ .
+ This package provides a translation string class, a translation string
+ factory class, translation and pluralization primitives, and a utility
+ that helps Chameleon templates use translation facilities of this package.
+ It does not depend on Babel, but its translation and pluralization
+ services are meant to work best when provided with an instance of the
+ babel.support.Translations class.

Added: packages/python-translationstring/trunk/debian/copyright
===================================================================
--- packages/python-translationstring/trunk/debian/copyright	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/copyright	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1,63 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Fri, 26 Nov 2010 10:40:06 +0900
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/translationstring
+
+Upstream Author:
+
+    Chris McDonough, Agendaless Consulting <repoze-dev at lists repoze org>
+
+Copyright:
+
+    Copyright (c) 2010 Agendaless Consulting and Contributors.
+
+License:
+
+  A copyright notice accompanies this license document that identifies
+  the copyright holders.
+
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are
+  met:
+
+  1.  Redistributions in source code must retain the accompanying
+      copyright notice, this list of conditions, and the following
+      disclaimer.
+
+  2.  Redistributions in binary form must reproduce the accompanying
+      copyright notice, this list of conditions, and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.
+
+  3.  Names of the copyright holders must not be used to endorse or
+      promote products derived from this software without prior
+      written permission from the copyright holders.
+
+  4.  If any files are modified, you must cause the modified files to
+      carry prominent notices stating that you changed the files and
+      the date of any change.
+
+  Disclaimer
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
+    ANY EXPRESSED 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 COPYRIGHT
+    HOLDERS 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.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/python-translationstring/trunk/debian/docs
===================================================================
--- packages/python-translationstring/trunk/debian/docs	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/docs	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1,4 @@
+CHANGES.txt
+COPYRIGHT.txt
+README.txt
+README.txt

Added: packages/python-translationstring/trunk/debian/patches/debian-changes-0.3-1
===================================================================
--- packages/python-translationstring/trunk/debian/patches/debian-changes-0.3-1	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/patches/debian-changes-0.3-1	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1,54 @@
+Description: Upstream changes introduced in version 0.3-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ python-translationstring (0.3-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #604997)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: TANIGUCHI Takaki <takaki at debian.org>
+Bug-Debian: http://bugs.debian.org/604997
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- python-translationstring-0.3.orig/translationstring.egg-info/PKG-INFO
++++ python-translationstring-0.3/translationstring.egg-info/PKG-INFO
+@@ -32,19 +32,19 @@ Description: translationstring
+         ----------------
+         
+         - Preserve default translations even if they are an empty string. This
+-        fixes problems with Chameleon being unable to determine if a translation
+-        is present or not.
++          fixes problems with Chameleon being unable to determine if a translation
++          is present or not.
+         
+         0.2 (04-25-2010)
+         ----------------
+         
+         - Add ``__getstate__`` and ``__reduce__`` methods to translation
+-        string to allow for pickling.
++          string to allow for pickling.
+         
+         - Fix bug in ChameleonTranslate.  When ``i18n:translate`` was used in
+-        templates, a translation string was inappropriately created with a
+-        ``default`` value of the empty string.  Symptom: template text would
+-        "disappear" rather than being returned untranslated.
++          templates, a translation string was inappropriately created with a
++          ``default`` value of the empty string.  Symptom: template text would
++          "disappear" rather than being returned untranslated.
+         
+         0.1 (04-24-2010)
+         ----------------

Added: packages/python-translationstring/trunk/debian/patches/series
===================================================================
--- packages/python-translationstring/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/patches/series	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1 @@
+debian-changes-0.3-1

Added: packages/python-translationstring/trunk/debian/rules
===================================================================
--- packages/python-translationstring/trunk/debian/rules	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/rules	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 


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

Added: packages/python-translationstring/trunk/debian/source/format
===================================================================
--- packages/python-translationstring/trunk/debian/source/format	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/source/format	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-translationstring/trunk/debian/watch
===================================================================
--- packages/python-translationstring/trunk/debian/watch	                        (rev 0)
+++ packages/python-translationstring/trunk/debian/watch	2011-02-11 02:43:59 UTC (rev 15591)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/t/translationstring/translationstring-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list