add debian dir (unfinished)
parent
12a0afd90c
commit
a95578d509
|
|
@ -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
|
||||
|
|
@ -0,0 +1 @@
|
|||
9
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
Loading…
Reference in New Issue