[med-svn] r14423 - trunk/packages/python-sqlsoup/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat Aug 10 09:50:19 UTC 2013
Author: tille
Date: 2013-08-10 09:50:19 +0000 (Sat, 10 Aug 2013)
New Revision: 14423
Modified:
trunk/packages/python-sqlsoup/trunk/debian/changelog
trunk/packages/python-sqlsoup/trunk/debian/control
Log:
Use some temporary changelog for coordination - should be stripped again before upload
Modified: trunk/packages/python-sqlsoup/trunk/debian/changelog
===================================================================
--- trunk/packages/python-sqlsoup/trunk/debian/changelog 2013-08-10 03:42:06 UTC (rev 14422)
+++ trunk/packages/python-sqlsoup/trunk/debian/changelog 2013-08-10 09:50:19 UTC (rev 14423)
@@ -1,6 +1,10 @@
-python-sqlsoup (0.9.0-1) unstable; urgency=low
+python-sqlsoup (0.9.0-1) UNRELEASED; urgency=low
+ [ Thorsten Alteholz ]
* initial release (Closes: #712411)
* debian/copyright: add missing entries
+ [ Andreas Tille ]
+ * cme fix dpkg-control
+
-- Thorsten Alteholz <debian at alteholz.de> Tue, 16 Jul 2013 18:00:00 +0200
Modified: trunk/packages/python-sqlsoup/trunk/debian/control
===================================================================
--- trunk/packages/python-sqlsoup/trunk/debian/control 2013-08-10 03:42:06 UTC (rev 14422)
+++ trunk/packages/python-sqlsoup/trunk/debian/control 2013-08-10 09:50:19 UTC (rev 14423)
@@ -1,24 +1,27 @@
Source: python-sqlsoup
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Thorsten Alteholz <debian at alteholz.de>,
+ Andreas Tille <tille at debian.org>
Section: python
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Thorsten Alteholz <debian at alteholz.de>,
Build-Depends: debhelper (>= 9),
- python | python-all | python-dev | python-all-dev,
- python-setuptools,
- python-sqlalchemy
+ python | python-all | python-dev | python-all-dev,
+ python-setuptools,
+ python-sqlalchemy
Standards-Version: 3.9.4
-Homepage: https://pypi.python.org/pypi/sqlsoup
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-sqlsoup/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-sqlsoup/trunk
-XS-Python-Version: >= 2.4
+Homepage: https://pypi.python.org/pypi/sqlsoup
+X-Python-Version: >= 2.4
Package: python-sqlsoup
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},
- python-sqlalchemy
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python-sqlalchemy
Description: one step database access tool, built on the SQLAlchemy ORM
SQLSoup provides a convenient way to map Python objects to relational
database tables, with no declarative code of any kind. It's built on
top of the SQLAlchemy ORM and provides a super-minimalistic interface
to an existing database.
+
More information about the debian-med-commit
mailing list