debian: ran wrap-and-sort -ast

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-17 12:05:20 +02:00
parent dfd20be277
commit 77419f80bb
2 changed files with 26 additions and 20 deletions

38
debian/control vendored
View File

@@ -2,43 +2,45 @@ Source: gnome-calls
Section: comm Section: comm
Priority: optional Priority: optional
Maintainer: PureOS Maintainers <pureos-project@puri.sm> Maintainer: PureOS Maintainers <pureos-project@puri.sm>
Uploaders: Julian Sparber <julian.sparber@puri.sm>, Uploaders:
Evangelos Ribeiro Tzaras <evangelos.tzaras@puri.sm> Julian Sparber <julian.sparber@puri.sm>,
Evangelos Ribeiro Tzaras <evangelos.tzaras@puri.sm>,
Build-Depends: Build-Depends:
debhelper (>= 11), debhelper (>= 11),
desktop-file-utils, desktop-file-utils,
gtk-doc-tools <!nodoc>, gtk-doc-tools <!nodoc>,
libcallaudio-dev (>= 0.0.5), libcallaudio-dev (>= 0.0.5),
libebook-contacts1.2-dev,
libfeedback-dev, libfeedback-dev,
libhandy-1-dev (>= 1.0.0), libfolks-dev,
libgom-1.0-dev,
libgstreamer1.0-dev, libgstreamer1.0-dev,
libgtk-3-dev, libgtk-3-dev,
libgtk-3-doc <!nodoc>, libgtk-3-doc <!nodoc>,
libsofia-sip-ua-glib-dev, libhandy-1-dev (>= 1.0.0),
modemmanager-dev,
libmm-glib-dev (>= 1.12.0), libmm-glib-dev (>= 1.12.0),
libpeas-dev, libpeas-dev,
libgom-1.0-dev, libsofia-sip-ua-glib-dev,
libebook-contacts1.2-dev,
valac,
libfolks-dev,
meson, meson,
modemmanager-dev,
pkg-config, pkg-config,
# to run the tests valac,
xvfb,
xauth, xauth,
xvfb,
Standards-Version: 4.1.3 Standards-Version: 4.1.3
Homepage: https://gitlab.gnome.org/Community/Purism/calls Homepage: https://gitlab.gnome.org/Community/Purism/calls
Package: gnome-calls Package: gnome-calls
Replaces: calls (<< 0.3.0) Replaces:
Breaks: calls (<< 0.3.0) calls (<< 0.3.0),
Breaks:
calls (<< 0.3.0),
Architecture: any Architecture: any
Depends: Depends:
${misc:Depends},
${shlibs:Depends},
callaudiod, callaudiod,
modemmanager, modemmanager,
${misc:Depends},
${shlibs:Depends},
Description: Make and receive PSTN phone calls Description: Make and receive PSTN phone calls
A GTK user interface for PSTN phone calls using ModemManager. A GTK user interface for PSTN phone calls using ModemManager.
. .
@@ -48,8 +50,10 @@ Description: Make and receive PSTN phone calls
and other mobile devices. and other mobile devices.
Package: gnome-calls-doc Package: gnome-calls-doc
Replaces: calls-doc (<< 0.3.0) Replaces:
Breaks: calls-doc (<< 0.3.0) calls-doc (<< 0.3.0),
Breaks:
calls-doc (<< 0.3.0),
Architecture: all Architecture: all
Build-Profiles: <!nodoc> Build-Profiles: <!nodoc>
Depends: Depends:

View File

@@ -1,4 +1,6 @@
Test-Command: xvfb-run /usr/bin/gnome-calls --help Test-Command: xvfb-run /usr/bin/gnome-calls --help
Restrictions: superficial Restrictions: superficial
Depends: gnome-calls, xauth, xvfb Depends:
gnome-calls,
xauth,
xvfb,