diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-25 14:57:22 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-25 15:01:57 +0100 |
| commit | 647398fb88be7836e6b908a97fdefb2ec811ced5 (patch) | |
| tree | 3ff05c3e72e86eec5bfea5d32d918e45347cfb85 /dilos/dependencies/dbus-1-tqt/debian/control | |
| parent | d5f85ee4c8cd3d1873f82dc73df6b322b34b944e (diff) | |
| download | tde-packaging-master.tar.gz tde-packaging-master.zip | |
+ Changes to silence lintian reports.
+ Added SO version to binary package name.
+ Install libraries according to multi-arch rules.
+ Removed Replaces and Breaks referring to themselves.
+ The epoch change is for historical reasons from the KDE3 era.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos/dependencies/dbus-1-tqt/debian/control')
| -rw-r--r-- | dilos/dependencies/dbus-1-tqt/debian/control | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dilos/dependencies/dbus-1-tqt/debian/control b/dilos/dependencies/dbus-1-tqt/debian/control index 6bda799a7..7e28521e9 100644 --- a/dilos/dependencies/dbus-1-tqt/debian/control +++ b/dilos/dependencies/dbus-1-tqt/debian/control @@ -2,16 +2,14 @@ Source: dbus-1-tqt Section: devel Priority: optional Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> -Build-Depends: tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libtqt3-mt-dev, libdbus-1-dev (>= 0.90) +Build-Depends: cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libtqt3-mt-dev, libdbus-1-dev (>= 0.90) Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.8.3 Package: libdbus-1-tqt-dev Section: libdevel Architecture: any -Replaces: libdbus-1-tqt-dev (<< 4:14.0.0~) -Breaks: libdbus-1-tqt-dev (<< 4:14.0.0~) -Depends: libdbus-1-tqt (= ${binary:Version}), libdbus-1-dev (>= 0.90), libtqt3-mt-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, libdbus-1-tqt0 (= ${binary:Version}), libdbus-1-dev (>= 0.90), libtqt3-mt-dev Description: dbus bindings for the Trinity 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 @@ -21,12 +19,14 @@ Description: dbus bindings for the Trinity TQt interface . See the dbus description for more information about D-BUS in general. -Package: libdbus-1-tqt +Package: libdbus-1-tqt0 Section: libs Architecture: any -Replaces: libdbus-1-tqt (<< 4:14.0.0~) -Breaks: libdbus-1-tqt (<< 4:14.0.0~) -Depends: ${shlibs:Depends} +Multi-Arch: same +Conflicts: libdbus-1-tqt +Provides: libdbus-1-tqt +Replaces: libdbus-1-tqt +Depends: ${shlibs:Depends}, ${misc:Depends} Description: dbus bindings for the Trinity 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 @@ -39,11 +39,11 @@ Description: dbus bindings for the Trinity TQt interface Package: libdbus-1-tqt-doc Section: doc Architecture: all -Replaces: libdbus-1-tqt-doc (<< 4:14.0.0~) -Breaks: libdbus-1-tqt-doc (<< 4:14.0.0~) +Depends: ${misc:Depends} Description: developer documentation for the libdbus-1-tqt libraries This package contains documentation for the libdbus-1-tqt libraries, of - use more for developers creating applications which use the libdbus-1-tqt libraries, than regular users. + use more for developers creating applications which use the libdbus-1-tqt + libraries, than regular users. . This package is part of the provided bindings for the Trinity TQt interface. . |
