migrate (0.6.1-2) unstable; urgency=low

  * Team upload.
  * Rebuild to add Python 2.7 support

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 08 May 2011 16:45:54 +0200

migrate (0.6.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - remove dependency on python-support
    - bump python dependency version to 2.6.5~
    - drop XS-Python-Version, add X-Python-Version
    - add Breaks: ${python:Breaks}
  * debian/rules:
    - add --with python2 to dh call
  * remove debian/patches/use-absolute-imports-of-exception-
    classes.patch that has been applied upstream

 -- Jan Dittberner <jandd@debian.org>  Fri, 11 Feb 2011 22:44:42 +0100

migrate (0.6-5) unstable; urgency=low

  * upload to unstable

 -- Jan Dittberner <jandd@debian.org>  Sun, 06 Feb 2011 14:48:44 +0100

migrate (0.6-5~exp1) experimental; urgency=low

  * Fix "objects.inv should not be compressed" exclude objects.inv from
    dh_compress in debian/rules, thanks for the report to Michael Fladischer
    (Closes: #608747)
  * Fix "AttributeError: 'module' object has no attribute
    'MigrateDeprecationWarning'" include patch
    debian/patches/use-absolute-imports-of-exception-classes.patch by Etienne
    Millon (Closes: #609259)

 -- Jan Dittberner <jandd@debian.org>  Sun, 09 Jan 2011 16:02:32 +0100

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
    missing dependency on python-tempita (>= 0.4) to debian/control (Closes:
    #589990)

 -- Jan Dittberner <jandd@debian.org>  Thu, 22 Jul 2010 23:10:32 +0200

migrate (0.6-2) unstable; urgency=low

  * Upload to unstable.

 -- Jan Dittberner <jandd@debian.org>  Mon, 12 Jul 2010 00:24:57 +0200

migrate (0.6-1) experimental; urgency=low

  * New upstream version.

 -- Jan Dittberner <jandd@debian.org>  Sun, 11 Jul 2010 21:22:25 +0200

migrate (0.6~hg221-1) experimental; urgency=low

  * New upstream pre-release version.
    - add SQLAlchemy 0.6 compatibility
  * debian/source/format:
    - set format to 3.0 (quilt)
  * debian/control:
    - bump Standards-Version to 3.9.0 (no changes needed)
    - remove quilt dependency
    - change debhelper dependency to 7.0.50~
  * debian/rules:
    - install docs/changelog.rst instead of CHANGELOG
    - remove explicit patching

 -- Jan Dittberner <jandd@debian.org>  Sun, 04 Jul 2010 14:32:13 +0200

migrate (0.5.4-3) unstable; urgency=low

  * switch to dh7
  * debian/control:
    - Build-Depends: increase minimum debhelper version to 7.0.50
    - add ${misc:Depends} to python-migrate's Depends
    - remove XB-Python-Version
  * add debian/install.tmpl:
    - used as base for generating debian/install
  * debian/compat:
    - 5 -> 7
  * debian/rules:
    - change handling of .egg-info (Closes: #552921)
    - move all customizations to override_dh_* rules
    - generate debian/install to install template files

 -- Jan Dittberner <jandd@debian.org>  Thu, 29 Oct 2009 12:40:14 +0100

migrate (0.5.4-2) unstable; urgency=low

  * debian/control:
    - use Debian email address
    - bump Standards-Version to 3.8.3 (no changes needed)
    - add quilt to Build-Depends
    - add python-decorator to Build-Depends indep to fix documentation build
  * debian/copyright:
    - add Domen Kožar to upstream authors
    - update upstream URL
    - use Debian email address
  * add debian/patches/keep_empty_modules.patch to prevent python-
    support from deleting the required empty __init__.py files in the
    templates module (Closes: #549488)
  * add debian/README.source to document quilt usage
  * debian/rules: add quilt macros

 -- Jan Dittberner <jandd@debian.org>  Sat, 03 Oct 2009 21:37:20 +0200

migrate (0.5.4-1) unstable; urgency=low

  * New upstream version
  * debian/control: add python-decorator dependency

 -- Jan Dittberner <jan@dittberner.info>  Sun, 07 Jun 2009 15:50:29 +0200

migrate (0.5.3-1) unstable; urgency=low

  * New upstream version
  * don't compress .js files to make search in html docs possible
  * switch to python-support
  * debian/copyright: update copyright years of upstream and Debian
    packaging
  * debian/control:
    - update Standards-Version to 3.8.1 (no changes needed)
    - build depend on python-sphinx >= 0.6.1
    - build depends on python (>= 2.5.4-1~), drop python-all-dev
      dependency, no need to build for all versions
    - remove python-central dependency
    - add python-sqlalchemy to build-depends-indep to allow the build
      of complete API docs
    - make python-migrate depend on libjs-jquery instead of
      python-sphinx at installation time
  * debian/rules:
    - add --no-compile --install-layout=deb
    - use py_libdir macro from python.mk instead of hardcoded paths
    - only build for default Python version
    - link to jquery.js from libjs-jquery

 -- Jan Dittberner <jan@dittberner.info>  Fri, 10 Apr 2009 18:01:29 +0200

migrate (0.5.2-1) unstable; urgency=low

  * New upstream version
  * debian/rules: adapt to upstream changes (rename .static to _static
    when building docs)

 -- Jan Dittberner <jan@dittberner.info>  Wed, 18 Feb 2009 22:54:31 +0100

migrate (0.5.1.2-1) experimental; urgency=low

  * New upstream version 
  * remove debian/patches/disable_py.dpatch because py is not used by
    upstream anymore
  * remove unused debian/patches/00dpatch.conf and debian/patches/00list
  * debian/rules:
    - remove dpatch support because it's not needed
    - build sphinx documentation in html
    - don't compress .rst files
  * debian/dirs:
    - remove docs suffix from /usr/share/doc/python-migrate
  * debian/control:
    - remove dpatch from Build-Depends
    - remove python-docutils from Build-Depends-Indep
    - add python-sphinx to Build-Depends-Indep and Depends
    - bump python-sqlalchemy's minimum required version
  * add debian/migrate-repository repository migration script
  * add debian/migrate-repository.1 man page for migrate-repository
  * remove debian/README.source because of dpatch removal

 -- Jan Dittberner <jan@dittberner.info>  Sat, 07 Feb 2009 23:13:31 +0100

migrate (0.4.5-2) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Jan Dittberner ]
  * debian/control
    - improved description
    - depend on SQLAlchemy << 0.5~

 -- Jan Dittberner <jan@dittberner.info>  Fri, 09 Jan 2009 23:35:11 +0100

migrate (0.4.5-1) unstable; urgency=low

  * New upstream version
  * debian/control
    + updated Standards-Version to 3.8.0
    + add python-codespeak-lib to Depends to avoid pkg_resources warnings
  * debian/README.source file added

 -- Jan Dittberner <jan@dittberner.info>  Wed, 23 Jul 2008 22:12:53 +0200

migrate (0.4.4-1) unstable; urgency=low

  * New upstream release

 -- Jan Dittberner <jan@dittberner.info>  Fri, 04 Apr 2008 23:12:39 +0200

migrate (0.4.3-1) unstable; urgency=low

  * New upstream release
  * doc-base Section changed to Programming/Python

 -- Jan Dittberner <jan@dittberner.info>  Fri, 28 Mar 2008 20:10:27 +0100

migrate (0.4.2-2) unstable; urgency=low

  * Change Depends: in debian/control to use python-pkg-resources at
    runtime instead of python-setuptools (Closes: #468723)

 -- Jan Dittberner <jan@dittberner.info>  Sun, 02 Mar 2008 21:16:42 +0100

migrate (0.4.2-1) unstable; urgency=medium

  [ Jan Dittberner ]
  * New upstream release
  * debian/watch changed due to renamed upstream source archive
  * changed debian/rules to use the new .egg-info name

  [ Piotr Ożarowski ]
  * Add disable_py patch to prevent downloading "Py" Egg
    + python-codespeak-lib and dpatch added to Build-Depends
  * remove usr/lib *after* calling dh_pycentral
  * Install ez_install free (i.e. working) /usr/bin/migrate script

 -- Jan Dittberner <jan@dittberner.info>  Tue, 19 Feb 2008 19:45:35 +0100

migrate (0.4.1-1) unstable; urgency=medium

  * New upstream release (Closes: #464413)
  * incorporate upstream copyright changes
  * add Homepage, Vcs-Browser and Vcs-Svn fields to debian/control
  * don't depend on fixed revision numbers
  * update policy version to 3.7.3
  * depend on python-sqlalchemy (>= 0.3.10)
  * add Debian Python Modules Team to Uploaders
  * use default Python version in /usr/bin/migrate's hashbang
  * add python-setuptools to Depends

 -- Jan Dittberner <jan@dittberner.info>  Sat, 16 Feb 2008 12:38:56 +0100

migrate (0.2.2-1) unstable; urgency=low

  * Initial release (Closes: #400570)

 -- Jan Dittberner <jan@dittberner.info>  Mon, 25 Dec 2006 13:50:22 +0100

