[Python-modules-commits] r10187 - in packages/formalchemy/trunk/debian (5 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Thu Oct 22 21:06:41 UTC 2009
Date: Thursday, October 22, 2009 @ 21:06:38
Author: chaica-guest
Revision: 10187
* Using dh7 + tiny.rules
* debian/control
- Bump Standards-Version to 3.8.3
- Change the maintainer name.
- Removing cdbs.
Modified:
packages/formalchemy/trunk/debian/changelog
packages/formalchemy/trunk/debian/compat
packages/formalchemy/trunk/debian/control
packages/formalchemy/trunk/debian/rules
Deleted:
packages/formalchemy/trunk/debian/patches/
Modified: packages/formalchemy/trunk/debian/changelog
===================================================================
--- packages/formalchemy/trunk/debian/changelog 2009-10-22 20:25:07 UTC (rev 10186)
+++ packages/formalchemy/trunk/debian/changelog 2009-10-22 21:06:38 UTC (rev 10187)
@@ -1,5 +1,5 @@
-formalchemy (1.2-1) UNRELEASED; urgency=low
+formalchemy (1.3-1) unstable; urgency=low
* Initial release. Closes: #526936.
- -- Arnaud Fontaine <arnau at debian.org> Tue, 05 May 2009 12:07:12 +0100
+ -- Carl Chenet <chaica at ohmytux.com> Thu, 22 Oct 2009 21:09:09 +0200
Modified: packages/formalchemy/trunk/debian/compat
===================================================================
--- packages/formalchemy/trunk/debian/compat 2009-10-22 20:25:07 UTC (rev 10186)
+++ packages/formalchemy/trunk/debian/compat 2009-10-22 21:06:38 UTC (rev 10187)
@@ -1 +1 @@
-5
+7
Modified: packages/formalchemy/trunk/debian/control
===================================================================
--- packages/formalchemy/trunk/debian/control 2009-10-22 20:25:07 UTC (rev 10186)
+++ packages/formalchemy/trunk/debian/control 2009-10-22 21:06:38 UTC (rev 10187)
@@ -1,27 +1,18 @@
Source: formalchemy
Section: python
Priority: optional
-Maintainer: Arnaud Fontaine <arnau at debian.org>
+Maintainer: Carl Chenet <chaica at ohmytux.com>
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),
- quilt
-Build-Depends-Indep: python-setuptools (>= 0.6a9)
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3), python-all-dev, python-support, python-setuptools
+Standards-Version: 3.8.3
Homepage: http://code.google.com/p/formalchemy/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/formalchemy/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/formalchemy/trunk/
Package: python-formalchemy
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},
- python-sqlalchemy (>= 0.4.5)
-Suggests: doc-base, python-setuptools,
- python-tempita, python-mako,
- python-couchdb,
- python-pylons
+Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>= 0.4.5), python-tempita, python-beautifulsoup, python-mako
+Suggests: doc-base, 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
Modified: packages/formalchemy/trunk/debian/rules
===================================================================
--- packages/formalchemy/trunk/debian/rules 2009-10-22 20:25:07 UTC (rev 10186)
+++ packages/formalchemy/trunk/debian/rules 2009-10-22 21:06:38 UTC (rev 10187)
@@ -1,14 +1,4 @@
#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
+%:
+ dh $@
-DEB_PYTHON_SYSTEM=pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.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
More information about the Python-modules-commits
mailing list