--- python-paver-1.2.1.orig/debian/changelog +++ python-paver-1.2.1/debian/changelog @@ -0,0 +1,31 @@ +python-paver (1.2.1-1) unstable; urgency=low + + * update to latest upstream version + * revived package from removal (Bug#615119) + + -- Hans-Christoph Steiner Tue, 15 Oct 2013 23:36:10 -0400 + +python-paver (1.0.3-1) unstable; urgency=low + + [ Jakub Wilk ] + * Narrow down set of supported Python versions to >= 2.5 (closes: #575186). + Thanks to Stefano Rivera for the bug report. + + [ Jan Dittberner ] + * New upstream version + * debian/rules: add --install-layout=deb to setup.py install call + (Closes: #587131) + + -- Jan Dittberner Fri, 25 Jun 2010 22:18:42 +0200 + +python-paver (1.0.2-1) unstable; urgency=low + + * New upstream version. + + -- Jan Dittberner Fri, 09 Apr 2010 16:10:27 +0200 + +python-paver (1.0.1-1) unstable; urgency=low + + * Initial release. (Closes: #548617) + + -- Jan Dittberner Tue, 23 Feb 2010 23:44:12 +0100 --- python-paver-1.2.1.orig/debian/compat +++ python-paver-1.2.1/debian/compat @@ -0,0 +1 @@ +7 --- python-paver-1.2.1.orig/debian/control +++ python-paver-1.2.1/debian/control @@ -0,0 +1,29 @@ +Source: python-paver +Section: python +Priority: optional +Maintainer: Hans-Christoph Steiner +Uploaders: Debian Python Modules Team +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.9.4 +XS-Python-Version: >= 2.5 +Homepage: http://paver.github.io/ +Vcs-Git: git://anonscm.debian.org/collab-maint/python-paver.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-paver.git + +Package: python-paver +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery +Description: Easy build, distribution and deployment scripting in Python + Paver is a Python-based build/distribution/deployment scripting tool along + the lines of Make or Rake. What makes Paver unique is its integration with + commonly used Python libraries. Common tasks that were easy before remain + easy. More importantly, dealing with your applications specific needs and + requirements is also easy + . + 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. --- python-paver-1.2.1.orig/debian/copyright +++ python-paver-1.2.1/debian/copyright @@ -0,0 +1,133 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Paver +Upstream-Contact: Kevin Dangoor +Source: https://github.com/paver/paver/releases + +Files: * +Copyright: 2008-2009, SitePen, Inc. and Kevin Dangoor + 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 + 2013, Hans-Christoph Steiner +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 +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. --- python-paver-1.2.1.orig/debian/gbp.conf +++ python-paver-1.2.1/debian/gbp.conf @@ -0,0 +1,7 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = master +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s +pristine-tar = True +sign-tags = True --- python-paver-1.2.1.orig/debian/paver.1 +++ python-paver-1.2.1/debian/paver.1 @@ -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 , +for the Debian project (but may be used by others). --- python-paver-1.2.1.orig/debian/python-paver.dirs +++ python-paver-1.2.1/debian/python-paver.dirs @@ -0,0 +1 @@ +/usr/share/doc/python-paver --- python-paver-1.2.1.orig/debian/python-paver.doc-base +++ python-paver-1.2.1/debian/python-paver.doc-base @@ -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 --- python-paver-1.2.1.orig/debian/python-paver.manpages +++ python-paver-1.2.1/debian/python-paver.manpages @@ -0,0 +1 @@ +debian/paver.1 --- python-paver-1.2.1.orig/debian/rules +++ python-paver-1.2.1/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +# since paver itself is run as part of the clean process, it generates .pyc files when paver is run. The the Debian build gets confused by the *.pyc files that exist after cleaning. Adding -B to python calls prevents that from happening: + +override_dh_auto_clean: + /usr/bin/python -B setup.py clean + rm -f $(shell find paver/ -name '*.pyc' -printf "%p ") + rm -rf Paver.egg-info + find -name '._*' -delete + +override_dh_auto_install: + /usr/bin/python setup.py install --root=$(CURDIR)/debian/python-paver \ + --install-layout=deb + mv $(CURDIR)/debian/python-paver/usr/lib/python2.7/dist-packages/paver/docs \ + $(CURDIR)/debian/python-paver/usr/share/doc/python-paver/html + dh_link /usr/share/javascript/jquery/jquery.js \ + /usr/share/doc/python-paver/html/_static/jquery.js + dh_link /usr/share/javascript/jquery/underscore.js \ + /usr/share/doc/python-paver/html/_static/underscore.js + +override_dh_compress: + dh_compress -i -X.py -X.rst -X.js -X.html + +override_dh_installchangelogs: + dh_installchangelogs ./paver/docs/_sources/changelog.txt + +%: + dh $@ --- python-paver-1.2.1.orig/debian/source/format +++ python-paver-1.2.1/debian/source/format @@ -0,0 +1 @@ +1.0 --- python-paver-1.2.1.orig/debian/watch +++ python-paver-1.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://pypi.python.org/packages/source/P/Paver/ Paver-(.*)\.tar\.gz