From a95578d5099aeafc54681912e4b371a4854c9a5b Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 25 Jul 2017 17:37:22 +0200 Subject: [PATCH] add debian dir (unfinished) --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/rules | 4 ++++ 4 files changed, 26 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0879354 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +guh-plugins (0.1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #XXXXXX) + + -- Michael Zanetti Tue, 11 Jul 2017 15:23:34 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5e8cda0 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: guh-plugins +Section: utils +Priority: options +Maintainer: Michael Zanetti +Build-depends: debhelper (>= 0.0.0), + libguh1-dev, + qtbase5-dev, + qtconnectivity5-dev, +Standards-Version: 3.9.3 + +Package: guh-plugin-avahimonitor +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Description: guh.io plugin to monitor avahi services + guh.io plugin to monitor avahi services diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@