diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-03-20 18:24:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-03-20 18:24:54 +0100 |
commit | 9729a641b920e937801a31a96b86ac2ea98a1d66 (patch) | |
tree | 466fdc764fa6b966481d303c78583e7d67f73a28 /ubuntu/precise/kdevelop.cmake | |
parent | 6f4e4fffbc2a06567e878ceaecc203eecd94b567 (diff) | |
download | tde-packaging-9729a641b920e937801a31a96b86ac2ea98a1d66.tar.gz tde-packaging-9729a641b920e937801a31a96b86ac2ea98a1d66.zip |
Fix Ubuntu -kde3 to -trinity automatic migration
Fix Debian krita to chalk automatic migration
Diffstat (limited to 'ubuntu/precise/kdevelop.cmake')
-rw-r--r-- | ubuntu/precise/kdevelop.cmake/debian/control | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ubuntu/precise/kdevelop.cmake/debian/control b/ubuntu/precise/kdevelop.cmake/debian/control index 31c2a1e37..dfa4f6f25 100644 --- a/ubuntu/precise/kdevelop.cmake/debian/control +++ b/ubuntu/precise/kdevelop.cmake/debian/control @@ -9,8 +9,8 @@ Standards-Version: 3.8.4 Package: kdevelop-trinity Architecture: any Depends: ${shlibs:Depends}, kdevelop-data-trinity (>= ${source:Version}), kdebase-trinity-bin -Replaces: kdevelop-trinity (<< 4:14.0.0) -Breaks: kdevelop-trinity (<< 4:14.0.0) +Replaces: kdevelop-kde3 (<< 4:14.0.0), kdevelop-trinity (<< 4:14.0.0) +Breaks: kdevelop-kde3 (<< 4:14.0.0), kdevelop-trinity (<< 4:14.0.0) Recommends: kdevelop-trinity-doc, make, libtool, autoconf, automaken, gdb (>= 6.4) Suggests: libqt3-mt-dev, kdelibs4-trinity-dev, sgmltools-lite, gettext, qt3-dev-tools, ark-trinity, kbabel-trinity, kiconedit-trinity, kdesdk-scripts-trinity, graphviz, kdebase-kio-plugins-trinity, exuberant-ctags, khelpcenter-trinity, kdelibs4-trinity-doc, qt3-doc, konsole-trinity, cmake, ruby, python Description: An IDE for Unix/X11 @@ -27,8 +27,8 @@ Description: An IDE for Unix/X11 Package: kdevelop-trinity-doc Section: doc Architecture: all -Replaces: kdevelop-trinity-doc (<< 4:14.0.0) -Breaks: kdevelop-trinity-doc (<< 4:14.0.0) +Replaces: kdevelop-kde3-doc (<< 4:14.0.0), kdevelop-trinity-doc (<< 4:14.0.0) +Breaks: kdevelop-kde3-doc (<< 4:14.0.0), kdevelop-trinity-doc (<< 4:14.0.0) Description: An IDE for Unix/X11 - documentation KDevelop is an easy to use Integrated Development Environment for developing C/C++ applications under X11. It features @@ -45,8 +45,8 @@ Description: An IDE for Unix/X11 - documentation Package: kdevelop-data-trinity Architecture: all Description: An IDE for Unix/X11 - data -Replaces: kdevelop-data-trinity (<< 4:14.0.0) -Breaks: kdevelop-data-trinity (<< 4:14.0.0) +Replaces: kdevelop-data-kde3 (<< 4:14.0.0), kdevelop-data-trinity (<< 4:14.0.0) +Breaks: kdevelop-data-kde3 (<< 4:14.0.0), kdevelop-data-trinity (<< 4:14.0.0) KDevelop is an easy to use Integrated Development Environment for developing C/C++ applications under X11. It features project management, an advanced editor, a class browser @@ -62,8 +62,8 @@ Breaks: kdevelop-data-trinity (<< 4:14.0.0) Package: kdevelop-trinity-dev Architecture: any Depends: kdevelop-trinity (= ${binary:Version}), kdelibs4-trinity-dev -Replaces: kdevelop-trinity-dev (<< 4:14.0.0) -Breaks: kdevelop-trinity-dev (<< 4:14.0.0) +Replaces: kdevelop-kde3-dev (<< 4:14.0.0), kdevelop-trinity-dev (<< 4:14.0.0) +Breaks: kdevelop-kde3-dev (<< 4:14.0.0), kdevelop-trinity-dev (<< 4:14.0.0) Description: An IDE for Unix/X11 - development files KDevelop is an easy to use Integrated Development Environment for developing C/C++ applications under X11. It features |