[Python-modules-commits] r11558 - in packages/sqlalchemy/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Feb 4 22:15:52 UTC 2010


    Date: Thursday, February 4, 2010 @ 22:15:50
  Author: piotr
Revision: 11558

* New upstream release
* Standards-Version bumped to 3.8.4 (no changes needed)

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

Modified: packages/sqlalchemy/trunk/debian/NEWS
===================================================================
--- packages/sqlalchemy/trunk/debian/NEWS	2010-02-04 22:01:59 UTC (rev 11557)
+++ packages/sqlalchemy/trunk/debian/NEWS	2010-02-04 22:15:50 UTC (rev 11558)
@@ -1,3 +1,10 @@
+python-sqlalchemy (0.6~beta1-1) experimental; urgency=low
+
+  SQLAlchemy 0.5 -> 0.6 migration notes can be found on the wiki page:
+  http://www.sqlalchemy.org/trac/wiki/06Migration
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 04 Feb 2010 22:08:09 +0100
+
 python-sqlalchemy (0.5.0~beta1-1) experimental; urgency=low
 
   SQLAlchemy 0.4 -> 0.5 migration notes can be found on the wiki page:

Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog	2010-02-04 22:01:59 UTC (rev 11557)
+++ packages/sqlalchemy/trunk/debian/changelog	2010-02-04 22:15:50 UTC (rev 11558)
@@ -1,3 +1,10 @@
+sqlalchemy (0.6~beta1-1) experimental; urgency=low
+
+  * New upstream release
+  * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 04 Feb 2010 21:59:24 +0100
+
 sqlalchemy (0.5.8-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/sqlalchemy/trunk/debian/control
===================================================================
--- packages/sqlalchemy/trunk/debian/control	2010-02-04 22:01:59 UTC (rev 11557)
+++ packages/sqlalchemy/trunk/debian/control	2010-02-04 22:15:50 UTC (rev 11558)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5.0.38)
 Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 0.6.4),
  python-setuptools (>= 0.6b3-1~), python-sphinx (>= 0.6), python-mako
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 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	2010-02-04 22:01:59 UTC (rev 11557)
+++ packages/sqlalchemy/trunk/debian/rules	2010-02-04 22:15:50 UTC (rev 11558)
@@ -72,7 +72,7 @@
 	REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*svn([^-]+).*,\1,p'); \
 	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p'); \
 	if [ x$$REV = x ]; then \
-	 uscan --force-download --rename --download-version=$$VER --destdir=.; \
+	 uscan --noconf --force-download --rename --download-version=$$VER --destdir=.; \
 	else \
 	 svn -q export -r $$REV http://svn.sqlalchemy.org/sqlalchemy/trunk sqlalchemy-r$$REV && \
          tar -zcf ./sqlalchemy_$$VER.orig.tar.gz sqlalchemy-r$$REV; \




More information about the Python-modules-commits mailing list