mirror of https://github.com/nymea/nymea.git
use package format 3.0 (native) so we can depend on rsync:native
parent
6f9c4a1a87
commit
c680f0ae18
|
|
@ -8,7 +8,7 @@ Vcs-Git: https://github.com/guh/guh.git
|
|||
Build-Depends: debhelper (>= 9.0.0),
|
||||
dpkg-dev (>= 1.16.1~),
|
||||
python:any,
|
||||
rsync,
|
||||
rsync:native,
|
||||
qtchooser,
|
||||
qt5-default,
|
||||
qt5-qmake,
|
||||
|
|
@ -29,7 +29,6 @@ Architecture: any
|
|||
Section: metapackages
|
||||
Multi-Arch: same
|
||||
Depends: guhd (= ${binary:Version}),
|
||||
guh-plugins (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Suggests: guh-doc
|
||||
Description: An open source IoT server - meta package
|
||||
|
|
@ -165,7 +164,7 @@ Depends: libguh1 (= ${binary:Version}),
|
|||
${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
python:any,
|
||||
rsync:any,
|
||||
rsync:native,
|
||||
qtconnectivity5-dev,
|
||||
qttools5-dev-tools,
|
||||
libqt5websockets5-dev,
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
||||
Loading…
Reference in New Issue