more sensible name develdeb.pkgs as it is used for all debians
[build.git] / config.planetlab / develdeb.pkgs
diff --git a/config.planetlab/develdeb.pkgs b/config.planetlab/develdeb.pkgs
new file mode 100644 (file)
index 0000000..2206f6e
--- /dev/null
@@ -0,0 +1,29 @@
+# a trimmed set of devel packages for sfa only
+# primarily targets debian
+# including stuff like mysql here seems to trigger interactive install screens - e.g. prompting for passwords
+# so we're much better off this way - and it's of course much faster
+#
+# keep perl from whining all the time
+package: locales
+#
+# rpm is unfortunately required at a very early stage..
+package: rpm python-rpm
+#
+# populating
+package: git make 
+package: bzip2 gzip
+#
+# debian packaging tools
+package: build-essential dpatch debhelper
+package: devscripts
+#
+# our needs
+package: python 
+# apparently this is not required yet
+# package: python-dev 
+# 
+# required for the wsdl stage
+package: python-dateutil python-openssl python-m2crypto python-lxml xsltproc
+# 
+# xmlbuilder
+package: python-setuptools