diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-07-20 22:25:54 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-07-20 22:25:54 +0000 |
commit | ee4818cd2494323e42a006b1ee0875bf1c0043b0 (patch) | |
tree | aa14ca03c8d2235ca30c8bb0eede9c16729c0921 /debian | |
parent | 9add057a97a5b3a396e85ea339c00db7e7b3a978 (diff) | |
download | bcfg2-ee4818cd2494323e42a006b1ee0875bf1c0043b0.tar.gz bcfg2-ee4818cd2494323e42a006b1ee0875bf1c0043b0.tar.bz2 bcfg2-ee4818cd2494323e42a006b1ee0875bf1c0043b0.zip |
re-add control file
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1985 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..73f4fae71 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: bcfg2 +Section: admin +Priority: optional +Maintainer: Narayan Desai <desai@mcs.anl.gov> +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-central (>= 0.5.0) +Standards-Version: 3.7.2.0 +XS-Python-Version: >= 2.3 + +Package: bcfg2 +Architecture: all +Depends: ${python:Depends}, debsums, python-apt, python-lxml (>= 0.8), ucf, lsb-base (>= 3.1-9) +XB-Python-Version: ${python:Versions} +Description: build configuration system + Bcfg2 is a symbolic configuration management system, + produced at Argonne National Lab. + This is the client side components. + +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}) +XB-Python-Version: ${python:Versions} +Description: build configuration system, version two + Bcfg2 is a symbolic configuration management system, + produced at Argonne National Lab. + This is the server side component. |