[Python-modules-commits] r4555 - in packages/migrate/trunk (13 files)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Sat Feb 16 20:35:05 UTC 2008


    Date: Saturday, February 16, 2008 @ 20:35:04
  Author: jandd-guest
Revision: 4555

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/migrate/trunk/debian/
  packages/migrate/trunk/debian/changelog
  packages/migrate/trunk/debian/compat
  packages/migrate/trunk/debian/control
  packages/migrate/trunk/debian/copyright
  packages/migrate/trunk/debian/dirs
  packages/migrate/trunk/debian/doc-base
  packages/migrate/trunk/debian/docs
  packages/migrate/trunk/debian/manpages
  packages/migrate/trunk/debian/migrate.1
  packages/migrate/trunk/debian/pycompat
  packages/migrate/trunk/debian/rules
  packages/migrate/trunk/debian/watch


Property changes on: packages/migrate/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog	                        (rev 0)
+++ packages/migrate/trunk/debian/changelog	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1,17 @@
+migrate (0.4.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #464413)
+  * incorporate upstream copyright changes
+  * add Homepage field to debian/control
+  * don't depend on fixed revision numbers
+  * update policy version to 3.7.3
+  * depend on python-sqlalchemy (>= 0.3.10)
+
+ -- 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/trunk/debian/compat
===================================================================
--- packages/migrate/trunk/debian/compat	                        (rev 0)
+++ packages/migrate/trunk/debian/compat	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1 @@
+5

Added: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	                        (rev 0)
+++ packages/migrate/trunk/debian/control	2008-02-16 20:35:04 UTC (rev 4555)
@@ -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)
+Build-Depends-Indep: python (>= 2.4), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-docutils
+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)
+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/trunk/debian/copyright
===================================================================
--- packages/migrate/trunk/debian/copyright	                        (rev 0)
+++ packages/migrate/trunk/debian/copyright	2008-02-16 20:35:04 UTC (rev 4555)
@@ -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/trunk/debian/dirs
===================================================================
--- packages/migrate/trunk/debian/dirs	                        (rev 0)
+++ packages/migrate/trunk/debian/dirs	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1 @@
+/usr/share/doc/python-migrate/docs

Added: packages/migrate/trunk/debian/doc-base
===================================================================
--- packages/migrate/trunk/debian/doc-base	                        (rev 0)
+++ packages/migrate/trunk/debian/doc-base	2008-02-16 20:35:04 UTC (rev 4555)
@@ -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: Apps/Programming
+
+Format: HTML
+Index: /usr/share/doc/python-migrate/docs/index.html
+Files: /usr/share/doc/python-migrate/docs/*.html

Added: packages/migrate/trunk/debian/docs
===================================================================
--- packages/migrate/trunk/debian/docs	                        (rev 0)
+++ packages/migrate/trunk/debian/docs	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1 @@
+README

Added: packages/migrate/trunk/debian/manpages
===================================================================
--- packages/migrate/trunk/debian/manpages	                        (rev 0)
+++ packages/migrate/trunk/debian/manpages	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1 @@
+debian/migrate.1

Added: packages/migrate/trunk/debian/migrate.1
===================================================================
--- packages/migrate/trunk/debian/migrate.1	                        (rev 0)
+++ packages/migrate/trunk/debian/migrate.1	2008-02-16 20:35:04 UTC (rev 4555)
@@ -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/trunk/debian/pycompat
===================================================================
--- packages/migrate/trunk/debian/pycompat	                        (rev 0)
+++ packages/migrate/trunk/debian/pycompat	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1 @@
+2

Added: packages/migrate/trunk/debian/rules
===================================================================
--- packages/migrate/trunk/debian/rules	                        (rev 0)
+++ packages/migrate/trunk/debian/rules	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+	| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+PYVERS=$(shell pyversions -vr)
+DOCS=$(shell find docs/ -name "*.rst" -printf "%p "| sed "s/.rst//g")
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-*
+	rm -rf dist build
+	find . -name *\.py[co] -exec rm {} \;
+	rm -f docs/reference.txt
+	dh_clean
+
+build: build-indep build-stamp
+build-stamp: $(PYVERS:%=build-python%)
+	touch $@
+build-python%:
+	python$* setup.py build
+	touch $@
+
+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/migrate-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+	   debian/python-migrate/usr/lib/python$*/site-packages/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
+	rm -rf debian/python-migrate/usr/lib
+
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i CHANGELOG
+	dh_installdocs -i
+	dh_installman -i
+	dh_pycentral -i
+	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 configure


Property changes on: packages/migrate/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/migrate/trunk/debian/watch
===================================================================
--- packages/migrate/trunk/debian/watch	                        (rev 0)
+++ packages/migrate/trunk/debian/watch	2008-02-16 20:35:04 UTC (rev 4555)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/s/sqlalchemy-migrate/ migrate-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list