From 636f324dc234a32792a35116ad1b83ee35fada47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 23 Mar 2023 14:34:37 +0100 Subject: DEB tdebluez: Add -trinity suffix to package names to be consistent with other packages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../applications/system/tdebluez/debian/changelog | 2 +- .../applications/system/tdebluez/debian/control | 24 ++++++++++---------- .../system/tdebluez/debian/libtdebluez-dev.install | 3 --- .../debian/libtdebluez-trinity-dev.install | 3 +++ .../tdebluez/debian/libtdebluez-trinity.install | 2 ++ .../system/tdebluez/debian/libtdebluez.install | 2 -- .../system/tdebluez/debian/libtdeobex-dev.install | 3 --- .../tdebluez/debian/libtdeobex-trinity-dev.install | 3 +++ .../tdebluez/debian/libtdeobex-trinity.install | 2 ++ .../system/tdebluez/debian/libtdeobex.install | 2 -- .../tdebluez/debian/tdebluez-trinity.install | 26 ++++++++++++++++++++++ .../system/tdebluez/debian/tdebluez.install | 26 ---------------------- 12 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-dev.install create mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity-dev.install create mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity.install delete mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdebluez.install delete mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-dev.install create mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity-dev.install create mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity.install delete mode 100644 ubuntu/_base/applications/system/tdebluez/debian/libtdeobex.install create mode 100644 ubuntu/_base/applications/system/tdebluez/debian/tdebluez-trinity.install delete mode 100644 ubuntu/_base/applications/system/tdebluez/debian/tdebluez.install (limited to 'ubuntu/_base/applications') diff --git a/ubuntu/_base/applications/system/tdebluez/debian/changelog b/ubuntu/_base/applications/system/tdebluez/debian/changelog index aac5c9d7f..d779b284e 100644 --- a/ubuntu/_base/applications/system/tdebluez/debian/changelog +++ b/ubuntu/_base/applications/system/tdebluez/debian/changelog @@ -1,4 +1,4 @@ -tdebluez (4:14.1.0-0debian10.1.1+eko1) unstable; urgency=low +tdebluez-trinity (4:14.1.0-0debian10.1.1+eko1) unstable; urgency=low * Build for buster. diff --git a/ubuntu/_base/applications/system/tdebluez/debian/control b/ubuntu/_base/applications/system/tdebluez/debian/control index e5596dc84..916a97314 100644 --- a/ubuntu/_base/applications/system/tdebluez/debian/control +++ b/ubuntu/_base/applications/system/tdebluez/debian/control @@ -1,11 +1,11 @@ -Source: tdebluez +Source: tdebluez-trinity Section: tde Priority: optional Maintainer: TDE Debian Team Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, libdbus-1-tqt-dev Standards-Version: 3.8.0 -Package: tdebluez +Package: tdebluez-trinity Section: tde Architecture: any Depends: ${shlibs:Depends}, bluez (>= 5~), bluez-obexd (>= 5~) @@ -22,7 +22,7 @@ Description: TDE Bluetooth Framework * tdebluezauth -- authentication agent * tdeioclient -- cli to obex -Package: libtdebluez +Package: libtdebluez-trinity Architecture: any Section: libs Depends: ${shlibs:Depends}, bluez (>= 5~) @@ -30,9 +30,9 @@ Description: Bluetooth library for TDE This package is part of the TDE Bluetooth Framework. It contains a Bluetooth library for TDE. . - See the 'tdebluez' package for more informations. + See the 'tdebluez-trinity' package for more informations. -Package: libtdeobex +Package: libtdeobex-trinity Architecture: any Section: libs Depends: ${shlibs:Depends}, bluez-obexd (>= 5~) @@ -40,24 +40,24 @@ Description: Obex library for TDE This package is part of the TDE Bluetooth Framework. It contains a Bluetooth library for TDE. . - See the 'tdebluez' package for more informations. + See the 'tdebluez-trinity' package for more informations. -Package: libtdebluez-dev +Package: libtdebluez-trinity-dev Architecture: any Section: libdevel -Depends: libtdebluez (= ${binary:Version}) +Depends: libtdebluez-trinity (= ${binary:Version}) Description: development files for libtdebluez This package is part of the TDE Bluetooth Framework. It contains the development files for libtdebluez. . - See the 'tdebluez' package for more informations. + See the 'tdebluez-trinity' package for more informations. -Package: libtdeobex-dev +Package: libtdeobex-trinity-dev Architecture: any Section: libdevel -Depends: libtdeobex (= ${binary:Version}) +Depends: libtdeobex-trinity (= ${binary:Version}) Description: development files for libtdeobex This package is part of the TDE Bluetooth Framework. It contains the development files for libtdeobex. . - See the 'tdebluez' package for more informations. + See the 'tdebluez-trinity' package for more informations. diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-dev.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-dev.install deleted file mode 100644 index 6425a944e..000000000 --- a/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-dev.install +++ /dev/null @@ -1,3 +0,0 @@ -opt/trinity/include/tdebluez/* -opt/trinity/lib/libtdebluez.so -opt/trinity/share/cmake/libtdebluez.cmake diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity-dev.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity-dev.install new file mode 100644 index 000000000..6425a944e --- /dev/null +++ b/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity-dev.install @@ -0,0 +1,3 @@ +opt/trinity/include/tdebluez/* +opt/trinity/lib/libtdebluez.so +opt/trinity/share/cmake/libtdebluez.cmake diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity.install new file mode 100644 index 000000000..72a1ac2a2 --- /dev/null +++ b/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez-trinity.install @@ -0,0 +1,2 @@ +opt/trinity/lib/libtdebluez.la +opt/trinity/lib/libtdebluez.so.* diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez.install deleted file mode 100644 index 72a1ac2a2..000000000 --- a/ubuntu/_base/applications/system/tdebluez/debian/libtdebluez.install +++ /dev/null @@ -1,2 +0,0 @@ -opt/trinity/lib/libtdebluez.la -opt/trinity/lib/libtdebluez.so.* diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-dev.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-dev.install deleted file mode 100644 index e60909e04..000000000 --- a/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-dev.install +++ /dev/null @@ -1,3 +0,0 @@ -opt/trinity/include/tdeobex/* -opt/trinity/lib/libtdeobex.so -opt/trinity/share/cmake/libtdeobex.cmake diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity-dev.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity-dev.install new file mode 100644 index 000000000..e60909e04 --- /dev/null +++ b/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity-dev.install @@ -0,0 +1,3 @@ +opt/trinity/include/tdeobex/* +opt/trinity/lib/libtdeobex.so +opt/trinity/share/cmake/libtdeobex.cmake diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity.install new file mode 100644 index 000000000..2557b6e5f --- /dev/null +++ b/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex-trinity.install @@ -0,0 +1,2 @@ +opt/trinity/lib/libtdeobex.la +opt/trinity/lib/libtdeobex.so.* diff --git a/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex.install b/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex.install deleted file mode 100644 index 2557b6e5f..000000000 --- a/ubuntu/_base/applications/system/tdebluez/debian/libtdeobex.install +++ /dev/null @@ -1,2 +0,0 @@ -opt/trinity/lib/libtdeobex.la -opt/trinity/lib/libtdeobex.so.* diff --git a/ubuntu/_base/applications/system/tdebluez/debian/tdebluez-trinity.install b/ubuntu/_base/applications/system/tdebluez/debian/tdebluez-trinity.install new file mode 100644 index 000000000..4e43b2e2a --- /dev/null +++ b/ubuntu/_base/applications/system/tdebluez/debian/tdebluez-trinity.install @@ -0,0 +1,26 @@ +opt/trinity/bin/tdebluez +opt/trinity/bin/tdebluezauth +opt/trinity/bin/tdebluezioclient +opt/trinity/lib/trinity/tdebluez.so +opt/trinity/lib/trinity/tdebluez.la +opt/trinity/lib/libtdeinit_tdebluez.so +opt/trinity/lib/libtdeinit_tdebluez.la +opt/trinity/lib/trinity/tdeio_bluetooth.so +opt/trinity/lib/trinity/tdeio_bluetooth.la +opt/trinity/lib/trinity/tdeio_obex.so +opt/trinity/lib/trinity/tdeio_obex.la +opt/trinity/share/apps/tdebluez/icons/* +opt/trinity/share/doc/tde/HTML/* +opt/trinity/share/apps/tdebluez/eventsrc +opt/trinity/share/apps/tdebluez/tde-settings-network-bluetooth.directory +opt/trinity/share/applications/tde/tdebluez.desktop +opt/trinity/share/applications/tde/tdebluezauth.desktop +opt/trinity/share/autostart/tdebluez.autostart.desktop +opt/trinity/share/locale +opt/trinity/share/mimelnk/bluetooth/* +opt/trinity/share/services/bluetooth.protocol +opt/trinity/share/services/obexftp.protocol +opt/trinity/share/services/obexopp.protocol +opt/trinity/share/apps/konqsidebartng/virtual_folders/services/bluetooth_sidebarentry.desktop +opt/trinity/share/apps/konqsidebartng/virtual_folders/services/obex_sidebarentry.desktop +/etc/dbus-1/system.d/org.trinitydesktop.tdebluez.conf diff --git a/ubuntu/_base/applications/system/tdebluez/debian/tdebluez.install b/ubuntu/_base/applications/system/tdebluez/debian/tdebluez.install deleted file mode 100644 index 4e43b2e2a..000000000 --- a/ubuntu/_base/applications/system/tdebluez/debian/tdebluez.install +++ /dev/null @@ -1,26 +0,0 @@ -opt/trinity/bin/tdebluez -opt/trinity/bin/tdebluezauth -opt/trinity/bin/tdebluezioclient -opt/trinity/lib/trinity/tdebluez.so -opt/trinity/lib/trinity/tdebluez.la -opt/trinity/lib/libtdeinit_tdebluez.so -opt/trinity/lib/libtdeinit_tdebluez.la -opt/trinity/lib/trinity/tdeio_bluetooth.so -opt/trinity/lib/trinity/tdeio_bluetooth.la -opt/trinity/lib/trinity/tdeio_obex.so -opt/trinity/lib/trinity/tdeio_obex.la -opt/trinity/share/apps/tdebluez/icons/* -opt/trinity/share/doc/tde/HTML/* -opt/trinity/share/apps/tdebluez/eventsrc -opt/trinity/share/apps/tdebluez/tde-settings-network-bluetooth.directory -opt/trinity/share/applications/tde/tdebluez.desktop -opt/trinity/share/applications/tde/tdebluezauth.desktop -opt/trinity/share/autostart/tdebluez.autostart.desktop -opt/trinity/share/locale -opt/trinity/share/mimelnk/bluetooth/* -opt/trinity/share/services/bluetooth.protocol -opt/trinity/share/services/obexftp.protocol -opt/trinity/share/services/obexopp.protocol -opt/trinity/share/apps/konqsidebartng/virtual_folders/services/bluetooth_sidebarentry.desktop -opt/trinity/share/apps/konqsidebartng/virtual_folders/services/obex_sidebarentry.desktop -/etc/dbus-1/system.d/org.trinitydesktop.tdebluez.conf -- cgit v1.2.3