summaryrefslogtreecommitdiff
path: root/packaging/debian
Commit message (Collapse)AuthorAgeFilesLines
* [stable-2.9] debian: prepare the ansible-test packageGonéri Le Bouder2019-09-034-6/+32
| | | | | | | | | | - Generate an extra package for `ansible-test`. - Manually install the files because CDBS get confused by our two Python packages - Refresh the package descriptions to match what is done with the RPM (cherry picked from commit 3f9316b) Co-authored-by: Gonéri Le Bouder <goneri@lebouder.net>
* 2.6 changelog gen/version/root dir cleanup (#40421)Matt Davis2018-05-211-327/+0
| | | | | | | | | | | | | | | | | | | | * patched in changelog gen stuff from stable-2.5 * Makefile updates * release.py as single-source-of-truth * Remove obsolete ansible-core-sitemap.xml file. * Move ROADMAP.rst into README.rst. * dynamic rpm changelog, zap old deb/rpm changelogs * fix changelog in MANIFEST.in * Remove obsolete hacking/update.sh script. * Remove ref to deleted authors script. * Remove ref to removed module-formatter script. * Update headings to match script names. * MANIFEST.in cleanup * removed RELEASES.txt and versions.yml * removed obsolete release generation playbook/bits (not used since 2.5) * misc Makefile cleanup * speculative changes to DEB versioning * allow override of DEB_VERSION/DEB_RELEASE
* Convert more http links to https.Matt Clay2018-04-251-1/+1
|
* README.md was renamed. Fix deb build reference to the READMEToshio Kuratomi2018-04-111-1/+1
|
* Move man pages generations to rst2man (#37861)Joseph Herlant2018-03-263-3/+3
|
* Use pycrypto backend, rather than python-cryptography, on Ubuntu PreciseGrant Slater2018-02-191-0/+3
|
* Fix Debian packaging Dockerfile and docs.Matt Clay2017-10-132-3/+5
|
* Mention Ansible in package descriptionsRene van Aerle2017-10-051-1/+1
| | | | | | | These values are used by software updaters to show which applications are being updates to the user. In the case of Ubuntu, it will now show clearly that it is updating Ansible instead of a radically simple IT automation platform.
* 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.
* Fix pycrypto backend setting to work when multiple distros are specified in ↵Graham Mainwaring2017-07-132-2/+2
| | | | DEB_DIST
* Use pycrypto backend, rather than python-cryptography, on Ubuntu TrustyGraham Mainwaring2017-07-121-0/+5
|
* Build debs with pbuilder (#18165)Shane McDonald2016-10-263-15/+41
| | | | | | * 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
* Change <support@ansible.com> - it's being retired.Bill Nottingham2016-10-152-13/+13
|
* backwards compat for python-support on old Debian/Ubuntu releasesEvgeni Golov2016-03-183-2/+10
|
* update README.mdEvgeni Golov2016-03-171-1/+1
|
* migrate to dh-pythonEvgeni Golov2016-03-172-3/+4
|
* moden apt can install local debs with dependencies just fineEvgeni Golov2016-03-171-0/+4
|
* Updating RELEASES/etc. for develJames Cammarata2016-03-101-0/+27
| | | | [ci skip]
* Add python-setuptools to the requirements for running ansible asToshio Kuratomi2016-01-131-1/+1
| | | | | python-setuptools contains the egginfo needed to make pkg_resources work.
* 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
* Debian packaging updatesJames Cammarata2015-11-062-1/+2
| | | | Fixes #13040
* Backporting version release stuff from stable-1.9James Cammarata2015-10-091-0/+18
|
* Add six as a dependency for packagingToshio Kuratomi2015-06-022-2/+2
|
* Backporting release info/changelog stuff to develJames Cammarata2015-05-051-3/+8
|
* Improve generation of debian changelogJames Laska2015-04-091-3/+4
|
* Updating debian packaging changelog for devel 2.0 versionJames Cammarata2015-04-061-3/+9
|
* 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
|
* Update the packaging files through the 1.8.4 releaseToshio Kuratomi2015-03-031-3/+27
|
* Bumping files for 1.9James Cammarata2014-11-251-2/+8
|
* Remove install references to library/Michael DeHaan2014-09-291-1/+0
|
* Adding in docs updates for 1.7.2 releaseJames Cammarata2014-09-241-0/+12
|
* Make debuild happy by including a date in debian/changelogJames Laska2014-08-071-0/+6
| | | | | | The previous commit resolved the debian build problem, but was building packages with the stable version. A development version is required in the changelog to properly build development DEB packages.
* Fix debian builds by correcting debian/changelogJames Laska2014-08-071-6/+0
| | | | | | | Remove 1.8 debian/changelog entry with a date of "TBD" as this causes the debian build process to fail. We can add this back with the 1.8 release becomes a reality, or add it back now with a valid date in the future.
* Back-porting in CHANGELOG/etc. for older versionsJames Cammarata2014-08-061-0/+12
|
* Version bump for 1.8James Cammarata2014-08-061-2/+8
|
* Require python-crypto >= 2.6 for debian package buildsJames Laska2014-08-041-1/+1
| | | | | | | The ansible PyPi package, and RPM both require crypto>=2.6. This change carries that dependency into the ansible DEB package. Note, for ubuntu-12.04, this dependency is only satisfied by a PPA. Users installing from 'ppa:ansible/ansible' will not be affected..
* Backporting CHANGELOG/RELEASES and packaging updates for 1.6.7-8 releasesJames Cammarata2014-07-221-1/+13
|
* CHANGELOG and other updates for 1.6.6 releaseJames Cammarata2014-07-011-0/+6
|
* Backporting packaging updates from 1.6 branchJames Cammarata2014-06-251-0/+12
|
* Updated DEB build workflowJames Laska2014-06-202-34/+37
| | | | | | | | | | | | | Updates to Makefile include: * add targets: deb-src, deb-src-upload, deb-upload * add variables to control DEB building: DEBUILD_OPTS, DPUT_OPTS, DEB_PPA, DEB_DIST, DEB_RELEASE * create deb files for all release values in DEB_DIST Several updates to packaging/debian/* * Updated control file * Whitespace/formatting of changelog Add deb-build to .gitignore
* Building Ansible deb requires setuptoolsAndy Freeland2014-06-171-2/+2
|
* Back-porting 1.6.x release info into CHANGELOG/RELEASES and packagingJames Cammarata2014-06-101-2/+20
|
* Synchronize .deb package version with VERSION fileMaciej Delmanowski2014-05-071-0/+6
|
* Update packaging dates for the 1.6.0 releasev1.6.0James Cammarata2014-05-051-2/+2
|
* Fixing a bad merge commit in packaging/debian/changelogJames Cammarata2014-04-301-4/+0
|
* Updating changelog/releases/packaging for 1.5.5 releaseJames Cammarata2014-04-181-0/+12
|
* Updating CHANGELOG/RELEASES in devel for 1.5.3 and older releasesJames Cammarata2014-03-131-0/+12
|