summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2018-03-26 16:28:28 -0700
committerscottb <dharmabumstead@users.noreply.github.com>2018-03-26 16:28:28 -0700
commit00a7ff7974bf39314170e1d84c18f95d059eaa3c (patch)
tree4e2740d1a9a5109514ece67fa41918c9c667f608 /packaging
parent02f44176b940b8432ff31fc49a4632ed3315522e (diff)
downloadansible-00a7ff7974bf39314170e1d84c18f95d059eaa3c.tar.gz
Move man pages generations to rst2man (#37861)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/arch/PKGBUILD2
-rw-r--r--packaging/debian/Dockerfile2
-rw-r--r--packaging/debian/README.md2
-rw-r--r--packaging/debian/control2
4 files changed, 4 insertions, 4 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index f9031bdf50..abcc0a21ea 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -17,7 +17,7 @@ arch=('any')
url='https://www.ansible.com'
license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
-makedepends=('git' 'asciidoc' 'fakeroot')
+makedepends=('git' 'docutils' 'fakeroot')
optdepends=('python2-pyasn1: needed for accelerated mode'
'python2-crypto: needed for accelerated mode'
'python2-keyczar: needed for accelerated mode')
diff --git a/packaging/debian/Dockerfile b/packaging/debian/Dockerfile
index 559dc8d5ce..de831d09cf 100644
--- a/packaging/debian/Dockerfile
+++ b/packaging/debian/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:xenial
RUN apt-get update && apt-get install -y \
- asciidoc \
+ python-docutils \
cdbs \
debootstrap \
devscripts \
diff --git a/packaging/debian/README.md b/packaging/debian/README.md
index 74fc3a4cb9..7eaa472139 100644
--- a/packaging/debian/README.md
+++ b/packaging/debian/README.md
@@ -6,7 +6,7 @@ To create an Ansible DEB package:
__Note__: You must run this target as root or set `PBUILDER_BIN='sudo pbuilder'`
```
-apt-get install asciidoc cdbs debootstrap devscripts make pbuilder python-setuptools
+apt-get install python-docutils cdbs debootstrap devscripts make pbuilder python-setuptools
git clone https://github.com/ansible/ansible.git
cd ansible
DEB_DIST='xenial trusty precise' make deb
diff --git a/packaging/debian/control b/packaging/debian/control
index b73c312517..ed277b8a0d 100644
--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Standards-Version: 3.9.3
Maintainer: Ansible, Inc. <info@ansible.com>
-Build-Depends: cdbs, debhelper (>= 5.0.0), asciidoc, python, dh-python | python-support, python-setuptools, lsb-release
+Build-Depends: cdbs, debhelper (>= 5.0.0), python-docutils, python, dh-python | python-support, python-setuptools, lsb-release
Homepage: http://ansible.github.com/
Package: ansible