From bd9de6b325e6b6b8cba5bcce6b983e32d85b063b Mon Sep 17 00:00:00 2001 From: lovetox Date: Wed, 25 May 2022 23:40:34 +0200 Subject: ci: Update debian files --- debian/compat | 1 - debian/control | 88 +++++++++++++++++++++++++++++++------------------------ debian/copyright | 8 ++--- debian/pyversions | 1 - debian/rules | 11 +++---- 5 files changed, 55 insertions(+), 54 deletions(-) delete mode 100644 debian/compat delete mode 100644 debian/pyversions (limited to 'debian') diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b62..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index 0478897f4..633ff1c7b 100644 --- a/debian/control +++ b/debian/control @@ -1,57 +1,67 @@ -Source: gajim-nightly +Source: gajim Section: net Priority: optional -Maintainer: Yann Leboulanger +Maintainer: Gajim Maintainers Build-Depends: - debhelper (>= 9), + debhelper-compat (= 13), dh-python, - python3 (>= 3.9), gettext (>= 0.17-4), -Standards-Version: 4.0.0 -Homepage: https://gajim.org + libglib2.0-dev, + python3 (>= 3.9), + python3-css-parser, + python3-gi, + python3-gi-cairo, + python3-nbxmpp-nightly (>=20220501), + python3-setuptools + gir1.2-gtk-3.0, +Rules-Requires-Root: no +Standards-Version: 4.1.4 +Homepage: https://gajim.org/ Vcs-Git: https://dev.gajim.org/gajim/gajim.git Vcs-Browser: https://dev.gajim.org/gajim/gajim/tree/master -Package: gajim-nightly +Package: gajim Architecture: all Depends: - python3 (>= 3.9), - ${misc:Depends}, ${python3:Depends}, - python3-gi (>=3.32.0), - python3-gi-cairo, - gir1.2-gtk-3.0 (>=3.22), + ${misc:Depends}, + ${python3:Depends}, + desktop-file-utils, + gir1.2-gtk-3.0 (>= 3.22.27~), gir1.2-gtksource-4, - python3-nbxmpp-nightly (>= 20160905), - python3-openssl, - python3-keyring, - python3-css-parser, + python3 (>= 3.9), + python3-css-parser (>= 1.0.2), + python3-gi (>= 3.32.0), + python3-gi-cairo (>= 1.14.0~), + python3-idna, + python3-nbxmpp-nightly (>=20220501), + python3-openssl (>= 0.19), python3-precis-i18n, - python3-packaging, + python3-keyring + python3-packaging + python3-setuptools + python3-css-parser, Recommends: + aspell-en | aspell-dictionary, ca-certificates, dbus, - python3-dbus, - notification-daemon, - python3-crypto, - pulseaudio-utils | alsa-utils | sox | oss4-base, - python3-gnupg (>= 0.3.8), -Suggests: - network-manager, - gir1.2-gtkspell3-3.0, - aspell-en | aspell-dictionary, - gir1.2-gnomekeyring-1.0, - gnome-keyring, - python3-kerberos, - texlive-latex-base, - dvipng, + fonts-noto-color-emoji, gir1.2-farstream-0.2, + gir1.2-gsound-1.0, + gir1.2-gspell-1, + gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, - gstreamer1.0-plugins-good, - gstreamer1.0-gtk3, - python3-pycurl, gir1.2-gupnpigd-1.0, -Conflicts: gajim -Description: XMPP client written in Python / GTK - Gajim is a XMPP client. It has a tabbed user interface with normal - chats, group chats, and has many features such as, TLS, GPG, SSL, multiple - accounts, avatars, file transfers, audio/video call, D-Bus and Metacontacts. + gir1.2-secret-1, + gstreamer1.0-plugins-ugly, + notification-daemon, + pulseaudio-utils | alsa-utils | sox | oss4-base, + python3-dbus (>=0.81), + python3-keyring, + python3-pil, + python3-sentry-sdk, +Suggests: + libxss1, +Description: GTK+-based Jabber client + Gajim is a Jabber client. It has a tabbed user interface with normal chats, + group chats, and has many features such as, TLS, GPG, SSL, multiple accounts, + avatars, file transfers, audio/video call, D-Bus and Metacontacts. diff --git a/debian/copyright b/debian/copyright index a356ab79b..dabf2cd31 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,10 @@ -This package was debianized by Yann L.B. asterix@lagaule.org on -Wed, 16 Jun 2005 20:00:00 +0100. - -It was downloaded from: - http://www.gajim.org/downloads/ Upstream Authors: - Yann Le Boulanger + - Philipp Hörist -Copyright: (c) 2003-2011 Gajim Team +Copyright: (c) 2003-2022 Gajim Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/pyversions b/debian/pyversions deleted file mode 100644 index d8c7d5ba3..000000000 --- a/debian/pyversions +++ /dev/null @@ -1 +0,0 @@ -3.9- diff --git a/debian/rules b/debian/rules index 67b56799d..b4d5133b9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,9 @@ #!/usr/bin/make -f -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk - -export PYBUILD_NAME=gajim - %: dh $@ --with python3 --buildsystem=pybuild -# test target is broken -override_dh_auto_test: + +# override_dh_auto_clean: +# python3 setup.py clean -a +# rm -rf $$(find gajim/ -name __pycache__) -- cgit v1.2.3