
Reviewed-by: Chandra Shekhar Reddy Potula <chandra@linux.vnet.ibm.com> On 11/04/2015 07:51 PM, Aline Manera wrote:
The package name for Ginger Base plugin is ginger-base, and @PACKAGE_NAME@ refers to the directory name, so explicity set the right package name. Also remove extra colon and fix Description text that must be in done in one line.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- src/wok/plugins/gingerbase/contrib/DEBIAN/control.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/wok/plugins/gingerbase/contrib/DEBIAN/control.in b/src/wok/plugins/gingerbase/contrib/DEBIAN/control.in index aacf946..6bf6631 100644 --- a/src/wok/plugins/gingerbase/contrib/DEBIAN/control.in +++ b/src/wok/plugins/gingerbase/contrib/DEBIAN/control.in @@ -1,14 +1,12 @@ -Package: @PACKAGE_NAME@ +Package: ginger-base Version: @PACKAGE_VERSION@ Section: base Priority: optional Architecture: all Depends: wok, python-psutil (>= 0.6.0), - sosreport, + sosreport Build-Depends: libxslt, python-lxml Maintainer: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> -Description: Ginger Base is an open source base host management plugin for Wok -(Webserver Originated from Kimchi), that provides an intuitive web panel with -common tools for configuring and managing the Linux systems. +Description: Ginger Base is an open source base host management plugin for Wok (Webserver Originated from Kimchi), that provides an intuitive web panel with common tools for configuring and managing the Linux systems.