[Python-modules-commits] r27006 - in packages/python-args/trunk (11 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sat Jan 4 08:24:46 UTC 2014


    Date: Saturday, January 4, 2014 @ 08:24:46
  Author: takaki
Revision: 27006

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

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


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

Added: packages/python-args/trunk/debian/changelog
===================================================================
--- packages/python-args/trunk/debian/changelog	                        (rev 0)
+++ packages/python-args/trunk/debian/changelog	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1,5 @@
+python-args (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #733205)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 26 Dec 2013 16:39:28 +0900

Added: packages/python-args/trunk/debian/compat
===================================================================
--- packages/python-args/trunk/debian/compat	                        (rev 0)
+++ packages/python-args/trunk/debian/compat	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1 @@
+9

Added: packages/python-args/trunk/debian/control
===================================================================
--- packages/python-args/trunk/debian/control	                        (rev 0)
+++ packages/python-args/trunk/debian/control	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1,35 @@
+Source: python-args
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 9.0.0)
+	, dh-python
+	, python-all
+	, python3-all
+	, python-setuptools
+	, python3-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/kennethreitz/args
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-args/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-args/trunk/
+# X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-args
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Command Arguments for Humans (Python 2)
+ This simple module gives you an elegant interface for your command line
+ argumemnts.
+ .
+ This package contains the module for Python 2.
+
+Package: python3-args
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Command Arguments for Humans (Python 3)
+ This simple module gives you an elegant interface for your command line
+ argumemnts.
+ .
+ This package contains the module for Python 3.

Added: packages/python-args/trunk/debian/copyright
===================================================================
--- packages/python-args/trunk/debian/copyright	                        (rev 0)
+++ packages/python-args/trunk/debian/copyright	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-args
+Source: https://github.com/kennethreitz/args
+
+Files: *
+Copyright: 2012 Kenneth Reitz
+License: BSD
+
+Files: debian/*
+Copyright: 2013 TANIGUCHI Takaki <takaki at debian.org>
+License: BSD
+
+License: BSD
+ 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.
+ 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 HOLDER 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.

Added: packages/python-args/trunk/debian/docs
===================================================================
--- packages/python-args/trunk/debian/docs	                        (rev 0)
+++ packages/python-args/trunk/debian/docs	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1 @@
+README.rst

Added: packages/python-args/trunk/debian/rules
===================================================================
--- packages/python-args/trunk/debian/rules	                        (rev 0)
+++ packages/python-args/trunk/debian/rules	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_DESTDIR_python2=debian/python-args/
+export PYBUILD_DESTDIR_python3=debian/python3-args/
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild


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

Added: packages/python-args/trunk/debian/source/format
===================================================================
--- packages/python-args/trunk/debian/source/format	                        (rev 0)
+++ packages/python-args/trunk/debian/source/format	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-args/trunk/debian/source/options
===================================================================
--- packages/python-args/trunk/debian/source/options	                        (rev 0)
+++ packages/python-args/trunk/debian/source/options	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

Added: packages/python-args/trunk/debian/watch
===================================================================
--- packages/python-args/trunk/debian/watch	                        (rev 0)
+++ packages/python-args/trunk/debian/watch	2014-01-04 08:24:46 UTC (rev 27006)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/a/args/args-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list