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 <[email protected]> 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 <[email protected]> +Uploaders: Thorsten Alteholz <[email protected]>, + Andreas Tille <[email protected]> Section: python Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Thorsten Alteholz <[email protected]>, 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. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
