diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-05-17 09:07:49 -0500 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-05-17 09:10:43 -0500 |
commit | daf6eb01a78d5309d21c7ca223bd17b847ccc074 (patch) | |
tree | bfe52ce811dcff7bc6784e2607b7536f897e50a1 | |
parent | f8644660248846a1ee7c337badfd54cbcaff1ab7 (diff) | |
download | bcfg2-daf6eb01a78d5309d21c7ca223bd17b847ccc074.tar.gz bcfg2-daf6eb01a78d5309d21c7ca223bd17b847ccc074.tar.bz2 bcfg2-daf6eb01a78d5309d21c7ca223bd17b847ccc074.zip |
debian: Homepage field fix from Arto Jantunen
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 31d0740d7..acfc6cc9c 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,12 @@ Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7) Build-Depends-Indep: python-support (>= 0.5.3) Standards-Version: 3.8.0.0 XS-Python-Version: >= 2.3 +Homepage: http://bcfg2.org/ Package: bcfg2 Architecture: all Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, ucf, lsb-base (>= 3.1-9), python-m2crypto | python-ssl | python2.6 | python3.0 | python3.1 | python3.2 XB-Python-Version: >= 2.3 -Homepage: http://bcfg2.org/ Description: Configuration management client Bcfg2 is a configuration management system that generates configuration sets for clients bound by client profiles. @@ -24,7 +24,6 @@ Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils XB-Python-Version: >= 2.4 Recommends: graphviz Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, sqlalchemy (>= 0.5.0), python-django, mail-transport-agent -Homepage: http://bcfg2.org/ Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets for clients bound by client profiles. |