[Python-modules-commits] r26511 - in packages/babelfish/trunk (12 files)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sun Nov 24 13:16:00 UTC 2013


    Date: Sunday, November 24, 2013 @ 13:15:59
  Author: emillon-guest
Revision: 26511

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

Added:
  packages/babelfish/trunk/debian/
  packages/babelfish/trunk/debian/changelog
  packages/babelfish/trunk/debian/compat
  packages/babelfish/trunk/debian/control
  packages/babelfish/trunk/debian/copyright
  packages/babelfish/trunk/debian/rules
  packages/babelfish/trunk/debian/source/
  packages/babelfish/trunk/debian/source/format
  packages/babelfish/trunk/debian/tests/
  packages/babelfish/trunk/debian/tests/control
  packages/babelfish/trunk/debian/tests/unittests
  packages/babelfish/trunk/debian/watch


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

Added: packages/babelfish/trunk/debian/changelog
===================================================================
--- packages/babelfish/trunk/debian/changelog	                        (rev 0)
+++ packages/babelfish/trunk/debian/changelog	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1,5 @@
+babelfish (0.3.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>  Sat, 16 Nov 2013 16:48:28 +0100

Added: packages/babelfish/trunk/debian/compat
===================================================================
--- packages/babelfish/trunk/debian/compat	                        (rev 0)
+++ packages/babelfish/trunk/debian/compat	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/babelfish/trunk/debian/control
===================================================================
--- packages/babelfish/trunk/debian/control	                        (rev 0)
+++ packages/babelfish/trunk/debian/control	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1,32 @@
+Source: babelfish
+Section: python
+Priority: extra
+Maintainer: Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-6~), python-setuptools, python3-all, python3-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/Diaoul/babelfish
+Vcs-Git: https://github.com/oxan/babelfish-debian.git
+Vcs-Browser: https://github.com/oxan/babelfish-debian
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+XS-Testsuite: autopkgtest
+
+Package: python-babelfish
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: library to work with countries and languages (Python 2)
+ babelfish makes it easy to work with countries, languages, scripts, ISO codes
+ and IETF codes from Python. It has converters between all different data
+ can be extended to use custom converters and data.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-babelfish
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: library to work with countries and languages (Python 3)
+ babelfish makes it easy to work with countries, languages, scripts, ISO codes
+ and IETF codes from Python. It has converters between all different data
+ can be extended to use custom converters and data.
+ .
+ This is the Python 3 version of the package.

Added: packages/babelfish/trunk/debian/copyright
===================================================================
--- packages/babelfish/trunk/debian/copyright	                        (rev 0)
+++ packages/babelfish/trunk/debian/copyright	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: babelfish
+Upstream-Contact: https://github.com/Diaoul/babelfish
+Source: http://pypi.python.org/pypi/babelfish
+
+Files: *
+Copyright: 2013 Antoine Bertin <diaoulael at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2013 Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of the BabelFish authors nor the names of its contributors
+   may be used to endorse or promote products derived from this software without
+   specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT OWNER 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.
\ No newline at end of file

Added: packages/babelfish/trunk/debian/rules
===================================================================
--- packages/babelfish/trunk/debian/rules	                        (rev 0)
+++ packages/babelfish/trunk/debian/rules	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=babelfish
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs HISTORY.rst
\ No newline at end of file


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

Added: packages/babelfish/trunk/debian/source/format
===================================================================
--- packages/babelfish/trunk/debian/source/format	                        (rev 0)
+++ packages/babelfish/trunk/debian/source/format	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/babelfish/trunk/debian/tests/control
===================================================================
--- packages/babelfish/trunk/debian/tests/control	                        (rev 0)
+++ packages/babelfish/trunk/debian/tests/control	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1,2 @@
+Tests: unittests
+Depends: @, python3-nose, python-nose
\ No newline at end of file

Added: packages/babelfish/trunk/debian/tests/unittests
===================================================================
--- packages/babelfish/trunk/debian/tests/unittests	                        (rev 0)
+++ packages/babelfish/trunk/debian/tests/unittests	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -ex
+
+cd "$ADTTMP"
+nosetests  babelfish.tests 2>&1
+nosetests3 babelfish.tests 2>&1
\ No newline at end of file


Property changes on: packages/babelfish/trunk/debian/tests/unittests
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/babelfish/trunk/debian/watch
===================================================================
--- packages/babelfish/trunk/debian/watch	                        (rev 0)
+++ packages/babelfish/trunk/debian/watch	2013-11-24 13:15:59 UTC (rev 26511)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/b/babelfish/babelfish-(.*).tar.gz




More information about the Python-modules-commits mailing list