[Kimchi-devel] [PATCH] Ginger Base: Fix DEBIAN/control.in
Aline Manera
alinefm at linux.vnet.ibm.com
Wed Nov 4 14:21:55 UTC 2015
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 at 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 at 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.
--
2.1.0
More information about the Kimchi-devel
mailing list