[Python-modules-commits] r10801 - in packages/python-augeas/trunk (9 files)

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Dec 15 22:56:57 UTC 2009


    Date: Tuesday, December 15, 2009 @ 22:56:56
  Author: quadrispro-guest
Revision: 10801

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-augeas/trunk/debian/
  packages/python-augeas/trunk/debian/changelog
  packages/python-augeas/trunk/debian/compat
  packages/python-augeas/trunk/debian/control
  packages/python-augeas/trunk/debian/copyright
  packages/python-augeas/trunk/debian/docs
  packages/python-augeas/trunk/debian/pyversions
  packages/python-augeas/trunk/debian/rules
  packages/python-augeas/trunk/debian/watch


Property changes on: packages/python-augeas/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-augeas/trunk/debian/changelog
===================================================================
--- packages/python-augeas/trunk/debian/changelog	                        (rev 0)
+++ packages/python-augeas/trunk/debian/changelog	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1,33 @@
+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 <quadrispro at ubuntu.com>  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 <morph at debian.org>  Mon, 16 Nov 2009 20:52:11 +0100
+
+python-augeas (0.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #496830)
+
+ -- Free Ekanayaka <freee at debian.org>  Tue, 19 Aug 2008 10:37:52 +0200
+

Added: packages/python-augeas/trunk/debian/compat
===================================================================
--- packages/python-augeas/trunk/debian/compat	                        (rev 0)
+++ packages/python-augeas/trunk/debian/compat	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1 @@
+7

Added: packages/python-augeas/trunk/debian/control
===================================================================
--- packages/python-augeas/trunk/debian/control	                        (rev 0)
+++ packages/python-augeas/trunk/debian/control	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1,24 @@
+Source: python-augeas
+Section: python
+Priority: optional
+Maintainer: Free Ekanayaka <freee at debian.org>
+Uploaders: Alessio Treglia <quadrispro at ubuntu.com>
+Build-Depends: debhelper (>= 7.3.7),
+ python-support,
+ python (>= 2.5)
+Standards-Version: 3.8.3
+Homepage: http://augeas.net/
+
+Package: python-augeas
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${python:Depends},
+ libaugeas0,
+ ${misc: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.

Added: packages/python-augeas/trunk/debian/copyright
===================================================================
--- packages/python-augeas/trunk/debian/copyright	                        (rev 0)
+++ packages/python-augeas/trunk/debian/copyright	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1,51 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Name: python-augeas
+Maintainer:
+ Nathaniel McCallum <nathaniel at natemccallum.com>
+ Jeff Schroeder <jeffschroeder at computer.org>
+ Harald Hoyer <harald at redhat.com>
+Source: http://augeas.net/download/python/
+
+Files: *
+Copyright:
+ 2008, Nathaniel McCallum <nathaniel at natemccallum.com>
+ 2008, Jeff Schroeder <jeffschroeder at computer.org>
+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, Alessio Treglia <quadrispro at ubuntu.com>
+ 2008, Free Ekanayaka <freee at debian.org>
+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'.

Added: packages/python-augeas/trunk/debian/docs
===================================================================
--- packages/python-augeas/trunk/debian/docs	                        (rev 0)
+++ packages/python-augeas/trunk/debian/docs	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1 @@
+README.txt

Added: packages/python-augeas/trunk/debian/pyversions
===================================================================
--- packages/python-augeas/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-augeas/trunk/debian/pyversions	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1 @@
+2.5-

Added: packages/python-augeas/trunk/debian/rules
===================================================================
--- packages/python-augeas/trunk/debian/rules	                        (rev 0)
+++ packages/python-augeas/trunk/debian/rules	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --buildsystem=python_distutils $@


Property changes on: packages/python-augeas/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-augeas/trunk/debian/watch
===================================================================
--- packages/python-augeas/trunk/debian/watch	                        (rev 0)
+++ packages/python-augeas/trunk/debian/watch	2009-12-15 22:56:56 UTC (rev 10801)
@@ -0,0 +1,3 @@
+# Site		Directory	Pattern		Version	Script
+version=3
+http://augeas.net/download/python/python-augeas-(.*)\.tar\.gz	debian	uupdate




More information about the Python-modules-commits mailing list