[Python-modules-commits] r11910 - in packages/python-paver/trunk (13 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Tue Feb 23 23:18:49 UTC 2010


    Date: Tuesday, February 23, 2010 @ 23:18:48
  Author: jandd
Revision: 11910

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-paver/trunk/debian/
  packages/python-paver/trunk/debian/changelog
  packages/python-paver/trunk/debian/compat
  packages/python-paver/trunk/debian/control
  packages/python-paver/trunk/debian/copyright
  packages/python-paver/trunk/debian/paver.1
  packages/python-paver/trunk/debian/python-paver.dirs
  packages/python-paver/trunk/debian/python-paver.doc-base
  packages/python-paver/trunk/debian/python-paver.manpages
  packages/python-paver/trunk/debian/rules
  packages/python-paver/trunk/debian/source/
  packages/python-paver/trunk/debian/source/format
  packages/python-paver/trunk/debian/watch


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

Added: packages/python-paver/trunk/debian/changelog
===================================================================
--- packages/python-paver/trunk/debian/changelog	                        (rev 0)
+++ packages/python-paver/trunk/debian/changelog	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1,5 @@
+python-paver (1.0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #548617)
+
+ -- Jan Dittberner <jandd at debian.org>  Tue, 23 Feb 2010 23:44:12 +0100

Added: packages/python-paver/trunk/debian/compat
===================================================================
--- packages/python-paver/trunk/debian/compat	                        (rev 0)
+++ packages/python-paver/trunk/debian/compat	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1 @@
+7

Added: packages/python-paver/trunk/debian/control
===================================================================
--- packages/python-paver/trunk/debian/control	                        (rev 0)
+++ packages/python-paver/trunk/debian/control	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1,24 @@
+Source: python-paver
+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 (>= 7.0.50), python (>= 2.5.4-1~)
+Build-Depends-Indep: python-support (>= 0.6.4),
+ python-sphinx (>= 0.6.1)
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.4
+Homepage: http://www.blueskyonmars.com/projects/paver/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-paver/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-paver/trunk/
+
+Package: python-paver
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
+Description: Python-based software project scripting tool along the lines of Make or Rake
+ Paver is a Python-based software project scripting tool along the
+ lines of Make or Rake. It is not designed to handle the dependency
+ tracking requirements of, for example, a C program. It is designed to
+ help out with all of your other repetitive tasks (run documentation
+ generators, moving files about, downloading things), all with the
+ convenience of Python's syntax and massive library of code.

Added: packages/python-paver/trunk/debian/copyright
===================================================================
--- packages/python-paver/trunk/debian/copyright	                        (rev 0)
+++ packages/python-paver/trunk/debian/copyright	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1,131 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Paver
+Maintainer: Kevin Dangoor <dangoor+paver at gmail.com>
+Source: http://pypi.python.org/packages/source/P/Paver/
+
+Copyright: 2008-2009, SitePen, Inc. and Kevin Dangoor <dangoor+paver at gmail.com>
+           Juergen Hermann
+           Marc Sibson
+           Greg Thornton
+           Michael Greene
+           Krys Wilken
+           Bryan Forbes
+           Adam Lowry
+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.
+ * Neither the name of SitePen, Inc. nor the names of its contributors
+   may be used to endorse or promote products derived from this
+   software without specific prior written permission.
+ .
+ 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
+ OWNER 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.
+
+Files: paver/cog/*
+Copyright: 2004-2005 Ned Batchelder
+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.
+
+Files: debian/*
+Copyright: 2009, Jan Dittberner
+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.
+
+Files: paver/tests/mock.py
+Copyright: 2007, Michael Foord
+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.
+ .
+ * Neither the name of Michael Foord nor the name of Voidspace may be
+   used to endorse or promote products derived from this software
+   without specific prior written permission.
+ .
+ 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
+ OWNER 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.
+
+Files: paver/path.py
+Copyright: 2007, Jason Orendorff <jason at jorrendorf.com>
+License: other
+ The pypi page says License :: Freely distributable
+ .
+ The author gave the following statement via XMPP on 2010-02-23:
+ .
+ What I intended was to dedicate my interest in path.py to the public
+ domain as described here:
+ http://creativecommons.org/licenses/publicdomain/
+ .
+ If you want to relicense and redistribute path.py, with or without
+ changes, my view is that I've already granted permission for you or
+ anyone else to do that.

Added: packages/python-paver/trunk/debian/paver.1
===================================================================
--- packages/python-paver/trunk/debian/paver.1	                        (rev 0)
+++ packages/python-paver/trunk/debian/paver.1	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1,24 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH PAVER 1 "2010-02-23"
+.SH NAME
+paver \- easy scripting for software projects
+.SH DESCRIPTION
+Paver is a Python-based software project scripting tool along the lines of Make
+or Rake. It is not designed to handle the dependency tracking requirements of,
+for example, a C program. It is designed to help out with all of your other
+repetitive tasks (run documentation generators, moving files about, downloading
+things), all with the convenience of Python’s syntax and massive library of
+code.
+
+All documentation for
+.B paver
+is available in HTML format under /usr/share/doc/python-paver/html.
+.SH SEE ALSO
+paver's homepage at
+.B
+http://www.blueskyonmars.com/projects/paver/
+.SH AUTHOR
+paver was written by Kevin Dangoor with the help of others.
+.PP
+This manual page was written by Jan Dittberner <jan at dittberner.info>,
+for the Debian project (but may be used by others).

Added: packages/python-paver/trunk/debian/python-paver.dirs
===================================================================
--- packages/python-paver/trunk/debian/python-paver.dirs	                        (rev 0)
+++ packages/python-paver/trunk/debian/python-paver.dirs	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1 @@
+/usr/share/doc/python-paver

Added: packages/python-paver/trunk/debian/python-paver.doc-base
===================================================================
--- packages/python-paver/trunk/debian/python-paver.doc-base	                        (rev 0)
+++ packages/python-paver/trunk/debian/python-paver.doc-base	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1,10 @@
+Document: python-paver
+Title: Paver documentation
+Author: Kevin Dangoor
+Abstract: This is the user documentation for Paver, a Python based
+ software project scripting tool along the lines of Make and Rake.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-paver/html/index.html
+Files: /usr/share/doc/python-paver/html/*.html

Added: packages/python-paver/trunk/debian/python-paver.manpages
===================================================================
--- packages/python-paver/trunk/debian/python-paver.manpages	                        (rev 0)
+++ packages/python-paver/trunk/debian/python-paver.manpages	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1 @@
+debian/paver.1

Added: packages/python-paver/trunk/debian/rules
===================================================================
--- packages/python-paver/trunk/debian/rules	                        (rev 0)
+++ packages/python-paver/trunk/debian/rules	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1,31 @@
+#!/usr/bin/make -f
+
+override_dh_auto_clean:
+	python setup.py clean
+	rm -rf Paver.egg-info paver/docs
+	find -name '._*' -delete
+
+override_dh_auto_install:
+	cp -R $(shell find docs/source/ -name '*.rst' -printf "%p ") \
+	  docs/source/_static docs/source/conf.py \
+	  debian/python-paver/usr/share/doc/python-paver/
+	PYTHONPATH=$(CURDIR) sphinx-build -b html -a -E -N \
+	  debian/python-paver/usr/share/doc/python-paver \
+	  debian/python-paver/usr/share/doc/python-paver/html
+	rm -rf debian/python-paver/usr/share/doc/python-paver/html/.doctrees \
+	  debian/python-paver/usr/share/doc/python-paver/html/_sources \
+	  debian/python-paver/usr/share/doc/python-paver/html/_static/jquery.js \
+	  debian/python-paver/usr/share/doc/python-paver/conf.py \
+	  debian/python-paver/usr/share/doc/python-paver/_static
+	dh_link /usr/share/javascript/jquery/jquery.js \
+	  /usr/share/doc/python-paver/html/_static/jquery.js
+	python setup.py install --root=$(CURDIR)/debian/python-paver
+
+override_dh_compress:
+	dh_compress -i -X.py -X.rst -X.js -X.html
+
+override_dh_installchangelogs:
+	dh_installchangelogs docs/source/changelog.rst
+
+%:
+	dh $@


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

Added: packages/python-paver/trunk/debian/source/format
===================================================================
--- packages/python-paver/trunk/debian/source/format	                        (rev 0)
+++ packages/python-paver/trunk/debian/source/format	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1 @@
+1.0

Added: packages/python-paver/trunk/debian/watch
===================================================================
--- packages/python-paver/trunk/debian/watch	                        (rev 0)
+++ packages/python-paver/trunk/debian/watch	2010-02-23 23:18:48 UTC (rev 11910)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/P/Paver/ Paver-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list