[Python-modules-commits] r26975 - in packages/flask-migrate/tags (8 files)

toabctl at users.alioth.debian.org toabctl at users.alioth.debian.org
Fri Jan 3 10:08:56 UTC 2014


    Date: Friday, January 3, 2014 @ 10:08:55
  Author: toabctl
Revision: 26975

[svn-buildpackage] Tagging flask-migrate 1.1.0-1

Added:
  packages/flask-migrate/tags/1.1.0-1/
  packages/flask-migrate/tags/1.1.0-1/debian/changelog
    (from rev 26974, packages/flask-migrate/trunk/debian/changelog)
  packages/flask-migrate/tags/1.1.0-1/debian/control
    (from rev 26973, packages/flask-migrate/trunk/debian/control)
  packages/flask-migrate/tags/1.1.0-1/debian/rules
    (from rev 26973, packages/flask-migrate/trunk/debian/rules)
Deleted:
  packages/flask-migrate/tags/1.1.0-1/debian/changelog
  packages/flask-migrate/tags/1.1.0-1/debian/control
  packages/flask-migrate/tags/1.1.0-1/debian/py3dist-overrides
  packages/flask-migrate/tags/1.1.0-1/debian/rules

Deleted: packages/flask-migrate/tags/1.1.0-1/debian/changelog
===================================================================
--- packages/flask-migrate/trunk/debian/changelog	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/tags/1.1.0-1/debian/changelog	2014-01-03 10:08:55 UTC (rev 26975)
@@ -1,5 +0,0 @@
-flask-migrate (1.1.0-1) UNRELEASED; urgency=medium
-
-  * Initial release.
-
- -- Thomas Bechtold <toabctl at debian.org>  Fri, 03 Jan 2014 06:36:35 +0100

Copied: packages/flask-migrate/tags/1.1.0-1/debian/changelog (from rev 26974, packages/flask-migrate/trunk/debian/changelog)
===================================================================
--- packages/flask-migrate/tags/1.1.0-1/debian/changelog	                        (rev 0)
+++ packages/flask-migrate/tags/1.1.0-1/debian/changelog	2014-01-03 10:08:55 UTC (rev 26975)
@@ -0,0 +1,5 @@
+flask-migrate (1.1.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #734040).
+
+ -- Thomas Bechtold <toabctl at debian.org>  Fri, 03 Jan 2014 11:05:04 +0100

Deleted: packages/flask-migrate/tags/1.1.0-1/debian/control
===================================================================
--- packages/flask-migrate/trunk/debian/control	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/tags/1.1.0-1/debian/control	2014-01-03 10:08:55 UTC (rev 26975)
@@ -1,42 +0,0 @@
-Source: flask-migrate
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Thomas Bechtold <toabctl at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all (>= 2.6.6-3),
- python-setuptools,
- python3-all,
- python3-setuptools,
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
-Standards-Version: 3.9.5
-Homepage: https://pypi.python.org/pypi/Flask-Migrate
-
-Package: python-flask-migrate
-Architecture: all
-Depends:
- ${misc:Depends}, 
- ${python:Depends},
- alembic (>= 0.6),
-Description: SQLAlchemy database migrations for Flask applications using Alembic
- Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask
- applications using Alembic. The database operations are provided as command line
- arguments for Flask-Script.
- .
- This package contains the python2 module.
-
-Package: python3-flask-migrate
-Architecture: all
-Depends:
- ${misc:Depends}, 
- ${python3:Depends},
- alembic (>= 0.6),
-Description: SQLAlchemy database migrations for Flask applications using Alembic
-  Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask
- applications using Alembic. The database operations are provided as command line
- arguments for Flask-Script.
- .
- This package contains the python3 module.

Copied: packages/flask-migrate/tags/1.1.0-1/debian/control (from rev 26973, packages/flask-migrate/trunk/debian/control)
===================================================================
--- packages/flask-migrate/tags/1.1.0-1/debian/control	                        (rev 0)
+++ packages/flask-migrate/tags/1.1.0-1/debian/control	2014-01-03 10:08:55 UTC (rev 26975)
@@ -0,0 +1,24 @@
+Source: flask-migrate
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Thomas Bechtold <toabctl at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-setuptools,
+X-Python-Version: >= 2.7
+Standards-Version: 3.9.5
+Homepage: https://pypi.python.org/pypi/Flask-Migrate
+
+Package: python-flask-migrate
+Architecture: all
+Depends:
+ ${misc:Depends}, 
+ ${python:Depends},
+ alembic (>= 0.6),
+Description: SQLAlchemy database migrations for Flask applications using Alembic
+ Flask-Migrate is an extension that handles SQLAlchemy database migrations for
+ Flask applications using Alembic. The database operations are provided as
+ command line arguments for Flask-Script.

Deleted: packages/flask-migrate/tags/1.1.0-1/debian/py3dist-overrides
===================================================================
--- packages/flask-migrate/trunk/debian/py3dist-overrides	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/tags/1.1.0-1/debian/py3dist-overrides	2014-01-03 10:08:55 UTC (rev 26975)
@@ -1 +0,0 @@
-alembic alembic

Deleted: packages/flask-migrate/tags/1.1.0-1/debian/rules
===================================================================
--- packages/flask-migrate/trunk/debian/rules	2014-01-03 09:35:43 UTC (rev 26971)
+++ packages/flask-migrate/tags/1.1.0-1/debian/rules	2014-01-03 10:08:55 UTC (rev 26975)
@@ -1,15 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-export PYBUILD_NAME=flask-migrate
-
-%:
-	dh $@ --with python2,python3 --buildsystem=pybuild
-
-# disable test suite for now because tests/ dir is not included in tarball
-# see https://github.com/miguelgrinberg/Flask-Migrate/issues/14
-override_dh_auto_test:
-

Copied: packages/flask-migrate/tags/1.1.0-1/debian/rules (from rev 26973, packages/flask-migrate/trunk/debian/rules)
===================================================================
--- packages/flask-migrate/tags/1.1.0-1/debian/rules	                        (rev 0)
+++ packages/flask-migrate/tags/1.1.0-1/debian/rules	2014-01-03 10:08:55 UTC (rev 26975)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=flask-migrate
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_configure:
+	dh_auto_configure
+	chmod a-x flask_migrate/templates/flask/README
+	chmod a-x flask_migrate/templates/flask/script.py.mako
+
+# disable test suite for now because tests/ dir is not included in tarball
+# see https://github.com/miguelgrinberg/Flask-Migrate/issues/14
+override_dh_auto_test:
+




More information about the Python-modules-commits mailing list