[Python-modules-commits] r21084 - in python-clint/python-clint/trunk (10 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sun Apr 8 11:10:14 UTC 2012


    Date: Sunday, April 8, 2012 @ 11:10:09
  Author: takaki
Revision: 21084

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

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


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

Added: python-clint/python-clint/trunk/debian/changelog
===================================================================
--- python-clint/python-clint/trunk/debian/changelog	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/changelog	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1,5 @@
+python-clint (0.3.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #667508)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 04 Apr 2012 23:25:25 +0900

Added: python-clint/python-clint/trunk/debian/compat
===================================================================
--- python-clint/python-clint/trunk/debian/compat	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/compat	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1 @@
+8

Added: python-clint/python-clint/trunk/debian/control
===================================================================
--- python-clint/python-clint/trunk/debian/control	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/control	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1,29 @@
+Source: python-clint
+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 (>= 8.0.0)
+	, python-all
+	, python-setuptools
+#	, python3-all
+Standards-Version: 3.9.3
+Homepage: https://github.com/kennethreitz/clint
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-clint/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-clint/trunk/
+
+Package: python-clint
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Python Command-line Application Tools
+ Clint is a Python module filled with a set of awesome tools for developing
+ commandline applications.
+
+#Package: python3-clint
+#Architecture: all
+#Depends: ${python3:Depends}, ${misc:Depends}
+#Provides: ${python3:Provides}
+#Description: Python Command-line Application Tools
+# Clint is a Python module filled with a set of awesome tools for developing
+# commandline applications.

Added: python-clint/python-clint/trunk/debian/copyright
===================================================================
--- python-clint/python-clint/trunk/debian/copyright	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/copyright	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1,24 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: python-clint
+Source: http://pypi.python.org/pypi/clint
+
+Files: *
+Copyright: 2011, Kenneth Reitz <me at kennethreitz.com>
+License: ISC
+
+Files: debian/*
+Copyright: 2012 TANIGUCHI Takaki <takaki at debian.org>
+License: ISC
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, 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 THIS SOFTWARE.

Added: python-clint/python-clint/trunk/debian/docs
===================================================================
--- python-clint/python-clint/trunk/debian/docs	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/docs	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1 @@
+README.rst

Added: python-clint/python-clint/trunk/debian/rules
===================================================================
--- python-clint/python-clint/trunk/debian/rules	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/rules	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@  --with python2
+#	dh $@  --with python2,python3
+
+override_dh_install:
+	dh_install
+	rm debian/python-clint/usr/README.rst
+	rm debian/python-clint/usr/HISTORY.rst


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

Added: python-clint/python-clint/trunk/debian/source/format
===================================================================
--- python-clint/python-clint/trunk/debian/source/format	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/source/format	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: python-clint/python-clint/trunk/debian/watch
===================================================================
--- python-clint/python-clint/trunk/debian/watch	                        (rev 0)
+++ python-clint/python-clint/trunk/debian/watch	2012-04-08 11:10:09 UTC (rev 21084)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/c/clint/clint-(.*).tar.gz




More information about the Python-modules-commits mailing list