[Python-modules-commits] r1852 - in /packages/elixir/trunk/debian: ./ changelog compat control copyright docs examples pycompat rules watch

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sat Feb 24 18:22:44 CET 2007


Author: pox-guest
Date: Sat Feb 24 18:22:44 2007
New Revision: 1852

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1852
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/elixir/trunk/debian/   (with props)
    packages/elixir/trunk/debian/changelog
    packages/elixir/trunk/debian/compat
    packages/elixir/trunk/debian/control
    packages/elixir/trunk/debian/copyright
    packages/elixir/trunk/debian/docs
    packages/elixir/trunk/debian/examples
    packages/elixir/trunk/debian/pycompat
    packages/elixir/trunk/debian/rules   (with props)
    packages/elixir/trunk/debian/watch

Propchange: packages/elixir/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/elixir/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/changelog?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/changelog (added)
+++ packages/elixir/trunk/debian/changelog Sat Feb 24 18:22:44 2007
@@ -1,0 +1,5 @@
+elixir (0.1.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #412218)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sat, 24 Feb 2007 17:37:38 +0100

Added: packages/elixir/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/compat?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/compat (added)
+++ packages/elixir/trunk/debian/compat Sat Feb 24 18:22:44 2007
@@ -1,0 +1,1 @@
+5

Added: packages/elixir/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/control?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/control (added)
+++ packages/elixir/trunk/debian/control Sat Feb 24 18:22:44 2007
@@ -1,0 +1,31 @@
+Source: elixir
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ozarowski <ozarow at gmail.com>, Gustavo Noronha Silva <kov at debian.org>
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.42), python (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
+Build-Depends-Indep: python-all-dev
+Standards-Version: 3.7.2
+XS-Python-Version: >= 2.4
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/elixir/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/?op=log
+
+Package: python-elixir
+Architecture: all
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.0-1)
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Declarative Mapper for SQLAlchemy
+ A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
+ provides the ability to define model objects following the Active Record
+ design pattern, and using a DSL syntax similar to that of the Ruby on Rails
+ ActiveRecord system.
+ .
+ Elixir does not intend to replace SQLAlchemy's core features, but instead
+ focuses on providing a simpler syntax for defining model objects when you do
+ not need the full expressiveness of SQLAlchemy's manual mapper definitions.
+ .
+ Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
+ TurboEntity project.
+ .
+  Homepage: http://elixir.ematia.de/

Added: packages/elixir/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/copyright?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/copyright (added)
+++ packages/elixir/trunk/debian/copyright Sat Feb 24 18:22:44 2007
@@ -1,0 +1,39 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Sat, 24 Feb 2007 17:37:38 +0100
+
+It was originally downloaded from http://elixir.ematia.de/download.html
+
+Upstream Authors: Jonathan LaCour, Daniel Haus, Gaetan de Menten
+                  <sqlelixir at googlegroups.com>
+
+Copyright:
+
+ This is the MIT license: http://www.opensource.org/licenses/mit-license.php
+
+ Copyright (c) 2006, 2007 Jonathan LaCour, Daniel Haus, and Gaetan de Menten.
+ and contributors. SQLAlchemy is a trademark of Michael Bayer.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ 
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+
+The Debian packaging is (C) 2007 Piotr Ożarowski <ozarow at gmail.com> and Gustavo
+Noronha Silva <kov at debian.org> - it is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.

Added: packages/elixir/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/docs?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/docs (added)
+++ packages/elixir/trunk/debian/docs Sat Feb 24 18:22:44 2007
@@ -1,0 +1,1 @@
+docs/*rst

Added: packages/elixir/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/examples?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/examples (added)
+++ packages/elixir/trunk/debian/examples Sat Feb 24 18:22:44 2007
@@ -1,0 +1,1 @@
+examples/*

Added: packages/elixir/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/pycompat?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/pycompat (added)
+++ packages/elixir/trunk/debian/pycompat Sat Feb 24 18:22:44 2007
@@ -1,0 +1,1 @@
+2

Added: packages/elixir/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/rules?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/rules (added)
+++ packages/elixir/trunk/debian/rules Sat Feb 24 18:22:44 2007
@@ -1,0 +1,20 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_COMPRESS_EXCLUDE := .py
+
+PYVER=$(shell pyversions -vd)
+
+clean::
+	-rm -rf build/
+
+binary-post-install/python-elixir::
+	mv debian/python-elixir/usr/share/pycentral/python-elixir/site-packages/Elixir-${DEB_UPSTREAM_VERSION}-py${PYVER}.egg-info \
+	   debian/python-elixir/usr/share/pycentral/python-elixir/site-packages/Elixir-${DEB_UPSTREAM_VERSION}.egg-info
+	# instead lintian override
+	echo '/**/'>> debian/python-elixir/usr/share/doc/python-elixir/examples/videostore/videostore/static/css/style.css

Propchange: packages/elixir/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/elixir/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/elixir/trunk/debian/watch?rev=1852&op=file
==============================================================================
--- packages/elixir/trunk/debian/watch (added)
+++ packages/elixir/trunk/debian/watch Sat Feb 24 18:22:44 2007
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/E/Elixir/Elixir-(.*)\.tar\.gz debian uupdate




More information about the Python-modules-commits mailing list