[Python-modules-commits] r27863 - in packages/python-pkginfo/trunk/debian (4 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Sat Feb 22 15:03:39 UTC 2014
Date: Saturday, February 22, 2014 @ 15:03:38
Author: jandd
Revision: 27863
* debian/rules: create pkginfo/tests/sneaky egg info to make the unit
tests work and cleanup after testing
* debian/control: bump Standards-Version (no changes)
* run wrap-and-sort (changed debian/control and debian/copyright)
Modified:
packages/python-pkginfo/trunk/debian/changelog
packages/python-pkginfo/trunk/debian/control
packages/python-pkginfo/trunk/debian/copyright
packages/python-pkginfo/trunk/debian/rules
Modified: packages/python-pkginfo/trunk/debian/changelog
===================================================================
--- packages/python-pkginfo/trunk/debian/changelog 2014-02-22 14:34:23 UTC (rev 27862)
+++ packages/python-pkginfo/trunk/debian/changelog 2014-02-22 15:03:38 UTC (rev 27863)
@@ -5,6 +5,10 @@
[ Jan Dittberner ]
* New upstream version
+ * debian/rules: create pkginfo/tests/sneaky egg info to make the unit
+ tests work and cleanup after testing
+ * debian/control: bump Standards-Version (no changes)
+ * run wrap-and-sort (changed debian/control and debian/copyright)
-- Jan Dittberner <jandd at debian.org> Sat, 22 Feb 2014 15:32:35 +0100
Modified: packages/python-pkginfo/trunk/debian/control
===================================================================
--- packages/python-pkginfo/trunk/debian/control 2014-02-22 14:34:23 UTC (rev 27862)
+++ packages/python-pkginfo/trunk/debian/control 2014-02-22 15:03:38 UTC (rev 27863)
@@ -3,15 +3,18 @@
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 (>= 9~), python (>= 2.6.5~), python-setuptools, python-sphinx (>= 1.0.7+dfsg-1~)
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9~),
+ python (>= 2.6.5~),
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg-1~)
+Standards-Version: 3.9.5
Homepage: http://pypi.python.org/pypi/pkginfo/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pkginfo/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pkginfo/trunk/
Package: python-pkginfo
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
+Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Recommends: python-pkginfo-doc (=${binary:Version})
Description: Python module to query metadata from packages
This package provides an API for querying the distutils metadata written in
@@ -21,7 +24,7 @@
Package: python-pkginfo-doc
Architecture: all
Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python module to query metadata from packages documentation
This package provides an API for querying the distutils metadata written in
the PKG-INFO file inside a source distribution (an sdist), or into the
Modified: packages/python-pkginfo/trunk/debian/copyright
===================================================================
--- packages/python-pkginfo/trunk/debian/copyright 2014-02-22 14:34:23 UTC (rev 27862)
+++ packages/python-pkginfo/trunk/debian/copyright 2014-02-22 15:03:38 UTC (rev 27863)
@@ -6,13 +6,13 @@
Files: *
Copyright: 2009-2012 Tres Seaver, Agendaless Consulting
License: Python
- PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- --------------------------------------------
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ --------------------------------------------
.
- 1. This LICENSE AGREEMENT is between the Python Software Foundation
- ("PSF"), and the Individual or Organization ("Licensee") accessing and
- otherwise using this software ("Python") in source or binary form and
- its associated documentation.
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
+ otherwise using this software ("Python") in source or binary form and
+ its associated documentation.
.
2. Subject to the terms and conditions of this License Agreement, PSF hereby
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
@@ -21,32 +21,32 @@
provided, however, that PSF's License Agreement and PSF's notice of copyright,
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software
Foundation; All Rights Reserved" are retained in Python alone
- or in any derivative version prepared by Licensee.
+ or in any derivative version prepared by Licensee.
.
3. In the event Licensee prepares a derivative work that is based on or
incorporates Python or any part thereof, and wants to make the derivative work
available to others as provided herein, then Licensee hereby agrees to include
- in any such work a brief summary of the changes made to Python.
+ in any such work a brief summary of the changes made to Python.
.
4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES
NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT
NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF
MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
- PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+ PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
.
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY
INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF,
- EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
.
6. This License Agreement will automatically terminate upon a material breach
- of its terms and conditions.
+ of its terms and conditions.
.
7. Nothing in this License Agreement shall be deemed to create any
relationship of agency, partnership, or joint venture between PSF and
Licensee. This License Agreement does not grant permission to use PSF
trademarks or trade name in a trademark sense to endorse or promote products
- or services of Licensee, or any third party.
+ or services of Licensee, or any third party.
.
8. By copying, installing or otherwise using Python, Licensee agrees to be
bound by the terms and conditions of this License Agreement.
@@ -72,4 +72,4 @@
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.
+ SOFTWARE.
Modified: packages/python-pkginfo/trunk/debian/rules
===================================================================
--- packages/python-pkginfo/trunk/debian/rules 2014-02-22 14:34:23 UTC (rev 27862)
+++ packages/python-pkginfo/trunk/debian/rules 2014-02-22 15:03:38 UTC (rev 27863)
@@ -16,12 +16,13 @@
dh_compress -i -X.rst -X.js -X.html -X.txt -X.py
override_dh_clean:
- rm -rf *.egg-info
+ rm -rf *.egg-info pkginfo/tests/sneaky/src/namespaced.sneaky.egg-info
dh_clean
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e -x; \
+ cd pkginfo/tests/sneaky ; python setup.py egg_info ; cd ../../.. ; \
PYTHONPATH=$(CURDIR)/build/lib.* python setup.py test
endif
More information about the Python-modules-commits
mailing list