summaryrefslogtreecommitdiffstats
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* added python-daemon requiresChris St. Pierre2012-09-051-1/+1
|
* Update packaging with pyinotify dependencySol Jerome2012-05-191-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Fix sphinx build dependsSol Jerome2012-04-111-1/+1
| | | | | | | | Resolves lintian error: missing-build-dependency-for-dh-addon sphinxdoc => python-sphinx (>= 1.0.7+dfsg) | python3-sphinx Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Add bcfg2-doc packageSol Jerome2012-04-051-2/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Have bcfg2-web depend on bcfg2-server instead of the clientArto Jantunen2012-02-051-1/+1
| | | | The server package contains the Reports module.
* Use the correct name for the sqlalchemy package (python-sqlalchemy)Arto Jantunen2012-02-051-1/+1
|
* debian: Add python-setuptools build dependencySol Jerome2012-01-281-1/+1
| | | | | | | Without this, debian/ubuntu packages fail to build due to the import added in 7f92169. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Move libapache2-mod-wsgi to Suggests (#1034)Sol Jerome2011-09-051-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Add patch to Recommends (See Debian bug 638826)Sol Jerome2011-08-221-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Remove fam dependenciesSol Jerome2011-03-171-1/+1
| | | | | | | | | This change is only for the debian packages as fam support is going to be dropped in newer versions. See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613042 Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* debian: Update Maintainer/UploadersSol Jerome2011-01-151-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-10-211-0/+1
|
* web_reports: debian reports packageTim Laszlo2010-10-191-0/+9
|
* debian: Homepage field fix from Arto JantunenSol Jerome2010-05-171-2/+1
| | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* debian: Add debian packaging updates from Arto JantunenSol Jerome2010-04-241-2/+2
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5836 ce84e21b-d406-0410-9b95-82705330c041
* debian: Remove some unnecessary dependenciesSol Jerome2010-04-081-2/+1
| | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
* This may make aptitude complain less in the common case of only gamin being ↵Daniel Joseph Barnhart Clark2010-01-251-1/+1
| | | | | | installed before bcfg2-server installation. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5704 ce84e21b-d406-0410-9b95-82705330c041
* There may be current bugs with python-m2crypto code, so recommend installing ↵Daniel Joseph Barnhart Clark2009-12-181-0/+1
| | | | | | python-ssl instead on machines with python 2.5 or earlier installed, but still allow it to not be installed if that is that user's choice. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5624 ce84e21b-d406-0410-9b95-82705330c041
* Try to avoid a state where deps are satisfied by installing (fam and ↵Daniel Joseph Barnhart Clark2009-12-151-2/+1
| | | | | | python-gamin) or (gamin and python-fam) by the suggestion of "jackyf | djbclark: maybe by disgrouping in 4 pairs" since control does not support syntax that would make more immediate sense to humans like ((python-fam & fam) | (python-gamin & gamin)) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5621 ce84e21b-d406-0410-9b95-82705330c041
* BuildingDebianPackages: Deps changes/additionsDaniel Joseph Barnhart Clark2009-12-091-3/+3
| | | | | | | | * Changed bcfg2 client to reffer to python 2.6 or later in the same way that works for bcfg2-server (the >= notation seems to fail; need to list actual package names). * Added Snapshots (sqlalchemy), New Dynamic Reports (python-django) and Old Reports (mail-transport-agent) deps. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5614 ce84e21b-d406-0410-9b95-82705330c041
* Changed some Recommends to Suggests, using the approach that packagesMike McCallister2009-12-081-1/+2
| | | | | | | | | | | needed to support the minimal configuration without error should be recommended while others should be left as suggestions. Added python-cheetah as a suggestion to support the TCheetah plugin. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5613 ce84e21b-d406-0410-9b95-82705330c041
* Updated URL to Bcfg2 project page in Debian's control file.Mike McCallister2009-12-081-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5612 ce84e21b-d406-0410-9b95-82705330c041
* try to force prereq of python-ssl to be installed if python 2.6 or later are ↵Daniel Joseph Barnhart Clark2009-12-011-1/+1
| | | | | | not available git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5598 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2-client can also use python-ssl if it is installedDaniel Joseph Barnhart Clark2009-11-121-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5575 ce84e21b-d406-0410-9b95-82705330c041
* 8:35 @djbclark | ah, m2crypto is just for the client, not the server... ↵Daniel Joseph Barnhart Clark2009-11-121-2/+2
| | | | | | | | | | | so server | actually needs to be dep on python (>= 2.6) | python-ssl - that | sounds right, desai / solj? 8:44 desai | yeah, that's right git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5574 ce84e21b-d406-0410-9b95-82705330c041
* Make debian package more policy compliantDaniel Joseph Barnhart Clark2009-11-111-6/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5568 ce84e21b-d406-0410-9b95-82705330c041
* 1 Doc said python-support should go on Build-Depends-Indep lineDaniel Joseph Barnhart Clark2009-11-051-3/+6
| | | | | | | | 2 Don't force install of python-m2crypto if python 2.6 or greater, which support ssl natively, are present 3 Use ">= 2.3" instead of "${python:Versions}" for bcfg2 XB-Python-Version - the later was setting this to every available python version, eg "2.5, 2.6", and then on install shebang lines were getting forced to older version in some cases. Now just "/usr/bin/python" will be used. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5543 ce84e21b-d406-0410-9b95-82705330c041
* Debian packaging: updates from RessuNarayan Desai2009-11-051-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5532 ce84e21b-d406-0410-9b95-82705330c041
* Fix regression - new debian packaging made #767 re-appear.Daniel Joseph Barnhart Clark2009-10-301-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5515 ce84e21b-d406-0410-9b95-82705330c041
* Add new Debian packaging from Sami HaahtinenSol Jerome2009-10-291-0/+30
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5512 ce84e21b-d406-0410-9b95-82705330c041
* Packaging changes from ressuNarayan Desai2006-08-011-31/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2019 ce84e21b-d406-0410-9b95-82705330c041
* Packaging updates for the final debian uploadNarayan Desai2006-07-251-9/+15
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2002 ce84e21b-d406-0410-9b95-82705330c041
* re-add control fileNarayan Desai2006-07-201-0/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1985 ce84e21b-d406-0410-9b95-82705330c041
* Commit of Sami's debian packaging improvementsNarayan Desai2006-07-201-22/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1979 ce84e21b-d406-0410-9b95-82705330c041
* * Remove build dep on python-devNarayan Desai2006-03-291-1/+1
| | | | | | | * Improve error handing when no ssl key is available git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1817 ce84e21b-d406-0410-9b95-82705330c041
* add extra info for ubuntuNarayan Desai2006-02-271-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1775 ce84e21b-d406-0410-9b95-82705330c041
* Fix incorrect versions of -r documentationNarayan Desai2006-02-231-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1764 ce84e21b-d406-0410-9b95-82705330c041
* version bump and packaging updatesNarayan Desai2006-02-151-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1736 ce84e21b-d406-0410-9b95-82705330c041
* last step of repo switchesNarayan Desai2006-01-231-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
* Fix error reporting for parse failuresNarayan Desai2005-12-071-1/+1
| | | | | | | | Fix comment printing for etc/metadata.xml Add a better error message for client communication bootstrapping failures git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1615 ce84e21b-d406-0410-9b95-82705330c041
* fix example configNarayan Desai2005-12-061-1/+1
| | | | | | | install config file with 600 permissions git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1614 ce84e21b-d406-0410-9b95-82705330c041
* switch to a versioned dependency on lxmlNarayan Desai2005-11-281-2/+2
| | | | | | | (Logical change 1.367) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1542 ce84e21b-d406-0410-9b95-82705330c041
* switch to lxmlNarayan Desai2005-11-121-2/+2
| | | | | | | (Logical change 1.357) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1488 ce84e21b-d406-0410-9b95-82705330c041
* add version stringNarayan Desai2005-11-091-1/+1
| | | | | | | (Logical change 1.355) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1480 ce84e21b-d406-0410-9b95-82705330c041
* suport gamin or python-famNarayan Desai2005-11-091-1/+1
| | | | | | | (Logical change 1.354) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1475 ce84e21b-d406-0410-9b95-82705330c041
* add m2crypto as bcfg2-server dependsNarayan Desai2005-11-091-3/+3
| | | | | | | | | | | | | | | | 2005/11/08 14:02:16-06:00 anl.gov!desai update depends 2005/11/08 13:53:22-06:00 anl.gov!desai remove old deps 2005/11/08 13:39:31-06:00 anl.gov!desai switch to deps (Logical change 1.352) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1468 ce84e21b-d406-0410-9b95-82705330c041
* hack for gaminNarayan Desai2005-02-141-1/+1
| | | | | | | (Logical change 1.204) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@868 ce84e21b-d406-0410-9b95-82705330c041
* Fixed deps.Brian Pellin2005-01-111-1/+1
| | | | | | | (Logical change 1.185) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@790 ce84e21b-d406-0410-9b95-82705330c041
* Added additional build-dep.Brian Pellin2005-01-041-1/+1
| | | | | | | (Logical change 1.173) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@755 ce84e21b-d406-0410-9b95-82705330c041
* fix a bunch of lintian errorsNarayan Desai2004-10-301-2/+8
| | | | | | | | | | 2004/10/29 23:02:00-05:00 anl.gov!desai add extended description (Logical change 1.134) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@601 ce84e21b-d406-0410-9b95-82705330c041