[Python-modules-commits] r7994 - in packages/sqlalchemy/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Mar 25 18:55:53 UTC 2009


    Date: Wednesday, March 25, 2009 @ 18:55:53
  Author: piotr
Revision: 7994

* New upstream release
* Add --install-layout=deb to setup.py call (prepare for dist-packages in
  python2.6)
  + python-all minimum required version bumped to 2.5.4-1~
* Standards-Version bumped to 3.8.0 (no changes needed)

Modified:
  packages/sqlalchemy/trunk/debian/changelog
  packages/sqlalchemy/trunk/debian/control
  packages/sqlalchemy/trunk/debian/rules

Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog	2009-03-25 17:56:12 UTC (rev 7993)
+++ packages/sqlalchemy/trunk/debian/changelog	2009-03-25 18:55:53 UTC (rev 7994)
@@ -1,3 +1,13 @@
+sqlalchemy (0.5.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Add --install-layout=deb to setup.py call (prepare for dist-packages in
+    python2.6)
+    + python-all minimum required version bumped to 2.5.4-1~
+  * Standards-Version bumped to 3.8.0 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 25 Mar 2009 19:25:33 +0100
+
 sqlalchemy (0.5.2-2) unstable; urgency=low
 
   * Upload to unstable

Modified: packages/sqlalchemy/trunk/debian/control
===================================================================
--- packages/sqlalchemy/trunk/debian/control	2009-03-25 17:56:12 UTC (rev 7993)
+++ packages/sqlalchemy/trunk/debian/control	2009-03-25 18:55:53 UTC (rev 7994)
@@ -4,10 +4,10 @@
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38)
-Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4),
+Build-Depends-Indep: python-all (>= 2.5.4-1~), python-support (>= 0.6.4),
  python-setuptools (>= 0.6b3-1~)
 #, python-sphinx (>= 0.6)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://www.sqlalchemy.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sqlalchemy/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sqlalchemy/trunk/

Modified: packages/sqlalchemy/trunk/debian/rules
===================================================================
--- packages/sqlalchemy/trunk/debian/rules	2009-03-25 17:56:12 UTC (rev 7993)
+++ packages/sqlalchemy/trunk/debian/rules	2009-03-25 18:55:53 UTC (rev 7994)
@@ -50,6 +50,7 @@
 install-python%:
 	python$* setup.py install \
 		--single-version-externally-managed \
+		--install-layout=deb \
 		--root $(CURDIR)/debian/${p_name}
 	touch $@
 




More information about the Python-modules-commits mailing list