--- python-configglue-1.0.orig/debian/changelog +++ python-configglue-1.0/debian/changelog @@ -0,0 +1,63 @@ +python-configglue (1.0-1build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies. + + -- Matthias Klose Sat, 31 Dec 2011 02:09:20 +0000 + +python-configglue (1.0-1) unstable; urgency=low + + * New upstream release + + -- Andrew Mitchell Fri, 05 Aug 2011 11:14:22 +1200 + +python-configglue (0.11.1-1) unstable; urgency=low + + * New upstream release + * Switch to dh_python2 & debhelper 7 (Closes: #617000) + + -- Andrew Mitchell Tue, 19 Jul 2011 08:50:46 +1200 + +python-configglue (0.9pre1-1) experimental; urgency=low + + * New upstream release + + -- Andrew Mitchell Wed, 19 Jan 2011 08:32:53 +1300 + +python-configglue (0.9pre1-0ubuntu1) maverick; urgency=low + + [Rick McBride] + * New upstream release. Closes (LP: #616477) + - fixed broken tests + - moved existing code around + - initial import of configglue.pyschema (from schemaconfig) + - merged changes from Ricardo Kirkner + - unified the © headers + - worked around circular import that happens when importing pyschema first + - schema inheritance fix + -added optional arguement to ini2schema for ubuntuone-client + + [Elliot Murphy] + * debian/control: bumped standards-version to 3.9.1 + + -- Rick McBride Wed, 11 Aug 2010 16:43:35 -0400 + +python-configglue (0.2dev-1) unstable; urgency=low + + * Initial Debian upload (Closes: #559751) + + -- Andrew Mitchell Wed, 28 Jul 2010 09:51:06 +1200 + +python-configglue (0.2dev-0ubuntu2) karmic; urgency=low + + * debian/control: + + XS-Python-Version changed to >= 2.5 because of absolute imports + (LP: #391451) + + -- Andrew Mitchell Wed, 24 Jun 2009 14:35:22 +1200 + +python-configglue (0.2dev-0ubuntu1) karmic; urgency=low + + * Initial package Closes (LP: #384830) + + -- Rick McBride Mon, 15 Jun 2009 14:33:00 -0400 + --- python-configglue-1.0.orig/debian/rules +++ python-configglue-1.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --- python-configglue-1.0.orig/debian/control +++ python-configglue-1.0/debian/control @@ -0,0 +1,19 @@ +Source: python-configglue +Section: python +Priority: optional +Maintainer: Andrew Mitchell +Build-Depends: + python (>= 2.6.6-3~), + python-setuptools, + debhelper (>= 7.0.50) +X-Python-Version: >=2.6 +Standards-Version: 3.9.2 + +Package: python-configglue +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, ${python:Depends} +Description: Glues together optparse.OptionParser and ConfigParser.ConfigParser + Configglue is a library that glues together python's optparse.OptionParser + and ConfigParser.ConfigParser, so that the same options can be exported to a + configuration file and a commandline interface. --- python-configglue-1.0.orig/debian/copyright +++ python-configglue-1.0/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Rick McBride on +Fri, 20 Mar 2009 14:26:00 -0400. + +Copyright: + + Copyright (C) 2009 Canonical + +License: + + Upstream Author: John R. Lenton + Project Homepage: https://launchpad.net/configglue + Released under the BSD License + + Copyright (C) 2009, Canonical + All rights reserved. + + 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 Canonical 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 HOLDER 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 + + The Debian packaging is (C) 2009, Canonical and is licensed under the BSD + license, see above. --- python-configglue-1.0.orig/debian/pycompat +++ python-configglue-1.0/debian/pycompat @@ -0,0 +1 @@ +2 --- python-configglue-1.0.orig/debian/watch +++ python-configglue-1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/c/configglue/configglue-(.+)\.tar\.gz --- python-configglue-1.0.orig/debian/compat +++ python-configglue-1.0/debian/compat @@ -0,0 +1 @@ +5