diff --git a/debian/calls.docs b/debian/calls.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/calls.docs @@ -0,0 +1 @@ +README.md diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0649483 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +calls (0.0~gite815677) UNRELEASED; urgency=low + + * Initial release. + + -- Bob Ham Wed, 23 May 2018 14:06:02 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..905723b --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: calls +Section: comm +Priority: optional +Maintainer: Bob Ham +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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e97fbc3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ -- -B_build diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)