From 7a4083bab32c73da2427d7837b6b2e6d6c7b4ef1 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 12 Oct 2014 13:45:58 +0200 Subject: [PATCH] add empty install file for meta package --- debian/control | 2 +- debian/guh.install | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 debian/guh.install diff --git a/debian/control b/debian/control index 3a4410bb..73342ab5 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Standards-Version: 3.9.3 Package: guh Architecture: all +Section: misc Depends: guh (= ${binary:Version}), guh-plugins (= ${binary:Version}), Description: server for home automation systems - meta package @@ -18,7 +19,6 @@ Description: server for home automation systems - meta package system. This meta package installs the guh daemon and the main plugins. - Package: guhd Architecture: any Depends: libqt5network5, diff --git a/debian/guh.install b/debian/guh.install new file mode 100644 index 00000000..e69de29b