diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-25 01:06:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-25 01:06:07 -0600 |
commit | 61a6392e76ea4ba5531c9501ac919b7e0b249fd6 (patch) | |
tree | 6c0139d8983835dfb555e08f58c75526f018adc3 /ubuntu/maverick/dependencies/python-tqt/debian/control | |
parent | b27cf9b441a01aad2c8457b4d5b30039ddcf3084 (diff) | |
download | tde-packaging-61a6392e76ea4ba5531c9501ac919b7e0b249fd6.tar.gz tde-packaging-61a6392e76ea4ba5531c9501ac919b7e0b249fd6.zip |
Update Debian and Ubuntu Breaks and Replaces fields
Diffstat (limited to 'ubuntu/maverick/dependencies/python-tqt/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/python-tqt/debian/control | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/control b/ubuntu/maverick/dependencies/python-tqt/debian/control index dffd4d77c..71f586675 100644 --- a/ubuntu/maverick/dependencies/python-tqt/debian/control +++ b/ubuntu/maverick/dependencies/python-tqt/debian/control @@ -10,6 +10,8 @@ Standards-Version: 3.8.4 Package: python-tqt Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${sip:Depends}, ${misc:Depends} +Replaces: python-tqt (<< 4:14.0.0) +Breaks: python-tqt (<< 4:14.0.0) Suggests: python-tqt-gl, python-tqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql Provides: ${python:Provides} Description: TQt bindings for Python @@ -25,6 +27,8 @@ Description: TQt bindings for Python Package: python-tqt-dbg Architecture: any Priority: extra +Replaces: python-tqt-dbg (<< 4:14.0.0) +Breaks: python-tqt-dbg (<< 4:14.0.0) Section: debug Depends: ${shlibs:Depends}, python-dbg, python-tqt (= ${binary:Version}), python-sip-dbg, ${misc:Depends} Description: TQt bindings for Python (debug extension) @@ -37,6 +41,8 @@ Description: TQt bindings for Python (debug extension) Package: python-tqt-gl Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt (= ${binary:Version}), python-opengl (>= 2.0.1.09-2.2), ${misc:Depends} +Replaces: python-tqt-gl (<< 4:14.0.0) +Breaks: python-tqt-gl (<< 4:14.0.0) Suggests: python-tqt-doc Provides: ${python:Provides} Description: TQt OpenGL bindings for Python @@ -48,6 +54,8 @@ Description: TQt OpenGL bindings for Python Package: python-tqt-gl-dbg Priority: extra Section: debug +Replaces: python-tqt-gl-dbg (<< 4:14.0.0) +Breaks: python-tqt-gl-dbg (<< 4:14.0.0) Architecture: any Depends: ${shlibs:Depends}, python-dbg, python-tqt-gl (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} Description: TQt OpenGL bindings for Python (debug extension) @@ -61,6 +69,8 @@ Description: TQt OpenGL bindings for Python (debug extension) Package: python-tqtext Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt (= ${binary:Version}), ${misc:Depends} +Replaces: python-tqtext (<< 4:14.0.0) +Breaks: python-tqtext (<< 4:14.0.0) Provides: ${python:Provides} Description: TQt extensions for PyQt PyQt Extensions. Contains: @@ -71,6 +81,8 @@ Description: TQt extensions for PyQt Package: python-tqtext-dbg Priority: extra Section: debug +Replaces: python-tqtext-dbg (<< 4:14.0.0) +Breaks: python-tqtext-dbg (<< 4:14.0.0) Architecture: any Depends: ${shlibs:Depends}, python-dbg, python-tqtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} Description: TQt debug extensions for PyQt @@ -82,6 +94,8 @@ Description: TQt debug extensions for PyQt Package: pytqt-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: pytqt-tools (<< 4:14.0.0) +Breaks: pytqt-tools (<< 4:14.0.0) Description: pyuic and pylupdate for TQt pyuic is the PyQt counterpart for TQt's uic. It takes an XML user interface file and generates Python code. @@ -92,7 +106,8 @@ Description: pyuic and pylupdate for TQt Package: python-tqt-dev Depends: ${python:Depends}, ${misc:Depends} Suggests: python-sip-dev -Replaces: python-tqt (<< 3.17.3-2) +Replaces: python-tqt-dev (<< 4:14.0.0) +Breaks: python-tqt-dev (<< 4:14.0.0) Architecture: all Description: TQt bindings for Python - Development files Development .sip files with definitions of PyQt classes. They @@ -102,6 +117,8 @@ Description: TQt bindings for Python - Development files Package: python-tqt-doc Section: doc Architecture: all +Replaces: python-tqt-doc (<< 4:14.0.0) +Breaks: python-tqt-doc (<< 4:14.0.0) Depends: ${misc:Depends} Suggests: python-tqt Description: TQt bindings for Python - Documentation and examples |