debian/0000755000000000000000000000000012227530225007166 5ustar debian/compat0000644000000000000000000000000212227530022010357 0ustar 7 debian/rules0000755000000000000000000000011412227530022010235 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=python_distutils --with python2 debian/docs0000644000000000000000000000001312227530022010026 0ustar README.txt debian/control0000644000000000000000000000150012227530134010564 0ustar Source: python-augeas Section: python Priority: optional Maintainer: Free Ekanayaka Build-Depends: debhelper (>= 7.3.7~), libaugeas0 (>= 0.7.2), python-all (>= 2.6.5) Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Homepage: http://augeas.net/ Vcs-Git: git://git.debian.org/collab-maint/python-augeas.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-augeas.git Package: python-augeas Architecture: all Depends: libaugeas0 (>= 0.7.2), libpython2.7 (>= 2.7), ${misc:Depends}, ${python:Depends} Description: Python bindings for Augeas Augeas is a library and command line tool that focuses on the most basic problem in handling Linux configurations programmatically: editing actual configuration files in a controlled manner. . This module provides a Python interface to the Augeas API. debian/changelog0000644000000000000000000000560312227530225011044 0ustar python-augeas (0.4.1-2) unstable; urgency=low * collab-maint team upload. * ACK NMU, thanks to Luca Falavigna for the good work. (Closes: #707895) * Drop myself from the Uploaders field. -- Alessio Treglia Wed, 16 Oct 2013 16:27:37 +0100 python-augeas (0.4.1-1.1) unstable; urgency=low * Non-maintainer upload. * Drop dependency on libpython2.6 (Closes: #707895). -- Luca Falavigna Sun, 12 May 2013 16:44:37 +0200 python-augeas (0.4.1-1) unstable; urgency=low * New upstream release * Depend on libpython2.6 and libpython2.7 (Closes: #654321) -- Free Ekanayaka Mon, 01 Oct 2012 09:12:56 +0200 python-augeas (0.4.0-2.1) unstable; urgency=low * Non-maintainer upload. * Rebuild to add Python 2.7 support -- Piotr Ożarowski Sun, 08 May 2011 16:45:52 +0200 python-augeas (0.4.0-2) unstable; urgency=low * Upload to unstable. -- Alessio Treglia Wed, 09 Feb 2011 00:31:09 +0100 python-augeas (0.4.0-1) experimental; urgency=low * New upstream release. * {Build-,}Depend on libaugeas0 >= 0.7.2. * Build-depends on python-all (>= 2.6.5). -- Alessio Treglia Wed, 12 Jan 2011 14:51:41 +0100 python-augeas (0.3.0-2) unstable; urgency=low * Add debian/gbp.conf file. * Switch to format 3.0 (quilt). * debian/control: - Update my email address. - Bump Standards. - Add Vcs fields. - Remove ${shlibs:Depends} macro. * Use the form 'dh --foo=bar' for compatibility with DH 8. * Update debian/copyright file. * Use XS-Python-Version field instead of debian/pyversions. -- Alessio Treglia Thu, 19 Aug 2010 11:31:54 +0200 python-augeas (0.3.0-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders field. * Bump Standards up to 3.8.3. * Switch to debhelper 7, drop cdbs. * Bump debhelper to 7.3.7 due to the use of --buildsystem option. -- Alessio Treglia Fri, 11 Dec 2009 17:29:33 +0100 python-augeas (0.2.0-1.1) unstable; urgency=low * Non-maintainer upload. * debian/control - added libaugeas0 to Depends; thanks to Guido Günther for the report and to Daniel Leidert for the patch; Closes: #504511 * Prepare for the upcoming Python 2.6 transition; thanks to Scott Kitterman for the report; Closes: #552491 - debian/control + Build-depends on 'python (>= 2.5)' instead of python-dev (it's arch:all) + Depends on '${python:Depends}' instead of 'python (>= 2.5)' + drop 'python-ctypes' from Depends: it's py2.4 only (this pkg >= 2.5) - debian/pyversions + allows Python from 2.5 onward -- Sandro Tosi Mon, 16 Nov 2009 20:52:11 +0100 python-augeas (0.2.0-1) unstable; urgency=low * Initial release (Closes: #496830) -- Free Ekanayaka Tue, 19 Aug 2008 10:37:52 +0200 debian/gbp.conf0000644000000000000000000000003612227530022010577 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000432112227530022011114 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: python-augeas Maintainer: Nathaniel McCallum Jeff Schroeder Harald Hoyer Source: http://augeas.net/download/python/ Copyright: 2008, Nathaniel McCallum 2008, Jeff Schroeder 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 X-Comment: On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. Files: ./debian/* Copyright: 2009-2010, Alessio Treglia 2008, Free Ekanayaka License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000012227530022010461 5ustar debian/source/format0000644000000000000000000000001412227530022011667 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000020112227530022010203 0ustar # Site Directory Pattern Version Script version=3 http://augeas.net/download/python/python-augeas-(.*)\.tar\.gz debian uupdate