[PATCH v3] Add correct package name for libxslt in Ubuntu

v1 - first version v2 - Update control.in file as well for libxslt pkg name v3 - Use xsltproc instead for libxslt Socorro Stoppler (1): Add correct package name for libxslt in Ubuntu contrib/DEBIAN/control.in | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.9.1

This is now using the correct package for Ubuntu in regards to libxslt. Signed-off-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> --- contrib/DEBIAN/control.in | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in index 7dc4959..185b187 100644 --- a/contrib/DEBIAN/control.in +++ b/contrib/DEBIAN/control.in @@ -15,7 +15,7 @@ Depends: python-cherrypy3 (>= 3.2.0), python-psutil (>= 0.6.0), fonts-font-awesome, texlive-fonts-extra -Build-Depends: libxslt, +Build-Depends: xsltproc, openssl, python-lxml, pkg-config, diff --git a/docs/README.md b/docs/README.md index 4ce6bb6..d77b89b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -82,7 +82,7 @@ channel at RHN Classic or Red Hat Satellite. python-cherrypy3 python-cheetah python-imaging \ python-pam python-m2crypto python-jsonschema \ python-psutil python-ldap python-lxml nginx \ - libxslt openssl python-dev python-pip \ + xsltproc openssl python-dev python-pip \ g++ fonts-font-awesome texlive-fonts-extra $ sudo pip install cython libsass -- 1.9.1

Socorro, xsltproc is also necessary in Kimchi compilation. Would be nice if you update the files related to Kimchi also. Please, fix the following files and send in a unique patch: src/wok/plugins/kimchi/contrib/DEBIAN/control.in src/wok/plugins/kimchi/docs/README.md Paulo On Tue, 2015-10-20 at 10:53 -0700, Socorro Stoppler wrote:
This is now using the correct package for Ubuntu in regards to libxslt.
Signed-off-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> --- contrib/DEBIAN/control.in | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in index 7dc4959..185b187 100644 --- a/contrib/DEBIAN/control.in +++ b/contrib/DEBIAN/control.in @@ -15,7 +15,7 @@ Depends: python-cherrypy3 (>= 3.2.0), python-psutil (>= 0.6.0), fonts-font-awesome, texlive-fonts-extra -Build-Depends: libxslt, +Build-Depends: xsltproc, openssl, python-lxml, pkg-config, diff --git a/docs/README.md b/docs/README.md index 4ce6bb6..d77b89b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -82,7 +82,7 @@ channel at RHN Classic or Red Hat Satellite. python-cherrypy3 python-cheetah python -imaging \ python-pam python-m2crypto python -jsonschema \ python-psutil python-ldap python-lxml nginx \ - libxslt openssl python-dev python-pip \ + xsltproc openssl python-dev python-pip \ g++ fonts-font-awesome texlive-fonts -extra
$ sudo pip install cython libsass

Paulo, Will take care of that. Thanks! -Socorro On 10/20/2015 11:17 AM, Paulo Ricardo Paz Vital wrote:
Socorro,
xsltproc is also necessary in Kimchi compilation. Would be nice if you update the files related to Kimchi also. Please, fix the following files and send in a unique patch:
src/wok/plugins/kimchi/contrib/DEBIAN/control.in src/wok/plugins/kimchi/docs/README.md
Paulo
On Tue, 2015-10-20 at 10:53 -0700, Socorro Stoppler wrote:
This is now using the correct package for Ubuntu in regards to libxslt.
Signed-off-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> --- contrib/DEBIAN/control.in | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in index 7dc4959..185b187 100644 --- a/contrib/DEBIAN/control.in +++ b/contrib/DEBIAN/control.in @@ -15,7 +15,7 @@ Depends: python-cherrypy3 (>= 3.2.0), python-psutil (>= 0.6.0), fonts-font-awesome, texlive-fonts-extra -Build-Depends: libxslt, +Build-Depends: xsltproc, openssl, python-lxml, pkg-config, diff --git a/docs/README.md b/docs/README.md index 4ce6bb6..d77b89b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -82,7 +82,7 @@ channel at RHN Classic or Red Hat Satellite. python-cherrypy3 python-cheetah python -imaging \ python-pam python-m2crypto python -jsonschema \ python-psutil python-ldap python-lxml nginx \ - libxslt openssl python-dev python-pip \ + xsltproc openssl python-dev python-pip \ g++ fonts-font-awesome texlive-fonts -extra
$ sudo pip install cython libsass

Reviewed-By: Paulo Vital <pvital@linux.vnet.ibm.com> On Tue, 2015-10-20 at 10:53 -0700, Socorro Stoppler wrote:
This is now using the correct package for Ubuntu in regards to libxslt.
Signed-off-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> --- contrib/DEBIAN/control.in | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/DEBIAN/control.in b/contrib/DEBIAN/control.in index 7dc4959..185b187 100644 --- a/contrib/DEBIAN/control.in +++ b/contrib/DEBIAN/control.in @@ -15,7 +15,7 @@ Depends: python-cherrypy3 (>= 3.2.0), python-psutil (>= 0.6.0), fonts-font-awesome, texlive-fonts-extra -Build-Depends: libxslt, +Build-Depends: xsltproc, openssl, python-lxml, pkg-config, diff --git a/docs/README.md b/docs/README.md index 4ce6bb6..d77b89b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -82,7 +82,7 @@ channel at RHN Classic or Red Hat Satellite. python-cherrypy3 python-cheetah python -imaging \ python-pam python-m2crypto python -jsonschema \ python-psutil python-ldap python-lxml nginx \ - libxslt openssl python-dev python-pip \ + xsltproc openssl python-dev python-pip \ g++ fonts-font-awesome texlive-fonts -extra
$ sudo pip install cython libsass
participants (3)
-
Aline Manera
-
Paulo Ricardo Paz Vital
-
Socorro Stoppler