diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-02 12:36:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-02 12:36:18 -0500 |
commit | eb1762e9131bc942d7ca75414bcc3a2fda28c842 (patch) | |
tree | b0af81dd0224ab456e98359f2341b47ac063ba5f /ubuntu/maverick/libraries/python-trinity/debian | |
parent | 41ba2e7b53b29f32d66ac4e4a7f1a21bab12bda5 (diff) | |
download | tde-packaging-eb1762e9131bc942d7ca75414bcc3a2fda28c842.tar.gz tde-packaging-eb1762e9131bc942d7ca75414bcc3a2fda28c842.zip |
Fix Ubuntu -kde3 to -trinity automatic migration
Diffstat (limited to 'ubuntu/maverick/libraries/python-trinity/debian')
-rw-r--r-- | ubuntu/maverick/libraries/python-trinity/debian/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ubuntu/maverick/libraries/python-trinity/debian/control b/ubuntu/maverick/libraries/python-trinity/debian/control index 7f6e42bca..73729642b 100644 --- a/ubuntu/maverick/libraries/python-trinity/debian/control +++ b/ubuntu/maverick/libraries/python-trinity/debian/control @@ -12,6 +12,8 @@ XS-Python-Version: all Package: python-trinity-trinity Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.18) +Replaces: python-kde3-kde3 (<< 4:3.5.13) +Breaks: python-kde3-kde3 (<< 4:3.5.13) XB-Python-Version: ${python:Versions} Provides: ${python:Provides} Conflicts: python-trinity-trinity @@ -23,6 +25,8 @@ Description: Trinity bindings for Python [Trinity] Package: python-trinity-trinity-dbg Priority: extra Architecture: any +Replaces: python-kde3-kde3-dbg (<< 4:3.5.13) +Breaks: python-kde3-kde3-dbg (<< 4:3.5.13) Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends} XB-Python-Version: ${python:Versions} Description: Trinity bindings for Python (debug extensions) [Trinity] @@ -35,6 +39,8 @@ Description: Trinity bindings for Python (debug extensions) [Trinity] Package: python-trinity-trinity-dev Section: python Architecture: all +Replaces: python-kde3-kde3-dev (<< 4:3.5.13) +Breaks: python-kde3-kde3-dev (<< 4:3.5.13) Depends: pyqt-tools, ${python:Depends} XB-Python-Version: ${python:Versions} Description: Trinity bindings for Python - Development files and scripts [Trinity] @@ -47,6 +53,8 @@ Description: Trinity bindings for Python - Development files and scripts [Trinit Package: python-trinity-trinity-doc Section: doc Architecture: all +Replaces: python-kde3-kde3-doc (<< 4:3.5.13) +Breaks: python-kde3-kde3-doc (<< 4:3.5.13) Description: Documentation and examples for PyKDE [Trinity] General documentation and examples for PyKDE providing programming tips and working code you can use to learn from. |