[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Permission to upload migrate



I'd like to upload version 0.6-4 of migrate to fix RC bug #592102. The
change removes the unneeded dependency on python-codespeak-lib, adds
python-tempita 0.4 to build dependencies (to build more complete API
docs) and bumps Standard-Version to 3.9.1. The patch is attached.


Regards
Jan Dittberner

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
         B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/
diff -Nru migrate-0.6/debian/changelog migrate-0.6/debian/changelog
--- migrate-0.6/debian/changelog	2010-07-22 23:10:32.000000000 +0200
+++ migrate-0.6/debian/changelog	2010-08-07 18:33:18.000000000 +0200
@@ -1,3 +1,13 @@
+migrate (0.6-4) unstable; urgency=low
+
+  * debian/control:
+    - remove dependency on python-codespeak-lib (Closes: #592102)
+    - remove build dependency on python-codespeak-lib
+    - add build dependency on python-tempita (>= 0.4)
+    - bump Standards-Version to 3.9.1 (no changes needed)
+
+ -- Jan Dittberner <jandd@debian.org>  Sat, 07 Aug 2010 18:33:18 +0200
+
 migrate (0.6-3) unstable; urgency=low
 
   * Fix "migrate gives ImportError if tempita is not installed" by adding
diff -Nru migrate-0.6/debian/control migrate-0.6/debian/control
--- migrate-0.6/debian/control	2010-07-22 22:07:58.000000000 +0200
+++ migrate-0.6/debian/control	2010-08-07 18:20:58.000000000 +0200
@@ -5,9 +5,10 @@
 Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3), python-codespeak-lib,
- python-sphinx (>= 0.6.1), python-sqlalchemy (>= 0.5.1), python-decorator
-Standards-Version: 3.9.0
+ python-setuptools (>= 0.6b3), python-sphinx (>= 0.6.1),
+ python-sqlalchemy (>= 0.5.1), python-decorator, python-tempita (>=
+ 0.4)
+Standards-Version: 3.9.1
 XS-Python-Version: >= 2.4
 Homepage: http://code.google.com/p/sqlalchemy-migrate/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
@@ -15,9 +16,9 @@
 
 Package: python-migrate
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>= 0.5.1),
- python-pkg-resources, python-codespeak-lib, libjs-jquery,
- python-decorator, python-tempita (>= 0.4)
+Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>=
+ 0.5.1), python-pkg-resources, libjs-jquery, python-decorator,
+ python-tempita (>= 0.4)
 Description: Database schema migration for SQLAlchemy
  Inspired by Ruby on Rails' migrations, migrate provides a way to deal
  with database schema changes in SQLAlchemy projects.

Attachment: signature.asc
Description: Digital signature


Reply to: