add debian dir (unfinished)
This commit is contained in:
parent
12a0afd90c
commit
a95578d509
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal 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
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
9
|
||||
16
debian/control
vendored
Normal file
16
debian/control
vendored
Normal 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
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
Reference in New Issue
Block a user