Skip to content
Snippets Groups Projects
Unverified Commit 1e59bef6 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

maint: Cleanup debian control file.

Remove commented code and deprecated packages (it's bee more than a
year).

Change-Id: Ie7224c831405c07a33018ccc951a73bc05a93599
parent e93afd48
No related branches found
No related tags found
No related merge requests found
...@@ -10,23 +10,6 @@ Build-Depends: debhelper (>= 9), ...@@ -10,23 +10,6 @@ Build-Depends: debhelper (>= 9),
autotools-dev, autotools-dev,
# qt client # qt client
libqt-jami, libqt-jami,
# libqt5svg5-dev,
# qml-module-qt-labs-platform,
# qml-module-qtquick-controls,
# qml-module-qtquick-controls2,
# qml-module-qtquick-dialogs,
# qml-module-qtquick-layouts,
# qml-module-qtquick-privatewidgets,
# qml-module-qtquick-shapes,
# qml-module-qtquick-templates2,
# qml-module-qtquick-window2,
# qml-module-qtquick2,
# qml-module-qtwebchannel,
# qml-module-qtwebengine | qml-module-qtwebkit,
# qtdeclarative5-dev,
# qtmultimedia5-dev,
# qtquickcontrols2-5-dev,
# qtwebengine5-dev | libqtwebkit-dev,
# both qt client and gnome client # both qt client and gnome client
libnm-dev, libnm-dev,
libnotify-dev, libnotify-dev,
...@@ -37,9 +20,6 @@ Build-Depends: debhelper (>= 9), ...@@ -37,9 +20,6 @@ Build-Depends: debhelper (>= 9),
libclutter-1.0-dev, libclutter-1.0-dev,
libglib2.0-dev, libglib2.0-dev,
libgtk-3-dev, libgtk-3-dev,
# qtbase5-dev,
# qttools5-dev,
# qttools5-dev-tools,
gettext, gettext,
libqrencode-dev, libqrencode-dev,
libayatana-appindicator3-dev | libappindicator3-dev, libayatana-appindicator3-dev | libappindicator3-dev,
...@@ -85,23 +65,17 @@ Vcs-Browser: https://git.jami.net/savoirfairelinux/ring-project ...@@ -85,23 +65,17 @@ Vcs-Browser: https://git.jami.net/savoirfairelinux/ring-project
Package: jami-all Package: jami-all
Architecture: any Architecture: any
Depends: gnupg, Depends: gnupg,
# libqt5sql5-sqlite,
${shlibs:Depends}, ${shlibs:Depends},
${misc:Depends} ${misc:Depends}
Replaces: jami, Replaces: jami,
jami-libclient, jami-libclient,
jami-daemon, jami-daemon,
ring, libqt-jami,
ring-all,
ring-daemon
Conflicts: jami, Conflicts: jami,
jami-libclient, jami-libclient,
jami-daemon, jami-daemon,
jami-gnome, jami-gnome,
ring, libqt-jami
ring-all,
ring-gnome,
ring-daemon
Description: Secure and distributed voice, video and chat platform - all in one package Description: Secure and distributed voice, video and chat platform - all in one package
Jami (jami.net) is a secure and distributed voice, video and chat communication Jami (jami.net) is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power of privacy platform that requires no centralized server and leaves the power of privacy
...@@ -109,17 +83,10 @@ Description: Secure and distributed voice, video and chat platform - all in one ...@@ -109,17 +83,10 @@ Description: Secure and distributed voice, video and chat platform - all in one
. .
This package contains the GNOME desktop client and dring, the Jami daemon. This package contains the GNOME desktop client and dring, the Jami daemon.
Package: ring-all
Depends: jami-all, ${misc:Depends}
Architecture: all
Description: transitional package for jami-all
This is a transitional package. It can safely be removed.
Package: jami Package: jami
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
# libqt5sql5-sqlite,
jami-libclient (=${binary:Version}) jami-libclient (=${binary:Version})
Provides: jami-qt Provides: jami-qt
Description: Secure and distributed voice, video and chat platform - desktop client Description: Secure and distributed voice, video and chat platform - desktop client
...@@ -129,20 +96,11 @@ Description: Secure and distributed voice, video and chat platform - desktop cli ...@@ -129,20 +96,11 @@ Description: Secure and distributed voice, video and chat platform - desktop cli
. .
This package contains the jami-qt desktop client. This package contains the jami-qt desktop client.
Package: ring
Depends: jami, ${misc:Depends}
Architecture: all
Description: transitional package for jami
This is a transitional package. It can safely be removed.
Package: jami-gnome Package: jami-gnome
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
# libqt5sql5-sqlite,
jami-libclient (=${binary:Version}) jami-libclient (=${binary:Version})
Replaces: ring-gnome
Conflicts: ring-gnome
Description: Secure and distributed voice, video and chat platform - desktop client Description: Secure and distributed voice, video and chat platform - desktop client
Jami (jami.net) is a secure and distributed voice, video and chat communication Jami (jami.net) is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power of privacy platform that requires no centralized server and leaves the power of privacy
...@@ -166,17 +124,9 @@ Package: jami-daemon ...@@ -166,17 +124,9 @@ Package: jami-daemon
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},
${misc:Depends} ${misc:Depends}
Replaces: ring-daemon
Conflicts: ring-daemon
Description: Secure and distributed voice, video and chat platform - daemon Description: Secure and distributed voice, video and chat platform - daemon
Jami (jami.net) is a secure and distributed voice, video and chat communication Jami (jami.net) is a secure and distributed voice, video and chat communication
platform that requires no centralized server and leaves the power of privacy platform that requires no centralized server and leaves the power of privacy
in the hands of the user. in the hands of the user.
. .
This package contains the Jami daemon: dring. This package contains the Jami daemon: dring.
Package: ring-daemon
Depends: jami-daemon, ${misc:Depends}
Architecture: all
Description: transitional package for jami-daemon
This is a transitional package. It can safely be removed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment