From c680f0ae1810dea61e929a980677dcf6d8cfcfc5 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 26 Jul 2017 17:43:47 +0200 Subject: [PATCH] use package format 3.0 (native) so we can depend on rsync:native --- debian/control | 5 ++--- debian/format | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 debian/format diff --git a/debian/control b/debian/control index 90881d28..59c80ace 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/format b/debian/format new file mode 100644 index 00000000..89ae9db8 --- /dev/null +++ b/debian/format @@ -0,0 +1 @@ +3.0 (native)