[Python-modules-commits] r25329 - in packages/sqlparse/trunk/debian (changelog control)

jollyroger-guest at users.alioth.debian.org jollyroger-guest at users.alioth.debian.org
Thu Aug 1 12:50:06 UTC 2013


    Date: Thursday, August 1, 2013 @ 12:50:04
  Author: jollyroger-guest
Revision: 25329

Fix bug #717972 by introducing replaces/breaks relation between packages.

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

Modified: packages/sqlparse/trunk/debian/changelog
===================================================================
--- packages/sqlparse/trunk/debian/changelog	2013-08-01 11:57:53 UTC (rev 25328)
+++ packages/sqlparse/trunk/debian/changelog	2013-08-01 12:50:04 UTC (rev 25329)
@@ -1,6 +1,8 @@
 sqlparse (0.1.6-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
+  * Add replaces/breaks relation to make separate sqlparse upgrade smoothly
+    (Closes: #717972)
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:03 +0200
 

Modified: packages/sqlparse/trunk/debian/control
===================================================================
--- packages/sqlparse/trunk/debian/control	2013-08-01 11:57:53 UTC (rev 25328)
+++ packages/sqlparse/trunk/debian/control	2013-08-01 12:50:04 UTC (rev 25329)
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Breaks: ${python:Breaks}
-Suggests: python-sqlparse-doc
+Suggests: python-sqlparse-doc (>= 0.1.6-1)
 Description: non-validating SQL parser for Python
  Sqlparse is a library which provides support for parsing, splitting and 
  customizable formatting of SQL statements in Python environment. 
@@ -28,7 +28,7 @@
 Package: python3-sqlparse
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python-sqlparse-doc
+Suggests: python-sqlparse-doc (>= 0.1.6-1)
 Description: non-validating SQL parser for Python
  Sqlparse is a library which provides support for parsing, splitting and 
  customizable formatting of SQL statements in Python environment. 
@@ -41,6 +41,8 @@
 Package: python-sqlparse-doc
 Architecture: all
 Section: doc
+Replaces: python-sqlparse(<< 0.1.6-1)
+Breaks: python-sqlparse (<< 0.1.6-1)
 Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 Description: non-validating SQL parser for Python
  Sqlparse is a library which provides support for parsing, splitting and 




More information about the Python-modules-commits mailing list