Add Debian packaging
My first Debian package, woo! :-)
This commit is contained in:
21
debian/control
vendored
Normal file
21
debian/control
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
Source: calls
|
||||
Section: comm
|
||||
Priority: optional
|
||||
Maintainer: Bob Ham <rah@settrans.net>
|
||||
Build-Depends:
|
||||
debhelper (>= 11),
|
||||
libhandy-0.0-dev,
|
||||
libgtk-3-dev,
|
||||
meson,
|
||||
pkg-config,
|
||||
Standards-Version: 4.1.3
|
||||
Homepage: https://gitlab.gnome.org/Community/Purism/calls
|
||||
|
||||
Package: calls
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
ofono,
|
||||
Description: Make and receive PSTN phone calls
|
||||
A GTK+ user interface for PSTN phone calls using oFono.
|
||||
Reference in New Issue
Block a user