[Python-modules-commits] r13705 - in packages/utidylib/trunk/debian (changelog control)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Tue Jun 29 08:43:19 UTC 2010


    Date: Tuesday, June 29, 2010 @ 08:43:16
  Author: nijel
Revision: 13705

Replace Conflicts with Breaks for older package versions.

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

Modified: packages/utidylib/trunk/debian/changelog
===================================================================
--- packages/utidylib/trunk/debian/changelog	2010-06-29 08:41:11 UTC (rev 13704)
+++ packages/utidylib/trunk/debian/changelog	2010-06-29 08:43:16 UTC (rev 13705)
@@ -1,9 +1,10 @@
 utidylib (0.2-5) unstable; urgency=low
 
   * Fix handling of pointer on 64-bit (LP: #307000).
+  * Replace Conflicts with Breaks for older package versions.
   * Bump standards to 3.9.0.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 29 Jun 2010 10:40:58 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Tue, 29 Jun 2010 10:42:50 +0200
 
 utidylib (0.2-4) unstable; urgency=low
 

Modified: packages/utidylib/trunk/debian/control
===================================================================
--- packages/utidylib/trunk/debian/control	2010-06-29 08:41:11 UTC (rev 13704)
+++ packages/utidylib/trunk/debian/control	2010-06-29 08:43:16 UTC (rev 13705)
@@ -15,7 +15,7 @@
 Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5), libtidy-0.99-0 (>= 20051018)
 Provides: ${python:Provides}
 Replaces: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
-Conflicts: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
+Breaks: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
 XB-Python-Version: ${python:Versions}
 Description: Python wrapper for TidyLib
  Corrects markup in a way compliant with the latest standards, and




More information about the Python-modules-commits mailing list