[Python-modules-commits] r13783 - in packages/migrate/branches/pre0.6-exp/debian (4 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Sun Jul 4 12:30:07 UTC 2010
Date: Sunday, July 4, 2010 @ 12:29:56
Author: jandd
Revision: 13783
* 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
Modified:
packages/migrate/branches/pre0.6-exp/debian/changelog
packages/migrate/branches/pre0.6-exp/debian/control
packages/migrate/branches/pre0.6-exp/debian/rules
packages/migrate/branches/pre0.6-exp/debian/source/format
Modified: packages/migrate/branches/pre0.6-exp/debian/changelog
===================================================================
--- packages/migrate/branches/pre0.6-exp/debian/changelog 2010-07-04 12:26:34 UTC (rev 13782)
+++ packages/migrate/branches/pre0.6-exp/debian/changelog 2010-07-04 12:29:56 UTC (rev 13783)
@@ -1,3 +1,19 @@
+migrate (0.6~hg221-1) UNRELEASED; 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 at debian.org> Sun, 04 Jul 2010 13:57:09 +0200
+
migrate (0.5.4-3) unstable; urgency=low
* switch to dh7
Modified: packages/migrate/branches/pre0.6-exp/debian/control
===================================================================
--- packages/migrate/branches/pre0.6-exp/debian/control 2010-07-04 12:26:34 UTC (rev 13782)
+++ packages/migrate/branches/pre0.6-exp/debian/control 2010-07-04 12:29:56 UTC (rev 13783)
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Jan Dittberner <jandd at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt
+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.8.3
+Standards-Version: 3.9.0
XS-Python-Version: >= 2.4
Homepage: http://code.google.com/p/sqlalchemy-migrate/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
Modified: packages/migrate/branches/pre0.6-exp/debian/rules
===================================================================
--- packages/migrate/branches/pre0.6-exp/debian/rules 2010-07-04 12:26:34 UTC (rev 13782)
+++ packages/migrate/branches/pre0.6-exp/debian/rules 2010-07-04 12:29:56 UTC (rev 13783)
@@ -9,7 +9,7 @@
PYLIBDIR=$(call py_libdir,$(shell pyversions -d))
%:
- dh --with quilt $@
+ dh $@
override_dh_auto_clean:
rm -rf dist build
@@ -42,7 +42,7 @@
chmod +x debian/python-migrate$(PYLIBDIR)/migrate/versioning/templates/manage.py_tmpl
override_dh_installchangelogs:
- dh_installchangelogs -i CHANGELOG
+ dh_installchangelogs -i docs/changelog.rst
override_dh_compress:
dh_compress -i -X.py -X.rst -X.js
Modified: packages/migrate/branches/pre0.6-exp/debian/source/format
===================================================================
--- packages/migrate/branches/pre0.6-exp/debian/source/format 2010-07-04 12:26:34 UTC (rev 13782)
+++ packages/migrate/branches/pre0.6-exp/debian/source/format 2010-07-04 12:29:56 UTC (rev 13783)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list