[Python-modules-commits] r15711 - in packages/pyfltk/trunk/debian (changelog control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Mon Feb 14 22:19:57 UTC 2011


    Date: Monday, February 14, 2011 @ 22:19:50
  Author: dktrkranz
Revision: 15711

Drop Conflicts/Replaces fields

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

Modified: packages/pyfltk/trunk/debian/changelog
===================================================================
--- packages/pyfltk/trunk/debian/changelog	2011-02-14 21:17:23 UTC (rev 15710)
+++ packages/pyfltk/trunk/debian/changelog	2011-02-14 22:19:50 UTC (rev 15711)
@@ -7,6 +7,7 @@
     - increased python version to (>=2.6.6-3).
     - use X-P-V and increase to >=2.6
     - removed dummy package stanza's.
+    - drop Conflicts/Replaces fields.
   * debian/rules
     - added "--with python2".
   * Removed debian/pyversions as it is no longer needed.

Modified: packages/pyfltk/trunk/debian/control
===================================================================
--- packages/pyfltk/trunk/debian/control	2011-02-14 21:17:23 UTC (rev 15710)
+++ packages/pyfltk/trunk/debian/control	2011-02-14 22:19:50 UTC (rev 15711)
@@ -15,8 +15,7 @@
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-Conflicts: python-pyfltk (<< 1.1.4-2)
-Replaces: python-pyfltk (<< 1.1.4-2)
+Breaks: ${python:Breaks}
 Description: Python wrapper for the Fast Light Toolkit
  pyFltk provides a Python wrapper for the Fast Light Tool Kit cross-platform
  graphical user-interface library (http://www.fltk.org/).
@@ -28,8 +27,6 @@
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: python-fltk
-Conflicts: python-pyfltk-doc (<< 1.1.4-2)
-Replaces: python-pyfltk-doc (<< 1.1.4-2)
 Description: Documentation for pyFltk
  pyFltk provides a Python wrapper for the Fast Light Tool Kit cross-platform
  graphical user-interface library (http://www.fltk.org/).




More information about the Python-modules-commits mailing list