diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-11-09 20:58:08 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-11-09 20:58:08 +0000 |
commit | ae0f2a6d16d1e9b22d9a57eab2fbffec02c6ab69 (patch) | |
tree | 8379ee0f610a85532483295a18ac8318cb4fd272 /debian | |
parent | 6a340f1184a61c300ef4e8c3ba6e2c982f247671 (diff) | |
download | bcfg2-ae0f2a6d16d1e9b22d9a57eab2fbffec02c6ab69.tar.gz bcfg2-ae0f2a6d16d1e9b22d9a57eab2fbffec02c6ab69.tar.bz2 bcfg2-ae0f2a6d16d1e9b22d9a57eab2fbffec02c6ab69.zip |
add m2crypto as bcfg2-server depends
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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 52d0e8497..5457598d5 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: bcfg2 Section: admin Priority: optional Maintainer: Narayan Desai <desai@mcs.anl.gov> -Build-Depends: debhelper (>= 4.0.0), python2.3-dev +Build-Depends: debhelper (>= 4.0.0), python-dev Standards-Version: 3.6.1.1 Package: bcfg2 Architecture: all -Depends: ${python:Depends}, ssslib-python, debsums, python-apt, python2.3-elementtree +Depends: ${python:Depends}, debsums, python-apt, python-elementtree Description: build configuration system Bcfg2 is a symbolic configuration management system, produced at Argonne National Lab. @@ -15,7 +15,7 @@ Description: build configuration system Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, ssslib-python, bcfg2, python2.3-elementtree +Depends: ${python:Depends}, bcfg2, python-elementtree, python2.3-gamin, m2crypto Description: build configuration system, version two Bcfg2 is a symbolic configuration management system, produced at Argonne National Lab. |