[Python-modules-commits] r31722 - in packages/pyuca/trunk (10 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Jan 30 16:01:42 UTC 2015


    Date: Friday, January 30, 2015 @ 16:01:41
  Author: danstender-guest
Revision: 31722

[svn-inject] Debian-?\195?\132nderungen (1.0-1) werden auf das Basisverzeichnis (?\194?\187Trunk?\194?\171) angewandt.

Added:
  packages/pyuca/trunk/debian/
  packages/pyuca/trunk/debian/changelog
  packages/pyuca/trunk/debian/compat
  packages/pyuca/trunk/debian/control
  packages/pyuca/trunk/debian/copyright
  packages/pyuca/trunk/debian/docs
  packages/pyuca/trunk/debian/rules
  packages/pyuca/trunk/debian/source/
  packages/pyuca/trunk/debian/source/format
  packages/pyuca/trunk/debian/watch


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

Added: packages/pyuca/trunk/debian/changelog
===================================================================
--- packages/pyuca/trunk/debian/changelog	                        (rev 0)
+++ packages/pyuca/trunk/debian/changelog	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1,5 @@
+pyuca (1.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #768968).
+
+ -- Daniel Stender <debian at danielstender.com>  Sat, 17 Jan 2015 18:30:32 +0100

Added: packages/pyuca/trunk/debian/compat
===================================================================
--- packages/pyuca/trunk/debian/compat	                        (rev 0)
+++ packages/pyuca/trunk/debian/compat	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/pyuca/trunk/debian/control
===================================================================
--- packages/pyuca/trunk/debian/control	                        (rev 0)
+++ packages/pyuca/trunk/debian/control	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1,31 @@
+Source: pyuca
+Section: python
+Priority: optional
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/jtauber/pyuca
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyuca/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyuca/trunk/
+X-Python3-Version: >= 3.3
+
+Package: python3-uca
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Unicode Collation Algorithm (UCA) for Python3
+ The Unicode Collation Algorithm is defined in the Unicode Technical
+ Report #10 (UTR-10). It defines a customizable method to compare
+ two strings which can be used for the implementation of sorting orders
+ for Unicode alphabets.
+ .
+ This library is a Python3 implementation of the UCA which provides
+ special features for the sorting of non-English Unicode strings like
+ multi-level comparison, contraction, and expansion.

Added: packages/pyuca/trunk/debian/copyright
===================================================================
--- packages/pyuca/trunk/debian/copyright	                        (rev 0)
+++ packages/pyuca/trunk/debian/copyright	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1,76 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyuca
+Upstream-Contact: James Tauber <jtauber at jtauber.com>
+Source: https://github.com/jtauber/pyuca
+
+Files: *
+Copyright: 2006-2014 James Tauber
+                     Guillaume Englert
+		     David Schneider
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Daniel Stender <debian at danielstender.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Files: pyuca/allkeys.txt
+       CollationTest/*
+Copyright: 1991-2013 Unicode, Inc.
+License: Unicode-TOU
+ COPYRIGHT AND PERMISSION NOTICE
+ .
+ Copyright © 1991-2013 Unicode, Inc. All rights
+ reserved. Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+ .
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of the Unicode data files and any associated
+ documentation (the "Data Files") or Unicode software and any
+ associated documentation (the "Software") to deal in the Data Files
+ or Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute,
+ and/or sell copies of the Data Files or Software, and to permit
+ persons to whom the Data Files or Software are furnished to do so,
+ provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software,
+ (b) both the above copyright notice(s) and this permission notice
+ appear in associated documentation, and (c) there is clear notice
+ in each modified Data File or in the Software as well as in the
+ documentation associated with the Data File(s) or Software that
+ the data or software has been modified.
+ .
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY
+ OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
+ AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
+ COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
+ FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+ .
+ Except as contained in this notice, the name of a copyright holder
+ shall not be used in advertising or otherwise to promote the sale,
+ use or other dealings in these Data Files or Software without
+ prior written authorization of the copyright holder.

Added: packages/pyuca/trunk/debian/docs
===================================================================
--- packages/pyuca/trunk/debian/docs	                        (rev 0)
+++ packages/pyuca/trunk/debian/docs	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1 @@
+README.md

Added: packages/pyuca/trunk/debian/rules
===================================================================
--- packages/pyuca/trunk/debian/rules	                        (rev 0)
+++ packages/pyuca/trunk/debian/rules	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=pyuca
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="{interpreter} test.py; {interpreter} full_test.py" \
+	dh_auto_test
+


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

Added: packages/pyuca/trunk/debian/source/format
===================================================================
--- packages/pyuca/trunk/debian/source/format	                        (rev 0)
+++ packages/pyuca/trunk/debian/source/format	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

Added: packages/pyuca/trunk/debian/watch
===================================================================
--- packages/pyuca/trunk/debian/watch	                        (rev 0)
+++ packages/pyuca/trunk/debian/watch	2015-01-30 16:01:41 UTC (rev 31722)
@@ -0,0 +1,3 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]+)\.tar\.gz/pyuca-$1.tar.gz/" \
+https://github.com/jtauber/pyuca/releases (?:.*/)?v?(\d[\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list