[Python-modules-commits] r5008 - in packages/migrate/tags (38 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Apr 7 19:54:20 UTC 2008
Date: Monday, April 7, 2008 @ 19:54:19
Author: piotr
Revision: 5008
add missing tags
Added:
packages/migrate/tags/0.4.3-1/
packages/migrate/tags/0.4.3-1/debian/
packages/migrate/tags/0.4.3-1/debian/changelog
packages/migrate/tags/0.4.3-1/debian/compat
packages/migrate/tags/0.4.3-1/debian/control
packages/migrate/tags/0.4.3-1/debian/copyright
packages/migrate/tags/0.4.3-1/debian/dirs
packages/migrate/tags/0.4.3-1/debian/doc-base
packages/migrate/tags/0.4.3-1/debian/docs
packages/migrate/tags/0.4.3-1/debian/manpages
packages/migrate/tags/0.4.3-1/debian/migrate
packages/migrate/tags/0.4.3-1/debian/migrate.1
packages/migrate/tags/0.4.3-1/debian/patches/
packages/migrate/tags/0.4.3-1/debian/patches/00dpatch.conf
packages/migrate/tags/0.4.3-1/debian/patches/00list
packages/migrate/tags/0.4.3-1/debian/patches/disable_py.dpatch
packages/migrate/tags/0.4.3-1/debian/pycompat
packages/migrate/tags/0.4.3-1/debian/rules
packages/migrate/tags/0.4.3-1/debian/watch
packages/migrate/tags/0.4.4-1/
packages/migrate/tags/0.4.4-1/debian/
packages/migrate/tags/0.4.4-1/debian/changelog
packages/migrate/tags/0.4.4-1/debian/compat
packages/migrate/tags/0.4.4-1/debian/control
packages/migrate/tags/0.4.4-1/debian/copyright
packages/migrate/tags/0.4.4-1/debian/dirs
packages/migrate/tags/0.4.4-1/debian/doc-base
packages/migrate/tags/0.4.4-1/debian/docs
packages/migrate/tags/0.4.4-1/debian/manpages
packages/migrate/tags/0.4.4-1/debian/migrate
packages/migrate/tags/0.4.4-1/debian/migrate.1
packages/migrate/tags/0.4.4-1/debian/patches/
packages/migrate/tags/0.4.4-1/debian/patches/00dpatch.conf
packages/migrate/tags/0.4.4-1/debian/patches/00list
packages/migrate/tags/0.4.4-1/debian/patches/disable_py.dpatch
packages/migrate/tags/0.4.4-1/debian/pycompat
packages/migrate/tags/0.4.4-1/debian/rules
packages/migrate/tags/0.4.4-1/debian/watch
Property changes on: packages/migrate/tags/0.4.3-1/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/migrate/tags/0.4.3-1/debian/changelog
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/changelog (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/changelog 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,49 @@
+migrate (0.4.3-1) unstable; urgency=low
+
+ * New upstream release
+ * doc-base Section changed to Programming/Python
+
+ -- Jan Dittberner <jan at 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 at 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 at 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 at 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 at dittberner.info> Mon, 25 Dec 2006 13:50:22 +0100
+
Added: packages/migrate/tags/0.4.3-1/debian/compat
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/compat (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/compat 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+5
Added: packages/migrate/tags/0.4.3-1/debian/control
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/control (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/control 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,20 @@
+Source: migrate
+Section: python
+Priority: optional
+Maintainer: Jan Dittberner <jan at dittberner.info>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.38), dpatch
+Build-Depends-Indep: python (>= 2.4), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-docutils, python-codespeak-lib
+Standards-Version: 3.7.3
+XS-Python-Version: >= 2.4
+Homepage: http://code.google.com/p/sqlalchemy-migrate/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/migrate/trunk/?op=log
+
+Package: python-migrate
+Architecture: all
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10), python-pkg-resources
+XB-Python-Version: ${python:Versions}
+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.
Added: packages/migrate/tags/0.4.3-1/debian/copyright
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/copyright (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/copyright 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,36 @@
+This package was debianized by Jan Dittberner <jan at dittberner.info> on
+Mon, 25 Dec 2006 14:50:56 +0100.
+
+It was downloaded from
+http://sqlalchemy-migrate.googlecode.com/files/migrate-0.4.1.tar.gz
+
+Copyright Holder: Evan Rosson <evan.rosson at gmail.com>
+
+This software is Copyright 2006 by Evan Rosson,
+Copyright 2007, 2008 Jan Dittberner, Christian Simms
+
+License: MIT License
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is Copyright 2006-2008, Jan Dittberner
+<jan at dittberner.info> and is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
Added: packages/migrate/tags/0.4.3-1/debian/dirs
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/dirs (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/dirs 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+/usr/share/doc/python-migrate/docs
Added: packages/migrate/tags/0.4.3-1/debian/doc-base
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/doc-base (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/doc-base 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,9 @@
+Document: python-migrate
+Title: Python migrate documentation
+Author: Evan Rosson, Jan Dittberner
+Abstract: Python migrate brings database schema migration for SQLAlchemy
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-migrate/docs/index.html
+Files: /usr/share/doc/python-migrate/docs/*.html
Added: packages/migrate/tags/0.4.3-1/debian/docs
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/docs (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/docs 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+README
Added: packages/migrate/tags/0.4.3-1/debian/manpages
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/manpages (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/manpages 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+debian/migrate.1
Added: packages/migrate/tags/0.4.3-1/debian/migrate
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/migrate (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/migrate 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+import sys
+
+from migrate.versioning.shell import main
+
+sys.exit(main())
Added: packages/migrate/tags/0.4.3-1/debian/migrate.1
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/migrate.1 (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/migrate.1 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,22 @@
+.\" Hey, EMACS: -*- nroff -*-
+.TH MIGRATE 1 "2006-12-25"
+.SH NAME
+migrate \- Database schema migration for SQLAlchemy
+.SH DESCRIPTION
+migrate provides database schema migration for SQLAlchemy. The migrate command
+is used to work with database schema revisions.
+
+All documentation for
+.B migrate
+is available in HTML format under /usr/share/doc/python-migrate.
+.SH SEE ALSO
+migrate's homepage at
+.B
+http://code.google.com/p/sqlalchemy-migrate/
+.SH AUTHOR
+migrate was written by Evan Rosson <evan.rosson at gmail.com>. The
+package was taken over by a group of volunteers when Evan had no free
+time for maintaining it.
+.PP
+This manual page was written by Jan Dittberner <jan at dittberner.info>,
+for the Debian project (but may be used by others).
Added: packages/migrate/tags/0.4.3-1/debian/patches/00dpatch.conf
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/patches/00dpatch.conf (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/patches/00dpatch.conf 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs
Added: packages/migrate/tags/0.4.3-1/debian/patches/00list
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/patches/00list (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/patches/00list 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+disable_py.dpatch
Added: packages/migrate/tags/0.4.3-1/debian/patches/disable_py.dpatch
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/patches/disable_py.dpatch (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/patches/disable_py.dpatch 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,24 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## disable_py.dpatch by <Piotr Ożarowski <piotr at debian.org>>
+##
+## DP: disable downloading "Py" Egg, it's in Build-Depends-Indep
+
+ at DPATCH@
+diff -urNad sqlalchemy-migrate-0.4.2~/setup.py sqlalchemy-migrate-0.4.2/setup.py
+--- sqlalchemy-migrate-0.4.2~/setup.py 2008-02-19 19:59:03.000000000 +0100
++++ sqlalchemy-migrate-0.4.2/setup.py 2008-02-19 23:30:26.000000000 +0100
+@@ -20,10 +20,10 @@
+ """,
+
+ install_requires = ['sqlalchemy >= 0.3.10'],
+- setup_requires = ['py >= 0.9.0-beta'],
+- dependency_links = [
+- "http://codespeak.net/download/py/",
+- ],
++# setup_requires = ['py >= 0.9.0-beta'],
++# dependency_links = [
++# "http://codespeak.net/download/py/",
++# ],
+
+ author = "Evan Rosson",
+ author_email = "evan.rosson at gmail.com",
Added: packages/migrate/tags/0.4.3-1/debian/pycompat
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/pycompat (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/pycompat 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+2
Added: packages/migrate/tags/0.4.3-1/debian/rules
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/rules (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/rules 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+ | sed -rne 's,^Version: ([^-]+).*,\1,p')
+PYVERS=$(shell pyversions -vr)
+DOCS=$(shell find docs/ -name "*.rst" -printf "%p "| sed "s/.rst//g")
+
+include /usr/share/dpatch/dpatch.make
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -rf dist build
+ find . -name '*\.py[co]' -exec rm {} \;
+ rm -f docs/reference.txt
+ dh_clean build-*
+
+build: patch build-indep
+
+build-indep:
+ dh_installdirs -i
+ # install html documentation
+ cp -R docs/theme debian/python-migrate/usr/share/doc/python-migrate/docs/
+ for NAME in $(DOCS); do \
+ rst2html --cloak-email-addresses --no-toc-backlinks "$$NAME.rst" \
+ "debian/python-migrate/usr/share/doc/python-migrate/$$NAME.html"; \
+ done
+ touch $@
+
+install: build $(PYVERS:%=install-python%)
+install-python%:
+ python$* setup.py install \
+ --single-version-externally-managed \
+ --root $(CURDIR)/debian/python-migrate
+ # share Egg dir (remove versions from dirname)
+ mv debian/python-migrate/usr/lib/python$*/site-packages/sqlalchemy_migrate-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+ debian/python-migrate/usr/lib/python$*/site-packages/sqlalchemy_migrate-${DEB_UPSTREAM_VERSION}.egg-info
+ # make lintian happy
+ chmod +x debian/python-migrate/usr/lib/python$*/site-packages/migrate/versioning/templates/manage.py_tmpl
+
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installchangelogs -i CHANGELOG
+ dh_installdocs -i
+ dh_installman -i
+ dh_pycentral -i
+ rm -rf debian/python-migrate/usr/lib
+ dh_install debian/migrate /usr/bin/
+ dh_compress -i -X.py
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install
Added: packages/migrate/tags/0.4.3-1/debian/watch
===================================================================
--- packages/migrate/tags/0.4.3-1/debian/watch (rev 0)
+++ packages/migrate/tags/0.4.3-1/debian/watch 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/s/sqlalchemy-migrate/ sqlalchemy-migrate-(.*)\.tar\.gz
Property changes on: packages/migrate/tags/0.4.4-1/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/migrate/tags/0.4.4-1/debian/changelog
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/changelog (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/changelog 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,55 @@
+migrate (0.4.4-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Jan Dittberner <jan at 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 at 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 at 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 at 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 at 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 at dittberner.info> Mon, 25 Dec 2006 13:50:22 +0100
+
Added: packages/migrate/tags/0.4.4-1/debian/compat
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/compat (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/compat 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+5
Added: packages/migrate/tags/0.4.4-1/debian/control
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/control (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/control 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,20 @@
+Source: migrate
+Section: python
+Priority: optional
+Maintainer: Jan Dittberner <jan at dittberner.info>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.38), dpatch
+Build-Depends-Indep: python (>= 2.4), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-docutils, python-codespeak-lib
+Standards-Version: 3.7.3
+XS-Python-Version: >= 2.4
+Homepage: http://code.google.com/p/sqlalchemy-migrate/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/migrate/trunk/?op=log
+
+Package: python-migrate
+Architecture: all
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10), python-pkg-resources
+XB-Python-Version: ${python:Versions}
+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.
Added: packages/migrate/tags/0.4.4-1/debian/copyright
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/copyright (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/copyright 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,36 @@
+This package was debianized by Jan Dittberner <jan at dittberner.info> on
+Mon, 25 Dec 2006 14:50:56 +0100.
+
+It was downloaded from
+http://sqlalchemy-migrate.googlecode.com/files/migrate-0.4.1.tar.gz
+
+Copyright Holder: Evan Rosson <evan.rosson at gmail.com>
+
+This software is Copyright 2006 by Evan Rosson,
+Copyright 2007, 2008 Jan Dittberner, Christian Simms
+
+License: MIT License
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is Copyright 2006-2008, Jan Dittberner
+<jan at dittberner.info> and is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
Added: packages/migrate/tags/0.4.4-1/debian/dirs
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/dirs (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/dirs 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+/usr/share/doc/python-migrate/docs
Added: packages/migrate/tags/0.4.4-1/debian/doc-base
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/doc-base (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/doc-base 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,9 @@
+Document: python-migrate
+Title: Python migrate documentation
+Author: Evan Rosson, Jan Dittberner
+Abstract: Python migrate brings database schema migration for SQLAlchemy
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-migrate/docs/index.html
+Files: /usr/share/doc/python-migrate/docs/*.html
Added: packages/migrate/tags/0.4.4-1/debian/docs
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/docs (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/docs 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+README
Added: packages/migrate/tags/0.4.4-1/debian/manpages
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/manpages (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/manpages 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+debian/migrate.1
Added: packages/migrate/tags/0.4.4-1/debian/migrate
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/migrate (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/migrate 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+import sys
+
+from migrate.versioning.shell import main
+
+sys.exit(main())
Added: packages/migrate/tags/0.4.4-1/debian/migrate.1
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/migrate.1 (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/migrate.1 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,22 @@
+.\" Hey, EMACS: -*- nroff -*-
+.TH MIGRATE 1 "2006-12-25"
+.SH NAME
+migrate \- Database schema migration for SQLAlchemy
+.SH DESCRIPTION
+migrate provides database schema migration for SQLAlchemy. The migrate command
+is used to work with database schema revisions.
+
+All documentation for
+.B migrate
+is available in HTML format under /usr/share/doc/python-migrate.
+.SH SEE ALSO
+migrate's homepage at
+.B
+http://code.google.com/p/sqlalchemy-migrate/
+.SH AUTHOR
+migrate was written by Evan Rosson <evan.rosson at gmail.com>. The
+package was taken over by a group of volunteers when Evan had no free
+time for maintaining it.
+.PP
+This manual page was written by Jan Dittberner <jan at dittberner.info>,
+for the Debian project (but may be used by others).
Added: packages/migrate/tags/0.4.4-1/debian/patches/00dpatch.conf
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/patches/00dpatch.conf (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/patches/00dpatch.conf 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs
Added: packages/migrate/tags/0.4.4-1/debian/patches/00list
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/patches/00list (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/patches/00list 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+disable_py.dpatch
Added: packages/migrate/tags/0.4.4-1/debian/patches/disable_py.dpatch
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/patches/disable_py.dpatch (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/patches/disable_py.dpatch 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,24 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## disable_py.dpatch by <Piotr Ożarowski <piotr at debian.org>>
+##
+## DP: disable downloading "Py" Egg, it's in Build-Depends-Indep
+
+ at DPATCH@
+diff -urNad sqlalchemy-migrate-0.4.2~/setup.py sqlalchemy-migrate-0.4.2/setup.py
+--- sqlalchemy-migrate-0.4.2~/setup.py 2008-02-19 19:59:03.000000000 +0100
++++ sqlalchemy-migrate-0.4.2/setup.py 2008-02-19 23:30:26.000000000 +0100
+@@ -20,10 +20,10 @@
+ """,
+
+ install_requires = ['sqlalchemy >= 0.3.10'],
+- setup_requires = ['py >= 0.9.0-beta'],
+- dependency_links = [
+- "http://codespeak.net/download/py/",
+- ],
++# setup_requires = ['py >= 0.9.0-beta'],
++# dependency_links = [
++# "http://codespeak.net/download/py/",
++# ],
+
+ author = "Evan Rosson",
+ author_email = "evan.rosson at gmail.com",
Added: packages/migrate/tags/0.4.4-1/debian/pycompat
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/pycompat (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/pycompat 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1 @@
+2
Added: packages/migrate/tags/0.4.4-1/debian/rules
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/rules (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/rules 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+ | sed -rne 's,^Version: ([^-]+).*,\1,p')
+PYVERS=$(shell pyversions -vr)
+DOCS=$(shell find docs/ -name "*.rst" -printf "%p "| sed "s/.rst//g")
+
+include /usr/share/dpatch/dpatch.make
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -rf dist build
+ find . -name '*\.py[co]' -exec rm {} \;
+ rm -f docs/reference.txt
+ dh_clean build-*
+
+build: patch build-indep
+
+build-indep:
+ dh_installdirs -i
+ # install html documentation
+ cp -R docs/theme debian/python-migrate/usr/share/doc/python-migrate/docs/
+ for NAME in $(DOCS); do \
+ rst2html --cloak-email-addresses --no-toc-backlinks "$$NAME.rst" \
+ "debian/python-migrate/usr/share/doc/python-migrate/$$NAME.html"; \
+ done
+ touch $@
+
+install: build $(PYVERS:%=install-python%)
+install-python%:
+ python$* setup.py install \
+ --single-version-externally-managed \
+ --root $(CURDIR)/debian/python-migrate
+ # share Egg dir (remove versions from dirname)
+ mv debian/python-migrate/usr/lib/python$*/site-packages/sqlalchemy_migrate-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+ debian/python-migrate/usr/lib/python$*/site-packages/sqlalchemy_migrate-${DEB_UPSTREAM_VERSION}.egg-info
+ # make lintian happy
+ chmod +x debian/python-migrate/usr/lib/python$*/site-packages/migrate/versioning/templates/manage.py_tmpl
+
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installchangelogs -i CHANGELOG
+ dh_installdocs -i
+ dh_installman -i
+ dh_pycentral -i
+ rm -rf debian/python-migrate/usr/lib
+ dh_install debian/migrate /usr/bin/
+ dh_compress -i -X.py
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install
Property changes on: packages/migrate/tags/0.4.4-1/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/migrate/tags/0.4.4-1/debian/watch
===================================================================
--- packages/migrate/tags/0.4.4-1/debian/watch (rev 0)
+++ packages/migrate/tags/0.4.4-1/debian/watch 2008-04-07 19:54:19 UTC (rev 5008)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/s/sqlalchemy-migrate/ sqlalchemy-migrate-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list