summaryrefslogtreecommitdiff
path: root/packaging/debian/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Move man pages generations to rst2man (#37861)Joseph Herlant2018-03-261-1/+1
|
* Fix Debian packaging Dockerfile and docs.Matt Clay2017-10-131-2/+0
|
* Remove git:// urls from docsite and from packaging (#30459)Andreas Olsson2017-10-031-2/+2
| | | | | It's almost always preferable to clone by way of https:// rather than using the bare git:// protocol. Not only does https:// provide stronger guarantees it also plays nicer with corporate proxies, etc.
* Build debs with pbuilder (#18165)Shane McDonald2016-10-261-12/+25
| | | | | | * Build debs with pbuilder * Update README in packaging/debian * Add Dockerfile for building debs * Add local_deb makefile target - Allows users to build debs using locally installed dependencies. This was the `deb` target before moving to pbuilder.
* Debian need build-essential package to build deb package (#18068)Loïc2016-10-201-2/+2
| | | | | | * Need build-essential package * dpkg-dev is useless: it is a dependency of build-essential
* backwards compat for python-support on old Debian/Ubuntu releasesEvgeni Golov2016-03-181-1/+6
|
* update README.mdEvgeni Golov2016-03-171-1/+1
|
* moden apt can install local debs with dependencies just fineEvgeni Golov2016-03-171-0/+4
|
* Add missing xsltproc in Debian packaging READMELaurent Vallar2015-11-121-1/+1
| | | | fix #13140
* Add missing docbook-xml in Debian packaging READMELaurent Vallar2015-11-121-1/+1
| | | | fix #13139
* Add six as a dependency for packagingToshio Kuratomi2015-06-021-1/+1
|
* Update README.mdkristous2015-03-271-1/+1
| | | to get debuild you need to install devscripts
* doc: building debian package: 'asciidoc' is a required dependencyMatthieu Caneill2015-03-251-1/+1
|
* Building Ansible deb requires setuptoolsAndy Freeland2014-06-171-2/+2
|
* TypoHarsha Yalamanchili2014-03-061-1/+1
|
* Update debian install documentation to include dependency resolutionHarsha Yalamanchili2014-03-051-1/+1
|
* Update debian install documentation to include dependency resolutionHarsha Yalamanchili2014-03-051-1/+6
|
* Update README.mdMikki-black2014-03-041-1/+1
| | | ansible depends on sshpass as well.
* Add the ansible-galaxy commandJames Tanner2013-12-181-1/+1
|
* added missing build deps for debian/ubuntu to readmeBrian Coca2013-04-031-1/+1
| | | | Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
* dpkg -l does not install package, use dpkg -i <package-file> insteadPhilipp Grau2012-11-271-1/+1
|
* Add some python packages tooMiek Gieben2012-11-081-0/+1
| | | | When starting from scratch those packages must be installed too.
* Smiting Debian packaging instructions that did not work, and replacingPeter Sankauskas2012-08-011-0/+13
them with the correct instructions. Changing file to .md to match 'docs' file.