summaryrefslogtreecommitdiffstats
path: root/encap/tools/bcfg2-python-apt/README
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-07 22:53:34 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-08-07 22:53:34 +0000
commit0589a284fbe23c7f20249a37295160be297e1692 (patch)
tree20ab73a64be41faf2f1dab61d3b589c0879e1c95 /encap/tools/bcfg2-python-apt/README
parent05a68a44155216ab21ceef81aadf5187c46b44ad (diff)
downloadbcfg2-0589a284fbe23c7f20249a37295160be297e1692.tar.gz
bcfg2-0589a284fbe23c7f20249a37295160be297e1692.tar.bz2
bcfg2-0589a284fbe23c7f20249a37295160be297e1692.zip
* Added support for Ubuntu Dapper Drake
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2054 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/tools/bcfg2-python-apt/README')
-rw-r--r--encap/tools/bcfg2-python-apt/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/encap/tools/bcfg2-python-apt/README b/encap/tools/bcfg2-python-apt/README
index 5b2a06e83..d95e472f2 100644
--- a/encap/tools/bcfg2-python-apt/README
+++ b/encap/tools/bcfg2-python-apt/README
@@ -3,3 +3,9 @@ Before building this, make sure that you have these libraries installed:
* /usr/lib/libapt-inst* (Part of the "apt-utils" package on Debian)
You also must have the "libapt-pkg-dev" package installed.
+
+To see if your Debian variant is supported, do "grep ifeq Makefile" and see if
+any of those strings match "cat /etc/issue".
+
+It should be pretty trivial to add new Debian platforms; if you have any
+issues, mail the bcfg2-dev list or open a ticket.