debian/0000755000000000000000000000000011772142451007172 5ustar debian/changelog0000664000000000000000000000024211772131275011046 0ustar pyjavaproperties (0.6-1) unstable; urgency=low * Initial release (Closes: #650688) -- Hans-Christoph Steiner Mon, 25 Jun 2012 14:49:18 -0400 debian/compat0000664000000000000000000000000211665216617010401 0ustar 8 debian/control0000664000000000000000000000264111723541167010605 0ustar Source: pyjavaproperties Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Hans-Christoph Steiner DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8.0.0), cdbs (>= 0.4.42), python, python-support (>= 0.3) Build-Depends-Indep: python-setuptools (>= 0.6b3) Standards-Version: 3.9.3 Homepage: http://pypi.python.org/pypi/pyjavaproperties/ Vcs-Git: git://git.debian.org/collab-maint/pyjavaproperties.git Vcs-Browser: http://git.debian.org/?p=collab-maint/pyjavaproperties.git;a=summary Package: python-pyjavaproperties Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Python implementation of java.util.Properties This module is designed to be a python equivalent to the java.util.Properties class. Currently, the basic input/output methods are supported, and there are plans to add the XML input/output methods found in J2SE 5.0. . Fundamentally, this module is designed so that users can easily parse and manipulate Java Properties files - that's it. There's a fair number of us pythonistas who work in multi-language shops, and constantly writing your own parsing mechanism is just painful. Not to mention Java guys are notoriously unwilling to use anything which is cross-language for configuration, unless it's XML, which is a form of self-punishment. :) debian/copyright0000664000000000000000000000640611665771224011144 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: pyjavaproperties Upstream-Contact: Jesse Noller Source: https://bitbucket.org/jnoller/pyjavaproperties/ Files: * Copyright: 2008-2011, Jesse Noller 2006, Anand Pilla . License: PSF License Files: debian/* Copyright: public-domain License: public-domain License: PSF License This LICENSE AGREEMENT is between the Python Software Foundation (“PSF”), and the Individual or Organization (“Licensee”) accessing and otherwise using Python 2.7.2 software in source or binary form and its associated documentation. . Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.7.2 alone or in any derivative version, provided, however, that PSF’s License Agreement and PSF’s notice of copyright, i.e., “Copyright © 2001-2010 Python Software Foundation; All Rights Reserved” are retained in Python 2.7.2 alone or in any derivative version prepared by Licensee. . In the event Licensee prepares a derivative work that is based on or incorporates Python 2.7.2 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 2.7.2. . PSF is making Python 2.7.2 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 2.7.2 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. . PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.7.2 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.7.2, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. . This License Agreement will automatically terminate upon a material breach of its terms and conditions. . 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. . By copying, installing or otherwise using Python 2.7.2, Licensee agrees to be bound by the terms and conditions of this License Agreement. License: public-domain To the best of our knowledge, with the exceptions noted below or within the files themselves, the files that constitute PyCrypto are in the public domain. Most are distributed with the following notice: . The contents of this file are dedicated to the public domain. To the extent that dedication to the public domain is not available, everyone is granted a worldwide, perpetual, royalty-free, non-exclusive license to exercise all rights associated with the contents of this file for any purpose whatsoever. No rights are reserved. debian/docs0000664000000000000000000000001411665216617010051 0ustar README TODO debian/rules0000755000000000000000000000052511665767244010272 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk # Don't compress .py files DEB_COMPRESS_EXCLUDE := .py # Install egg-info directories DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed debian/source/0000755000000000000000000000000011665216617010501 5ustar debian/source/format0000664000000000000000000000001411665216617011711 0ustar 3.0 (quilt)