[Python-apps-commits] r872 - in packages/mother/trunk (11 files)

osrevolution-guest at users.alioth.debian.org osrevolution-guest at users.alioth.debian.org
Sat Mar 29 13:14:38 UTC 2008


    Date: Saturday, March 29, 2008 @ 13:14:37
  Author: osrevolution-guest
Revision: 872

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/mother/trunk/debian/
  packages/mother/trunk/debian/changelog
  packages/mother/trunk/debian/compat
  packages/mother/trunk/debian/control
  packages/mother/trunk/debian/copyright
  packages/mother/trunk/debian/pycompat
  packages/mother/trunk/debian/python-mother.docs
  packages/mother/trunk/debian/python-mother.examples
  packages/mother/trunk/debian/python-mother.manpages
  packages/mother/trunk/debian/pyversions
  packages/mother/trunk/debian/rules


Property changes on: packages/mother/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/mother/trunk/debian/changelog
===================================================================
--- packages/mother/trunk/debian/changelog	                        (rev 0)
+++ packages/mother/trunk/debian/changelog	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1,69 @@
+mother (0.6.4-r5-3) unstable; urgency=low
+
+  * Changes :
+  - debian/control: Character symbol removed "|" (or) from Depends.
+  - debian/control: Changed version python-support (>= 0.6.4)
+  - debian/pyversion : Review version python, changed from "2.3-" on "2.4-".
+
+ -- Antonio De Luci <osrevolution at gmail.com>  Wed, 26 Mar 2008 17:38:56 +0100
+
+mother (0.6.4-r5-2) unstable; urgency=low
+
+  * Changes (Thanks Chris Lamb, UK):
+  - debian/control: Added section specific Homepage.
+  - debian/control: correct grammatical and formatting errors from long 
+    description. (Thanks Emilio Scalise)
+  - debian/copyright: correct email upstream (removed anti spam).
+  - debian/README.debian: removed file from package (stupid me).
+
+ -- Antonio De Luci <osrevolution at gmail.com>  Mon, 25 Mar 2008 23:05:34 +0100
+
+mother (0.6.4-r5-1) unstable; urgency=low
+
+  * Changes (Thanks Cyril Brulebois):
+  - Bug IPT (closes: #472182)
+  - debian/control: reformatted long description.
+  - debian/control: removed homepage from long description.
+  - debian/control: changed short description.
+  - debian/control: correct name from Depends : python-psycopg2.
+  - debian/changelog : added debian revision
+  * New Upstream release, it adds:
+  - Debian Packages alignement.
+  - mothermapper -d: bug corrected.
+
+ -- Antonio De Luci <osrevolution at gmail.com>  Sun, 23 Mar 2008 00:21:05 +0100
+
+mother (0.6.4-r4) unstable; urgency=low 
+
+  * New Upstream release, it adds:
+     - Stupid Bugs on MotherMany
+  * debian/control: changed description for warning lintian.
+
+ -- Antonio De Luci <osrevolution at gmail.com>  Wed, 19 Mar 2008 19:25:25 +0100
+
+mother (0.6.4-r3) unstable; urgency=low
+
+  [ Andrea Gasparini ]
+  * debian/pyversions & debian/rules merge and cleaning. :)
+
+  [ Antonio De Luci ]
+  * New Upstream release, it adds:
+    - man page installation with setup.py
+    - mothermapper man page
+    - adjusting log levels: sql logs only on debug
+  * debian/control: changed architectures field to 'all'.
+  * debian/copyright: corrected again license from GPL to BSD.
+
+ -- Antonio De Luci <osrevolution at gmail.com>  Fri, 11 Jan 2008 11:31:25 +0100
+
+mother (0.6.4-r2) unstable; urgency=low
+
+  * debian/copyright: corrected license from GPL to BSD.
+
+ -- Andrea Gasparini <gaspa at yattaweb.it>  Wed, 09 Jan 2008 23:12:27 +0100
+
+mother (0.6.4-r2) unstable; urgency=low
+
+  * First Mother package.
+
+ -- Andrea Gasparini <gaspa at yattaweb.it>  Sun, 23 Dec 2007 22:03:38 +0100

