[Kimchi-devel] [PATCH 05/15] V5 Ginger Base : base plugin build-aix and contrib folders

Aline Manera alinefm at linux.vnet.ibm.com
Thu Oct 15 17:50:07 UTC 2015



> diff --git a/src/wok/plugins/gingerbase/contrib/DEBIAN/Makefile.am b/src/wok/plugins/gingerbase/contrib/DEBIAN/Makefile.am
> new file mode 100644
> index 0000000..1ed4e39
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/contrib/DEBIAN/Makefile.am
> @@ -0,0 +1,18 @@


Missing project name in the license header

> +# Copyright IBM Corp, 2015
> +#


> +# Code derived from Project Kimchi

It is a new file so the above line is not needed.

> +# This library is free software; you can redistribute it and/or
> +# modify it under the terms of the GNU Lesser General Public
> +# License as published by the Free Software Foundation; either
> +# version 2.1 of the License, or (at your option) any later version.
> +#
> +# This library is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> +# Lesser General Public License for more details.
> +#
> +# You should have received a copy of the GNU Lesser General Public
> +# License along with this library; if not, write to the Free Software
> +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
> +
> +CLEANFILES = control
> diff --git a/src/wok/plugins/gingerbase/contrib/DEBIAN/control.in b/src/wok/plugins/gingerbase/contrib/DEBIAN/control.in
> new file mode 100644
> index 0000000..aacf946
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/contrib/DEBIAN/control.in
> @@ -0,0 +1,14 @@
> +Package: @PACKAGE_NAME@
> +Version: @PACKAGE_VERSION@
> +Section: base
> +Priority: optional
> +Architecture: all
> +Depends: wok,
> +         python-psutil (>= 0.6.0),
> +         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.
> diff --git a/src/wok/plugins/gingerbase/contrib/Makefile.am b/src/wok/plugins/gingerbase/contrib/Makefile.am
> new file mode 100644
> index 0000000..ca8aa4c
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/contrib/Makefile.am
> @@ -0,0 +1,36 @@
> +# Copyright IBM Corp, 2015
> +#
> +# Code derived from Project Kimchi

Same I commented above

> +# This library is free software; you can redistribute it and/or
> +# modify it under the terms of the GNU Lesser General Public
> +# License as published by the Free Software Foundation; either
> +# version 2.1 of the License, or (at your option) any later version.
> +#
> +# This library is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> +# Lesser General Public License for more details.
> +#
> +# You should have received a copy of the GNU Lesser General Public
> +# License along with this library; if not, write to the Free Software
> +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
> +




More information about the Kimchi-devel mailing list