add debian dir (unfinished)

pull/1/head
Michael Zanetti 2017-07-25 17:37:22 +02:00
parent 12a0afd90c
commit a95578d509
4 changed files with 26 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
guh-plugins (0.1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
-- Michael Zanetti <michael.zanetti@guh.io> Tue, 11 Jul 2017 15:23:34 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

16
debian/control vendored Normal file
View File

@ -0,0 +1,16 @@
Source: guh-plugins
Section: utils
Priority: options
Maintainer: Michael Zanetti <michael.zanetti@guh.io>
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

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@