[Python-modules-commits] r22439 - in packages/alembic/trunk/debian (changelog control)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Mon Jul 16 20:31:10 UTC 2012


    Date: Monday, July 16, 2012 @ 20:31:08
  Author: kitterman
Revision: 22439

* Team upload
* Build-depend on python2.6-argparse to support python2.6 tests
 (Closes: #680854)
* Suggest python2.6-argparse as it is needed to run with python2.6, but
  multiple depends require python2.7 to be installed - running with
  python2.6 should be very unusual and pulling in the non-standard argparse
  on all installations for this is not a good thing
* Fix copy/paste error in debian/changelog from previous upload
  - The package only has a python version anyway, so python3-sphinx as a
    build-dep is clearly wrong

Modified:
  packages/alembic/trunk/debian/changelog
  packages/alembic/trunk/debian/control

Modified: packages/alembic/trunk/debian/changelog
===================================================================
--- packages/alembic/trunk/debian/changelog	2012-07-16 19:02:57 UTC (rev 22438)
+++ packages/alembic/trunk/debian/changelog	2012-07-16 20:31:08 UTC (rev 22439)
@@ -1,3 +1,16 @@
+alembic (0.3.4+ds-3) unstable; urgency=low
+
+  * Team upload
+  * Build-depend on python2.6-argparse to support python2.6 tests
+   (Closes: #680854)
+  * Suggest python2.6-argparse as it is needed to run with python2.6, but
+    multiple depends require python2.7 to be installed - running with
+    python2.6 should be very unusual and pulling in the non-standard argparse
+    on all installations for this is not a good thing
+  * Fix copy/paste error in debian/changelog from previous upload
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 16 Jul 2012 15:42:34 -0400
+
 alembic (0.3.4+ds-2) unstable; urgency=low
 
   * Team upload
@@ -3,6 +16,6 @@
   * Drop python3-sphinx as an alternate build-depend to python-sphinx to fix
     FTBFS (Closes: #680855
-    - The package only builds and installs html documentation for the python
-      version anyway, so python3-sphinx as a build-dep is clearly wrong
+    - The package only has a python version anyway, so python3-sphinx as a
+      build-dep is clearly wrong
 
  -- Scott Kitterman <scott at kitterman.com>  Mon, 16 Jul 2012 14:51:28 -0400

Modified: packages/alembic/trunk/debian/control
===================================================================
--- packages/alembic/trunk/debian/control	2012-07-16 19:02:57 UTC (rev 22438)
+++ packages/alembic/trunk/debian/control	2012-07-16 20:31:08 UTC (rev 22439)
@@ -9,13 +9,14 @@
 Homepage: http://www.bitbucket.org/zzzeek/alembic
 Build-Depends: debhelper (>= 8), python-all, python-setuptools,
  python-nose, python-sqlalchemy, python-mako,
- python-sphinx (>= 1.0.7+dfsg)
+ python2.6-argparse, python-sphinx (>= 1.0.7+dfsg)
 
 Package: alembic
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends},
  python-sqlalchemy, python-mako
 Recommends: python-pkg-resources
+Suggests: python2.6-argparse
 Description: lightweight database migration tool for SQLAlchemy
  Alembic is a new database migration tool, written by the author
  of SQLAlchemy. A migration tool offers the following functionality:




More information about the Python-modules-commits mailing list