diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-07-20 22:17:39 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-07-20 22:17:39 +0000 |
commit | ef58e692289049ccf74175dbe242ed48e9e61b2f (patch) | |
tree | 3930dbfe9bb195515a49a84bd88db4bbdd07e2ef /debian/control | |
parent | aa9a728062db4083699d8c2899e14052d25f2927 (diff) | |
download | bcfg2-ef58e692289049ccf74175dbe242ed48e9e61b2f.tar.gz bcfg2-ef58e692289049ccf74175dbe242ed48e9e61b2f.tar.bz2 bcfg2-ef58e692289049ccf74175dbe242ed48e9e61b2f.zip |
Commit of Sami's debian packaging improvements
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1979 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index b0fa87cb7..000000000 --- a/debian/control +++ /dev/null @@ -1,22 +0,0 @@ -Source: bcfg2 -Section: admin -Priority: optional -Maintainer: Narayan Desai <desai@mcs.anl.gov> -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1.1 - -Package: bcfg2 -Architecture: all -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. - This is the client side components. - -Package: bcfg2-server -Architecture: all -Depends: ${python:Depends}, bcfg2, 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 -Description: build configuration system, version two - Bcfg2 is a symbolic configuration management system, - produced at Argonne National Lab. - This is the server side component. |