[Python-modules-commits] r8352 - in packages/formalchemy/trunk (13 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue May 5 13:20:00 UTC 2009


    Date: Tuesday, May 5, 2009 @ 13:20:00
  Author: arnau
Revision: 8352

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/formalchemy/trunk/debian/
  packages/formalchemy/trunk/debian/changelog
  packages/formalchemy/trunk/debian/compat
  packages/formalchemy/trunk/debian/control
  packages/formalchemy/trunk/debian/copyright
  packages/formalchemy/trunk/debian/dirs
  packages/formalchemy/trunk/debian/doc-base
  packages/formalchemy/trunk/debian/docs
  packages/formalchemy/trunk/debian/install
  packages/formalchemy/trunk/debian/pycompat
  packages/formalchemy/trunk/debian/pyversions
  packages/formalchemy/trunk/debian/rules
  packages/formalchemy/trunk/debian/watch


Property changes on: packages/formalchemy/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/formalchemy/trunk/debian/changelog
===================================================================
--- packages/formalchemy/trunk/debian/changelog	                        (rev 0)
+++ packages/formalchemy/trunk/debian/changelog	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1,5 @@
+formalchemy (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #526936.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Tue, 05 May 2009 12:07:12 +0100

Added: packages/formalchemy/trunk/debian/compat
===================================================================
--- packages/formalchemy/trunk/debian/compat	                        (rev 0)
+++ packages/formalchemy/trunk/debian/compat	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1 @@
+5

Added: packages/formalchemy/trunk/debian/control
===================================================================
--- packages/formalchemy/trunk/debian/control	                        (rev 0)
+++ packages/formalchemy/trunk/debian/control	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1,37 @@
+Source: formalchemy
+Section: python
+Priority: optional
+Maintainer: Arnaud Fontaine <arnau at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends: debhelper (>= 5.0.37.2),
+               cdbs (>= 0.4.43),
+               python-dev (>= 2.3.5-7),
+               python-support (>= 0.4)
+Build-Depends-Indep: python-setuptools (>= 0.6a9)
+Standards-Version: 3.8.1
+Homepage: http://code.google.com/p/formalchemy/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/formalchemy/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/formalchemy/trunk/?op=log
+
+Package: python-formalchemy
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends},
+	 python-sqlalchemy
+Suggests: doc-base, python-setuptools,
+	  python-tempita, python-mako,
+	  python-couchdb,
+	  python-pylons
+Description: auto-generation and customizable form fields from SQLAlchemy mapped classes
+ FormAlchemy greatly speeds development with SQLAlchemy mapped classes
+ (models) in a  HTML forms environment.  It also  provides support for
+ CouchDB  and  greatly  helps  writing a  Pylons  CRUD  administration
+ interface.
+ .
+ FormAlchemy  eliminates  boilerplate  by  autogenerating  HTML  input
+ fields From  a given model. FormAlchemy  will try to  figure out what
+ kind of  HTML code  should be returned  by introspecting  the model's
+ properties  and generate  ready-to-use HTML  code that  will  fit the
+ developer's application.
+ .
+ FormAlchemy is  also highly  customizable, allowing the  developer to
+ display only the wanted columns or relying on a template engine.

Added: packages/formalchemy/trunk/debian/copyright
===================================================================
--- packages/formalchemy/trunk/debian/copyright	                        (rev 0)
+++ packages/formalchemy/trunk/debian/copyright	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1,29 @@
+This package was debianized by Arnaud Fontaine <arnau at debian.org> on
+Tue, 05 May 2009 12:07:12 +0100.
+
+It was downloaded from http://code.google.com/p/formalchemy/downloads/list
+
+Authors:  Alexandre Conrad, Jonathan Ellis, Gaël Pasgrimaud
+	  <formalchemy at googlegroups.com>
+
+Copyright: 2007-2009 Alexandre Conrad
+
+  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.

Added: packages/formalchemy/trunk/debian/dirs
===================================================================
--- packages/formalchemy/trunk/debian/dirs	                        (rev 0)
+++ packages/formalchemy/trunk/debian/dirs	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1 @@
+usr/share/doc/python-formalchemy/txt/

Added: packages/formalchemy/trunk/debian/doc-base
===================================================================
--- packages/formalchemy/trunk/debian/doc-base	                        (rev 0)
+++ packages/formalchemy/trunk/debian/doc-base	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1,8 @@
+Document: formalchemy
+Title: FormAlchemy reference documentation
+Author: Alexandre Conrad, Jonathan Ellis, Gaël Pasgrimaud
+Abstract: This documentation describes FormAlchemy usage and API
+Section: Programming/Python
+
+Format: Text
+Files: /usr/share/doc/python-formalchemy/txt/*

Added: packages/formalchemy/trunk/debian/docs
===================================================================
--- packages/formalchemy/trunk/debian/docs	                        (rev 0)
+++ packages/formalchemy/trunk/debian/docs	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1 @@
+README.txt

Added: packages/formalchemy/trunk/debian/install
===================================================================
--- packages/formalchemy/trunk/debian/install	                        (rev 0)
+++ packages/formalchemy/trunk/debian/install	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1,2 @@
+docs/*		usr/share/doc/python-formalchemy/txt/
+

Added: packages/formalchemy/trunk/debian/pycompat
===================================================================
--- packages/formalchemy/trunk/debian/pycompat	                        (rev 0)
+++ packages/formalchemy/trunk/debian/pycompat	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1 @@
+2

Added: packages/formalchemy/trunk/debian/pyversions
===================================================================
--- packages/formalchemy/trunk/debian/pyversions	                        (rev 0)
+++ packages/formalchemy/trunk/debian/pyversions	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1 @@
+2.3-

Added: packages/formalchemy/trunk/debian/rules
===================================================================
--- packages/formalchemy/trunk/debian/rules	                        (rev 0)
+++ packages/formalchemy/trunk/debian/rules	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_SYSTEM=pysupport
+
+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_INSTALL_CHANGELOGS_ALL := CHANGELOG.txt
+
+# Don't compress .py files
+DEB_COMPRESS_EXCLUDE := .png .txt


Property changes on: packages/formalchemy/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/formalchemy/trunk/debian/watch
===================================================================
--- packages/formalchemy/trunk/debian/watch	                        (rev 0)
+++ packages/formalchemy/trunk/debian/watch	2009-05-05 13:20:00 UTC (rev 8352)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/formalchemy/downloads/list \
+	http://formalchemy.googlecode.com/files/FormAlchemy-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list