[Python-modules-commits] r20178 - in packages/python-translitcodec/trunk (10 files)

spamaps-guest at users.alioth.debian.org spamaps-guest at users.alioth.debian.org
Sat Jan 28 07:59:38 UTC 2012


    Date: Saturday, January 28, 2012 @ 07:59:37
  Author: spamaps-guest
Revision: 20178

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

Added:
  packages/python-translitcodec/trunk/debian/
  packages/python-translitcodec/trunk/debian/changelog
  packages/python-translitcodec/trunk/debian/compat
  packages/python-translitcodec/trunk/debian/control
  packages/python-translitcodec/trunk/debian/copyright
  packages/python-translitcodec/trunk/debian/docs
  packages/python-translitcodec/trunk/debian/rules
  packages/python-translitcodec/trunk/debian/source/
  packages/python-translitcodec/trunk/debian/source/format
  packages/python-translitcodec/trunk/debian/watch


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

Added: packages/python-translitcodec/trunk/debian/changelog
===================================================================
--- packages/python-translitcodec/trunk/debian/changelog	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/changelog	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1,5 @@
+python-translitcodec (0.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Clint Byrum <clint at ubuntu.com>  Fri, 27 Jan 2012 23:56:58 -0800

Added: packages/python-translitcodec/trunk/debian/compat
===================================================================
--- packages/python-translitcodec/trunk/debian/compat	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/compat	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1 @@
+8

Added: packages/python-translitcodec/trunk/debian/control
===================================================================
--- packages/python-translitcodec/trunk/debian/control	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/control	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1,16 @@
+Source: python-translitcodec
+Section: python
+Priority: extra
+Maintainer: Clint Byrum <clint at ubuntu.com>
+Build-Depends: debhelper (>= 8.0.0), python (>> 2.6.6-3~), nosetests
+Standards-Version: 3.9.2
+Homepage: http://pypi.python.org/pypi/translitcodec/
+
+Package: python-translitcodec
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Unicode to 8-bit charset transliteration codec
+ This package contains codecs for transliterating ISO 10646 texts into
+ best-effort representations using smaller coded character sets (ASCII,
+ ISO 8859, etc.). The translation tables used by the codecs are from
+ the transtab collection by Markus Kuhn.

Added: packages/python-translitcodec/trunk/debian/copyright
===================================================================
--- packages/python-translitcodec/trunk/debian/copyright	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/copyright	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1,51 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: translitcodec
+Source: http://pypi.python.org/pypi/translitcodec
+
+Files: *
+Copyright: 2008 the translitcodec authors and developers, see AUTHORS.
+ Copyright (c) 2008 Jason Kirtland <jek at discorporate us>
+ Craig Dennis <craig at idealist.org>
+License: MIT
+ Copyright (c) 2008 Jason Kirtland <jek at discorporate us>
+ .
+ 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: debian/*
+Copyright: 2012 Canonical Ltd. All Rights Reserved.
+License: MIT
+ 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.

Added: packages/python-translitcodec/trunk/debian/docs
===================================================================
--- packages/python-translitcodec/trunk/debian/docs	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/docs	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1,3 @@
+README
+CHANGES
+AUTHORS

Added: packages/python-translitcodec/trunk/debian/rules
===================================================================
--- packages/python-translitcodec/trunk/debian/rules	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/rules	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1,16 @@
+#!/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 $@ --with python2
+
+dh_auto_test:
+	nosetests


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

Added: packages/python-translitcodec/trunk/debian/source/format
===================================================================
--- packages/python-translitcodec/trunk/debian/source/format	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/source/format	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-translitcodec/trunk/debian/watch
===================================================================
--- packages/python-translitcodec/trunk/debian/watch	                        (rev 0)
+++ packages/python-translitcodec/trunk/debian/watch	2012-01-28 07:59:37 UTC (rev 20178)
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+http://pypi.python.org/packages/source/t/translitcodec/ translitcodec-(.*).tar.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/translitcodec-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/translitcodec-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/translitcodec/translitcodec-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html translitcodec-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list