debian/0000775000000000000000000000000012265776325007207 5ustar debian/changelog0000664000000000000000000000676412265776316011076 0ustar python-configglue (1.1.2-0ubuntu2) trusty; urgency=medium * d/control: Build-Depend on python3-all. -- Barry Warsaw Thu, 16 Jan 2014 10:35:02 -0500 python-configglue (1.1.2-0ubuntu1) saucy; urgency=low * New upstream release. * Un-revert previous revert. - debian/control: Remove Build-Dep on python-configparser. -- Barry Warsaw Thu, 11 Jul 2013 17:39:10 -0400 python-configglue (1.1.1.is.really.1.0-0ubuntu1) saucy; urgency=low * Revert to upstream version 1.0 to address bug #1198480 et al. -- Steve Langasek Wed, 10 Jul 2013 17:59:50 -0700 python-configglue (1.1.1-0ubuntu1) saucy; urgency=low * New upstream release. - debian/patches/disable-lp1196754.patch: Bug was fixed upstream, so this patch is no longer necessary. -- Barry Warsaw Mon, 08 Jul 2013 17:35:44 -0400 python-configglue (1.1.0-0ubuntu1) saucy; urgency=low * New upstream release. * Add Python 3 packaging. - debian/compat: bump to 8 - debian/control: + Add required Python 2 and Python 3 Build-Depends + Add X-Python3-Version header + Standards-Version bumped to 3.9.4 + Added python3-configglue binary package. - debian/patches/disable-lp1196754.patch: Required due to test suite failure when run in Python 3 under non-UTF-8 locales. - debian/pycompat: Obsolete, removed. - debian/python{,3}-configglue.install: Added - debian/rules: Add rules to build and test for Python 3. - debian/source/format: Added. -- Barry Warsaw Mon, 01 Jul 2013 19:52:35 -0400 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 debian/rules0000775000000000000000000000163712167621033010260 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) # Prevent setuptools/distribute from accessing the internet. export http_proxy = http://127.0.9.1:9 %: dh $@ --with python2,python3 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install # override_dh_installchangelogs: # dh_installchangelogs -k foo/NEWS.rst # override_dh_installdocs: # python setup.py build_sphinx # dh_installdocs build/sphinx/html override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/patches/0000775000000000000000000000000012167621033010620 5ustar debian/patches/series0000664000000000000000000000000012167621033012023 0ustar debian/compat0000664000000000000000000000000212167621033010367 0ustar 8 debian/copyright0000664000000000000000000000377112167341346011142 0ustar 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. debian/control0000664000000000000000000000235212265776036010613 0ustar Source: python-configglue Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Andrew Mitchell Build-Depends: python (>= 2.6.6-3~), python-setuptools, python-xdg, python-mock, python3-all, python3-setuptools, python3-xdg, python3-mock, debhelper (>= 7.0.50) X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Standards-Version: 3.9.4 Package: python-configglue Architecture: all 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. . This is the Python 2 package. Package: python3-configglue Architecture: all Depends: ${misc:Depends}, ${python3: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. . This is the Python 3 package. debian/source/0000775000000000000000000000000012167621033010471 5ustar debian/source/format0000664000000000000000000000001412167621033011677 0ustar 3.0 (quilt) debian/python-configglue.install0000664000000000000000000000002112167621033014213 0ustar usr/lib/python2* debian/python3-configglue.install0000664000000000000000000000002012167621033014275 0ustar usr/lib/python3 debian/watch0000664000000000000000000000012712167341346010230 0ustar version=3 http://pypi.python.org/packages/source/c/configglue/configglue-(.+)\.tar\.gz