[Python-apps-commits] r12583 - in packages/pyflakes/trunk/debian (changelog control)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Nov 9 16:11:41 UTC 2015


    Date: Monday, November 9, 2015 @ 16:11:39
  Author: barry
Revision: 12583

d/control: Add the proper Replaces/Breaks to handle post-binary
package split upgrades.  (Closes: #804319)

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

Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog	2015-11-09 08:32:21 UTC (rev 12582)
+++ packages/pyflakes/trunk/debian/changelog	2015-11-09 16:11:39 UTC (rev 12583)
@@ -1,7 +1,14 @@
+pyflakes (1.0.0-3) UNRELEASED; urgency=medium
+
+  * d/control: Add the proper Replaces/Breaks to handle post-binary
+    package split upgrades.  (Closes: #804319)
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 09 Nov 2015 10:59:11 -0500
+
 pyflakes (1.0.0-2) unstable; urgency=medium
 
   [ Robert Bruce Park ]
-  * Split pyflakes binary package library and cli packages.  
+  * Split pyflakes binary package library and cli packages.
     (Closes: #726732)
   * d/control:
     - Add pyflakes Depends on python3-pyflakes.
@@ -282,7 +289,7 @@
   * debian/copyright:
     + Rewrite to match new proposed Copyright format.
   * debian/compat: Set to 5.
-  
+
  -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Sun, 09 Dec 2007 00:42:09 +0530
 
 pyflakes (0.2.1-2) unstable; urgency=low
@@ -301,7 +308,7 @@
 
   * New upstream release
   * Changed Section to python
-	
+
  -- Andrew Mitchell <ajmitch at ubuntu.com>  Thu, 13 Oct 2005 02:37:05 +1300
 
 pyflakes (0.2.0-0ubuntu1) breezy; urgency=low
@@ -309,4 +316,3 @@
   * Initial release
 
  -- Andrew Mitchell <ajmitch at ubuntu.com>  Fri, 30 Sep 2005 00:54:25 +1200
-

Modified: packages/pyflakes/trunk/debian/control
===================================================================
--- packages/pyflakes/trunk/debian/control	2015-11-09 08:32:21 UTC (rev 12582)
+++ packages/pyflakes/trunk/debian/control	2015-11-09 16:11:39 UTC (rev 12583)
@@ -22,8 +22,8 @@
 
 Package: pyflakes
 Architecture: all
-Depends: python-pyflakes,
-         python3-pyflakes,
+Depends: python-pyflakes (>= 1.0.0-2),
+         python3-pyflakes (>= 1.0.0-2),
          ${misc:Depends},
          ${python3:Depends},
          ${python:Depends}
@@ -37,6 +37,8 @@
 
 Package: python-pyflakes
 Architecture: all
+Replaces: pyflakes (<< 1.0.0-2~)
+Breaks: pyflakes (<< 1.0.0-2~)
 Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
 Description: passive checker of Python 2 programs
  Pyflakes is program to analyze Python programs and detect various
@@ -48,6 +50,8 @@
 
 Package: python3-pyflakes
 Architecture: all
+Replaces: pyflakes (<< 1.0.0-2~)
+Breaks: pyflakes (<< 1.0.0-2~)
 Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
 Description: passive checker of Python 3 programs
  Pyflakes is program to analyze Python programs and detect various




More information about the Python-apps-commits mailing list