summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-11-28 20:18:16 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-11-28 20:18:16 +0000
commita99e5b2182d2026c12fa89ad5975fa04fe754926 (patch)
treec958ef29a23e6f10e0a2809ec43f3270017ba55c /debian/control
parente568f5a239618fab5ff36bd95bc052c05ce0ebe3 (diff)
downloadbcfg2-a99e5b2182d2026c12fa89ad5975fa04fe754926.tar.gz
bcfg2-a99e5b2182d2026c12fa89ad5975fa04fe754926.tar.bz2
bcfg2-a99e5b2182d2026c12fa89ad5975fa04fe754926.zip
switch to a versioned dependency on lxml
(Logical change 1.367) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1542 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 37fead0ed..48e915384 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1.1
Package: bcfg2
Architecture: all
-Depends: ${python:Depends}, debsums, python-apt, python-lxml
+Depends: ${python:Depends}, debsums, python-apt, python-lxml (>= 0.8)
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}, bcfg2, python-lxml, python2.3-fam | python2.3-gamin, m2crypto
+Depends: ${python:Depends}, bcfg2, python-lxml (>= 0.8), python2.3-fam | python2.3-gamin, m2crypto
Description: build configuration system, version two
Bcfg2 is a symbolic configuration management system,
produced at Argonne National Lab.