From ae20f1c439d4a15042345ed1bf553df9517eacd7 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 | 3 +-- debian/guh.install | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 debian/guh.install diff --git a/debian/control b/debian/control index 6f5d5868..bda03c48 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Standards-Version: 3.9.5 Package: guh Architecture: all +Section: misc Depends: guh (= ${binary:Version}), guh-plugins (= ${binary:Version}), Description: server for home automation systems - meta package @@ -20,7 +21,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, @@ -34,7 +34,6 @@ Description: server for home automation systems existing home automation and controlling devices into a fully automated system. - Package: guh-dbg Priority: extra Architecture: any diff --git a/debian/guh.install b/debian/guh.install new file mode 100644 index 00000000..e69de29b