..
This commit is contained in:
parent
b83a1da5ce
commit
127db9d89d
6 changed files with 38 additions and 0 deletions
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
7
|
1
debian/conffiles
vendored
Normal file
1
debian/conffiles
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/opt/TellusAgent/tellusagent.conf
|
12
debian/control
vendored
Normal file
12
debian/control
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
Source: tellusagent
|
||||
Section: unknown
|
||||
Priority: extra
|
||||
Maintainer: Artem Prilutskiy <cyanide.burnout@gmail.com>
|
||||
Build-Depends:
|
||||
debhelper (>= 5)
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: cronosagent
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: TellusAgent for BrandMeister DMR Master Server
|
2
debian/copyright
vendored
Normal file
2
debian/copyright
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Copyright: (c) 2016 Artem Prilutskiy
|
||||
|
7
debian/rules
vendored
Executable file
7
debian/rules
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
export DH_OPTIONS
|
||||
|
||||
%:
|
||||
dh $@
|
Loading…
Add table
Add a link
Reference in a new issue