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/dependencies/dbus-tqt | |
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/dependencies/dbus-tqt')
-rw-r--r-- | ubuntu/maverick/dependencies/dbus-tqt/debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ubuntu/maverick/dependencies/dbus-tqt/debian/control b/ubuntu/maverick/dependencies/dbus-tqt/debian/control index ca76e783a..38bca796a 100644 --- a/ubuntu/maverick/dependencies/dbus-tqt/debian/control +++ b/ubuntu/maverick/dependencies/dbus-tqt/debian/control @@ -2,16 +2,17 @@ Source: dbus-tqt Section: devel Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> -Uploaders: Sjoerd Simons <sjoerd@debian.org>, Sebastian Dröge <slomo@ubuntu.com> +Uploaders: Sjoerd Simons <sjoerd@debian.org>, Sebastian Drge <slomo@ubuntu.com> Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libtqtinterface-dev, libdbus-1-dev (>= 0.90), cmake Standards-Version: 3.8.3 Package: libdbus-tqt-1-dev Section: libdevel Architecture: any +Replaces: libdbus-tqt-1-dev (<< 4:3.5.13) +Breaks: libdbus-tqt-1-dev (<< 4:3.5.13) Depends: libdbus-tqt-1-1c2 (= ${Source-Version}), libdbus-1-dev (>= 0.90), libtqtinterface-dev Conflicts: dbus-tqt-1-dev -Replaces: dbus-tqt-1-dev Description: simple interprocess messaging system (TQt interface) D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in @@ -24,9 +25,10 @@ Description: simple interprocess messaging system (TQt interface) Package: libdbus-tqt-1-1c2 Section: libs Architecture: any +Replaces: libdbus-tqt-1-1c2 (<< 4:3.5.13) +Breaks: libdbus-tqt-1-1c2 (<< 4:3.5.13) Depends: ${shlibs:Depends} Conflicts: dbus-tqt-1, dbus-tqt-1c2, libdbus-tqt-1-1 -Replaces: dbus-tqt-1, dbus-tqt-1c2, libdbus-tqt-1-1 Description: simple interprocess messaging system (TQt-based shared library) D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in |