Added: packages/mother/trunk/debian/compat
===================================================================
--- packages/mother/trunk/debian/compat	                        (rev 0)
+++ packages/mother/trunk/debian/compat	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1 @@
+5

Added: packages/mother/trunk/debian/control
===================================================================
--- packages/mother/trunk/debian/control	                        (rev 0)
+++ packages/mother/trunk/debian/control	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1,25 @@
+Source: mother
+Section: python
+Priority: optional
+Maintainer: Antonio De Luci <osrevolution at gmail.com>
+Uploaders: Andrea Gasparini <gaspa at yattaweb.it>
+Homepage: http://www.dbmother.org
+Build-Depends: cdbs,
+  debhelper (>= 5),
+  python-all-dev (>= 2.4.4-2),
+  python-support (>= 0.6.4)
+Standards-Version: 3.7.3
+
+Package: python-mother
+Architecture: all
+Depends: ${python:Depends}, python-psycopg2, python-apsw
+Provides: ${python:Provides}
+Description: Object Relational Mapper with strong introspection
+ Object Relational Mapper with strong introspection as a Python module. It hides
+ SQL syntax and gives you a set of intelligent classes and methods.
+ .
+ The classes are able to handle automatically various situations. It doesn't 
+ need configuration files, tables, fields and keys declarations to work as it
+ knows the database structure.
+ .
+ Mother works with PostgreSQL and SQLite.

Added: packages/mother/trunk/debian/copyright
===================================================================
--- packages/mother/trunk/debian/copyright	                        (rev 0)
+++ packages/mother/trunk/debian/copyright	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1,38 @@
+This package was debianized by Antonio De Luci (imu) <osrevolution at gmail.com> on
+Fry, 11 Jan 2008 11:31:25 +0100
+
+It was downloaded from: http://www.dbmother.org/download/
+
+Upstream Author: Federico Tomassini (efphe) <effettom at gmail.com>
+
+Copyright and License:
+
+	Copyright (c) 2006-2007 Federico Tommasini aka efphe (effetom at gmail.com)
+	All rights reserved.
+
+	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.
+	3. Neither the name of the University 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 REGENTS 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 REGENTS 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.
+
+On Debian systems, the full text of the BSD can be found in
+/usr/share/common-licenses/BSD

Added: packages/mother/trunk/debian/pycompat
===================================================================
--- packages/mother/trunk/debian/pycompat	                        (rev 0)
+++ packages/mother/trunk/debian/pycompat	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1 @@
+2

Added: packages/mother/trunk/debian/python-mother.docs
===================================================================
--- packages/mother/trunk/debian/python-mother.docs	                        (rev 0)
+++ packages/mother/trunk/debian/python-mother.docs	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1,2 @@
+doc/manual.html
+doc/manual.txt

Added: packages/mother/trunk/debian/python-mother.examples
===================================================================
--- packages/mother/trunk/debian/python-mother.examples	                        (rev 0)
+++ packages/mother/trunk/debian/python-mother.examples	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1,3 @@
+examples/postgres
+examples/sqlite
+examples/utils

Added: packages/mother/trunk/debian/python-mother.manpages
===================================================================
--- packages/mother/trunk/debian/python-mother.manpages	                        (rev 0)
+++ packages/mother/trunk/debian/python-mother.manpages	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1 @@
+doc/mothermapper.1

Added: packages/mother/trunk/debian/pyversions
===================================================================
--- packages/mother/trunk/debian/pyversions	                        (rev 0)
+++ packages/mother/trunk/debian/pyversions	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1 @@
+2.4-

Added: packages/mother/trunk/debian/rules
===================================================================
--- packages/mother/trunk/debian/rules	                        (rev 0)
+++ packages/mother/trunk/debian/rules	2008-03-29 13:14:37 UTC (rev 872)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


Property changes on: packages/mother/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-apps-commits mailing list