[Python-modules-commits] r16552 - in packages/pycxx/trunk/debian (control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Apr 16 10:41:41 UTC 2011
Date: Saturday, April 16, 2011 @ 10:41:35
Author: jtaylor-guest
Revision: 16552
debian/control: version breaks
Modified:
packages/pycxx/trunk/debian/control
Modified: packages/pycxx/trunk/debian/control
===================================================================
--- packages/pycxx/trunk/debian/control 2011-04-16 10:28:55 UTC (rev 16551)
+++ packages/pycxx/trunk/debian/control 2011-04-16 10:41:35 UTC (rev 16552)
@@ -14,8 +14,12 @@
Package: python-cxx-dev
Architecture: all
Depends: python-dev, ${misc:Depends}, ${python:Depends}
-Breaks: python-cxx, python2.3-cxx-dev, python2.4-cxx-dev
-Replaces: python-cxx, python2.3-cxx-dev, python2.4-cxx-dev
+Breaks: python-cxx (<< 6.2.3~),
+ python2.3-cxx-dev (<< 6.2.3~),
+ python2.4-cxx-dev (<< 6.2.3~)
+Replaces: python-cxx (<< 6.2.3~),
+ python2.3-cxx-dev (<< 6.2.3~),
+ python2.4-cxx-dev (<< 6.2.3~)
Provides: python-cxx
Description: A Set of facilities to extend Python with C++
PyCXX is a set of C++ facilities to make it easier to write Python
@@ -27,8 +31,8 @@
Package: python3-cxx-dev
Architecture: all
Depends: python3-dev, ${misc:Depends}, ${python3:Depends}
-Breaks: python3-cxx
-Replaces: python3-cxx
+Breaks: python3-cxx (<< 6.2.3~)
+Replaces: python3-cxx (<< 6.2.3~)
Provides: python3-cxx
Description: A Set of facilities to extend Python3 with C++
PyCXX is a set of C++ facilities to make it easier to write Python
More information about the Python-modules-commits
mailing list