[Python-modules-commits] r22749 - in packages/python-cliff/trunk (11 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Tue Oct 9 18:26:36 UTC 2012


    Date: Tuesday, October 9, 2012 @ 18:26:35
  Author: jandd
Revision: 22749

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

Added:
  packages/python-cliff/trunk/debian/
  packages/python-cliff/trunk/debian/changelog
  packages/python-cliff/trunk/debian/compat
  packages/python-cliff/trunk/debian/control
  packages/python-cliff/trunk/debian/copyright
  packages/python-cliff/trunk/debian/python-cliff-doc.doc-base
  packages/python-cliff/trunk/debian/python-cliff-doc.examples
  packages/python-cliff/trunk/debian/rules
  packages/python-cliff/trunk/debian/source/
  packages/python-cliff/trunk/debian/source/format
  packages/python-cliff/trunk/debian/watch


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

Added: packages/python-cliff/trunk/debian/changelog
===================================================================
--- packages/python-cliff/trunk/debian/changelog	                        (rev 0)
+++ packages/python-cliff/trunk/debian/changelog	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1,6 @@
+python-cliff (1.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #670837: ITP: python-cliff -- command line
+    interface formulation framework)
+
+ -- Jan Dittberner <jandd at debian.org>  Sun, 29 Apr 2012 20:43:09 +0200

Added: packages/python-cliff/trunk/debian/compat
===================================================================
--- packages/python-cliff/trunk/debian/compat	                        (rev 0)
+++ packages/python-cliff/trunk/debian/compat	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1 @@
+8

Added: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control	                        (rev 0)
+++ packages/python-cliff/trunk/debian/control	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1,55 @@
+Source: python-cliff
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jan Dittberner <jandd at debian.org>
+Build-Depends: debhelper (>= 8~), python (>= 2.6.5~),
+ python-setuptools, python-sphinx (>= 1.0.7+dfsg-1~), python-nose,
+ python-cmd2, python-prettytable, python-pyparsing, python-mock
+# python3 (>= 3.1.3-2~), python3-setuptools, 
+Standards-Version: 3.9.3
+Homepage: https://github.com/dreamhost/cliff
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-cliff/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cliff/trunk
+
+Package: python-cliff
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-cliff-doc (=${binary:Version})
+Description: command line interface formulation framework
+ Cliff is a framework for building command line programs. It uses plugins to
+ define sub-commands, output formatters, and other extensions.
+ .
+ The cliff framework is meant to be used to create multi-level commands such as
+ Subversion and git, where the main program handles some basic argument parsing
+ and then invokes a sub-command to do the work.
+ .
+ This is the Python2 version of the package.
+
+#Package: python3-cliff
+#Architecture: all
+#Depends: ${python:Depends}, ${misc:Depends}
+#Recommends: python-cliff-doc (=${binary:Version}
+#Description: command line interface formulation framework
+# Cliff is a framework for building command line programs. It uses plugins to
+# define sub-commands, output formatters, and other extensions.
+# .
+# The cliff framework is meant to be used to create multi-level commands such as
+# subversion and git, where the main program handles some basic argument parsing
+# and then invokes a sub-command to do the work.
+# .
+# This is the Python3 version of the package.
+
+Package: python-cliff-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-sphinxdoc
+Description: command line interface formulation framework documentation
+ Cliff is a framework for building command line programs. It uses plugins to
+ define sub-commands, output formatters, and other extensions.
+ .
+ The cliff framework is meant to be used to create multi-level commands such as
+ Subversion and git, where the main program handles some basic argument parsing
+ and then invokes a sub-command to do the work.
+ .
+ This is the documentation of python-cliff.

Added: packages/python-cliff/trunk/debian/copyright
===================================================================
--- packages/python-cliff/trunk/debian/copyright	                        (rev 0)
+++ packages/python-cliff/trunk/debian/copyright	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cliff
+Upstream-Contact: Doug Hellmann <doug.hellmann at gmail.com>
+Source: https://github.com/dreamhost/cliff
+
+Files: *
+Copyright: 2012 Doug Hellmann
+           2012 Duncan McGreggor
+           2012 Dean Troyer
+           2012 Matt Joyce
+           2012 Jonathan LaCour
+           2012 Mark McClain
+License: Apache
+
+Files: debian/*
+Copyright: 2012 Jan Dittberner <jandd at debian.org>
+License: Apache
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+   http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License, Version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.

Added: packages/python-cliff/trunk/debian/python-cliff-doc.doc-base
===================================================================
--- packages/python-cliff/trunk/debian/python-cliff-doc.doc-base	                        (rev 0)
+++ packages/python-cliff/trunk/debian/python-cliff-doc.doc-base	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1,9 @@
+Document: python-cliff
+Title: cliff - Command Line Interface Formulation Framework documentation
+Author: Doug Hellmann
+Abstract: cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-cliff-doc/html/index.html
+Files: /usr/share/doc/python-cliff-doc/html/*.html

Added: packages/python-cliff/trunk/debian/python-cliff-doc.examples
===================================================================
--- packages/python-cliff/trunk/debian/python-cliff-doc.examples	                        (rev 0)
+++ packages/python-cliff/trunk/debian/python-cliff-doc.examples	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1 @@
+demoapp

Added: packages/python-cliff/trunk/debian/rules
===================================================================
--- packages/python-cliff/trunk/debian/rules	                        (rev 0)
+++ packages/python-cliff/trunk/debian/rules	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1,31 @@
+#!/usr/bin/make -f
+
+override_dh_auto_install:
+	PYTHONPATH=$(CURDIR) sphinx-build -b html -a -c docs/source docs/source \
+	    $(CURDIR)/debian/python-cliff-doc/usr/share/doc/python-cliff-doc/html
+	python setup.py install --install-layout=deb \
+	    --root $(CURDIR)/debian/python-cliff
+#	python3 setup.py install --install-layout=deb \
+#	    --root $(CURDIR)/debian/python3-cliff
+	dh_installchangelogs docs/source/history.rst
+
+override_dh_python2:
+	dh_python2 -ppython-cliff
+
+#override_dh_python3:
+#	dh_python3 -ppython3-cliff
+
+override_dh_sphinxdoc:
+	dh_sphinxdoc -ppython-cliff-doc
+
+override_dh_compress:
+	dh_compress -i -X.rst -X.js -X.html -X.txt
+
+override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e -x; \
+	PYTHONPATH=$(CURDIR)/build/lib.* python setup.py nosetests
+endif
+
+%:
+	dh $@ --with python2,sphinxdoc --buildsystem=python_distutils


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

Added: packages/python-cliff/trunk/debian/source/format
===================================================================
--- packages/python-cliff/trunk/debian/source/format	                        (rev 0)
+++ packages/python-cliff/trunk/debian/source/format	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-cliff/trunk/debian/watch
===================================================================
--- packages/python-cliff/trunk/debian/watch	                        (rev 0)
+++ packages/python-cliff/trunk/debian/watch	2012-10-09 18:26:35 UTC (rev 22749)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/c/cliff/ cliff-([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list