From 77419f80bb7f493ccad8bd490216d7c798e71c6c Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sat, 17 Apr 2021 12:05:20 +0200 Subject: [PATCH] debian: ran wrap-and-sort -ast --- debian/control | 40 ++++++++++++++++++++++------------------ debian/tests/control | 6 ++++-- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/debian/control b/debian/control index 6bb5574..40637b3 100644 --- a/debian/control +++ b/debian/control @@ -2,43 +2,45 @@ Source: gnome-calls Section: comm Priority: optional Maintainer: PureOS Maintainers -Uploaders: Julian Sparber , - Evangelos Ribeiro Tzaras +Uploaders: + Julian Sparber , + Evangelos Ribeiro Tzaras , Build-Depends: debhelper (>= 11), desktop-file-utils, gtk-doc-tools , libcallaudio-dev (>= 0.0.5), + libebook-contacts1.2-dev, libfeedback-dev, - libhandy-1-dev (>= 1.0.0), + libfolks-dev, + libgom-1.0-dev, libgstreamer1.0-dev, libgtk-3-dev, libgtk-3-doc , - libsofia-sip-ua-glib-dev, - modemmanager-dev, + libhandy-1-dev (>= 1.0.0), libmm-glib-dev (>= 1.12.0), libpeas-dev, - libgom-1.0-dev, - libebook-contacts1.2-dev, - valac, - libfolks-dev, + libsofia-sip-ua-glib-dev, meson, + modemmanager-dev, pkg-config, -# to run the tests - xvfb, + valac, xauth, + xvfb, Standards-Version: 4.1.3 Homepage: https://gitlab.gnome.org/Community/Purism/calls Package: gnome-calls -Replaces: calls (<< 0.3.0) -Breaks: calls (<< 0.3.0) +Replaces: + calls (<< 0.3.0), +Breaks: + calls (<< 0.3.0), Architecture: any Depends: - ${misc:Depends}, - ${shlibs:Depends}, callaudiod, modemmanager, + ${misc:Depends}, + ${shlibs:Depends}, Description: Make and receive PSTN phone calls A GTK user interface for PSTN phone calls using ModemManager. . @@ -46,10 +48,12 @@ Description: Make and receive PSTN phone calls . It works on desktops but also adjusts to small screen sizes like smart phones and other mobile devices. - + Package: gnome-calls-doc -Replaces: calls-doc (<< 0.3.0) -Breaks: calls-doc (<< 0.3.0) +Replaces: + calls-doc (<< 0.3.0), +Breaks: + calls-doc (<< 0.3.0), Architecture: all Build-Profiles: Depends: diff --git a/debian/tests/control b/debian/tests/control index a2daf1f..afde8d5 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,6 @@ Test-Command: xvfb-run /usr/bin/gnome-calls --help Restrictions: superficial -Depends: gnome-calls, xauth, xvfb - +Depends: + gnome-calls, + xauth, + xvfb,