--- python-simplesettings-0.5.orig/debian/changelog +++ python-simplesettings-0.5/debian/changelog @@ -0,0 +1,11 @@ +python-simplesettings (0.5-0ubuntu2) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:45:01 +0000 + +python-simplesettings (0.5-0ubuntu1) karmic; urgency=low + + * Initial release. (LP: #367331) + + -- Elliot Murphy (personal) Wed, 08 Apr 2009 15:07:49 -0400 --- python-simplesettings-0.5.orig/debian/rules +++ python-simplesettings-0.5/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_PYTHON_SYSTEM = pysupport +# Install egg-info directories +DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed +include /usr/share/cdbs/1/class/python-distutils.mk + +clean:: + `find . -name "\._*" -delete` + `find . -name "SOURCES.txt" -delete` --- python-simplesettings-0.5.orig/debian/pyversions +++ python-simplesettings-0.5/debian/pyversions @@ -0,0 +1 @@ +2.5- --- python-simplesettings-0.5.orig/debian/control +++ python-simplesettings-0.5/debian/control @@ -0,0 +1,24 @@ +Source: python-simplesettings +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Elliot Murphy +Section: python +Priority: optional +Standards-Version: 3.8.2 +Build-Depends-Indep: + python-support (>= 0.6.4) +Build-Depends: + cdbs (>= 0.4.51), + debhelper (>= 7.0.50), + python (>= 2.5), + python-setuptools +Homepage: http://code.google.com/p/simplesettings/ + +Package: python-simplesettings +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, +Provides: ${python:Provides} +Description: simple settings initialization library + Simple settings initialization for third party applications and libraries in + Python. Builds a dictionary of settings loaded from a file, and reads + overrides from the environment. --- python-simplesettings-0.5.orig/debian/copyright +++ python-simplesettings-0.5/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by: + + Elliot Murphy on April 26, 2009 + +It was downloaded from: + + http://pypi.python.org/pypi/simplesettings + +Upstream Author: + + Open Source Applications Foundation + +Copyright: + + Copyright (c) 2006-2007 Open Source Applications Foundation + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this software 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 complete text of the Apache License can be found +in `/usr/share/common-licenses/Apache-2.0'. + --- python-simplesettings-0.5.orig/debian/pycompat +++ python-simplesettings-0.5/debian/pycompat @@ -0,0 +1 @@ +2 --- python-simplesettings-0.5.orig/debian/watch +++ python-simplesettings-0.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/s/simplesettings/simplesettings-(.*)\.tar\.gz --- python-simplesettings-0.5.orig/debian/compat +++ python-simplesettings-0.5/debian/compat @@ -0,0 +1 @@ +7