diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-08-11 15:11:53 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-08-11 15:11:53 +0000 |
commit | 42413462e2ace820cef21cbcddddca2b8cfeac20 (patch) | |
tree | 957ee42909790a268d012e8d54a0e3322e7d5b94 | |
parent | 69c2ecfea04685282e12f0403d5878f4b7e26aca (diff) | |
download | bcfg2-42413462e2ace820cef21cbcddddca2b8cfeac20.tar.gz bcfg2-42413462e2ace820cef21cbcddddca2b8cfeac20.tar.bz2 bcfg2-42413462e2ace820cef21cbcddddca2b8cfeac20.zip |
change package name to be in line with bcfg1
2004/08/11 09:59:29-05:00 anl.gov!desai
(Logical change 1.30)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@151 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e69de29bb..257b8e6ce 100644 --- a/debian/control +++ b/debian/control @@ -0,0 +1,16 @@ +Source: bcfg2 +Section: unknown +Priority: optional +Maintainer: Narayan Desai <desai@mcs.anl.gov> +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.0 + +Package: bcfg2 +Architecture: all +Depends: ${python:Depends}, ssslib-python, debsums +Description: build configuration system + +Package: bcfg-server +Architecture: all +Depends: ${python:Depends}, ssslib-python, python2.3-fam +Description: build configuration system |