debian/0000755000000000000000000000000012140030300007145 5ustar debian/control0000644000000000000000000000135412140027037010570 0ustar Source: python-gpyconf Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Mike Gabriel , Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.4 Homepage: https://github.com/kkris/gpyconf X-Python-Version: >= 2.6 Package: python-gpyconf Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-lxml, python-gtk2 Description: Python configuration framework with support for multiple backends A modular Python configuration framework with support for multiple backends (ConfigParser, XML, JSON, ...) and multiple frontends (GTK+, Web, ...). debian/copyright0000644000000000000000000000675212140027222011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gpyconf Upstream-Contact: Kristoffer Kleine Source: https://github.com/kkris/gpyconf Files: * Copyright: 2008-2012, Jonas Haag 2013 Kristoffer Kleine License: LGPL-2.1 or BSD-2-clause-modified Comment: python-gpyconf is dual licensed under the LGPL (GNU Lesser General Public License) and a slightly modified 2-clause BSD (Berkley Software Distribution) license. You may use gpyconf as if it was licensed under one of the above but not with both licenses at once. If you chose the LGPL license, redistributions and redistributions of redistributions of gpyconf have to fulfill the LGPL conditions. If you chose the BSD-like license, redistributions and redistributions of redistributions have to fulfill the BSD-like conditions. Files: debian/* Copyright: 2012-2013, Mike Gabriel License: LGPL-2.1 or BSD-2-clause-modified License: LGPL-2.1 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. License: BSD-2-clause-modified Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. . Upstream (python-gpyconf) modification: * Redistributions of source code that include documentation must retain the above copyright and an acknowledgement similar to "This software uses gpyconf by Jonas Haag (http://gpyconf.lophus.org)" in the documentation. You're free to change the wording if it doesn't change the meaning of that sentence. . 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. debian/rules0000755000000000000000000000160312140030027010233 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk SOURCE_PACKAGE = $(shell dpkg-parsechangelog|sed -n '/^Source/{s/Source: \(.*\)/\1/p}') MAIN_VERSION = $(shell dpkg-parsechangelog|sed -n '/^Version/{s/Version: \(.*\)/\1/p}') VER = $(shell echo $(MAIN_VERSION)|sed -n 's/\([0-9.]*\)[-+].*/\1/p') get-orig-source: dh_testdir mkdir -p ../tarballs uscan --force-download --rename --destdir ../tarballs get-git-source: dh_testdir rm -rfv .upstream ../$(SOURCE_PACKAGE)_$(VER).orig.tar.bz2 mkdir .upstream mkdir -p ../tarballs cd .upstream && git clone git://github.com/jonashaag/gpyconf --depth 1 $(SOURCE_PACKAGE)-$(VER) find .upstream -type f | while read F; do chmod -x "$$F"; done cd .upstream && tar --exclude .git -jvcf ../../tarballs/$(SOURCE_PACKAGE)_$(VER).orig.tar.bz2 $(SOURCE_PACKAGE)-$(VER) rm -rfv .upstream debian/watch0000644000000000000000000000011112140027360010203 0ustar version=3 https://github.com/kkris/gpyconf/tags .*/v?(\d[\d\.]+)\.tar\.gzdebian/changelog0000644000000000000000000000024012140030211011014 0ustar python-gpyconf (0.2-1) unstable; urgency=low * Initial release. (Closes: #682489). -- Mike Gabriel Tue, 30 Apr 2013 22:58:47 +0200 debian/compat0000644000000000000000000000000112010171724010356 0ustar 9debian/source/0000755000000000000000000000000012140030300010445 5ustar debian/source/format0000644000000000000000000000001312010171731011664 0ustar 3.0 (quilt)