diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-07-20 22:19:58 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-07-20 22:19:58 +0000 |
commit | 75404b96e7776102f2639fe9f94ef87d5bec46c5 (patch) | |
tree | 5885011cc728911c727912b9f0b5c421d37c211c /debian | |
parent | ef58e692289049ccf74175dbe242ed48e9e61b2f (diff) | |
download | bcfg2-75404b96e7776102f2639fe9f94ef87d5bec46c5.tar.gz bcfg2-75404b96e7776102f2639fe9f94ef87d5bec46c5.tar.bz2 bcfg2-75404b96e7776102f2639fe9f94ef87d5bec46c5.zip |
More fixes to get builds working on sarge
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1980 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4cf..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/control.in b/debian/control.in index 0c6d1642d..725db1895 100644 --- a/debian/control.in +++ b/debian/control.in @@ -17,7 +17,7 @@ Description: build configuration system Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, python-lxml (>= 0.8), python2.3-fam | python2.4-fam | python-fam | python2.3-gamin | python2.4-gamin , python-pyopenssl, libxml2-utils (>= 2.6.23), fam | gamin, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${source:Version}) +Depends: ${python:Depends}, python-lxml (>= 0.8), python2.3-fam | python2.4-fam | python-fam | python2.3-gamin | python2.4-gamin , python-pyopenssl, libxml2-utils (>= 2.6.23), fam | gamin, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}) XB-Python-Version: ${python:Versions} Description: build configuration system, version two Bcfg2 is a symbolic configuration management system, |