diff --git a/Code/Mantid/Build/dev-packages/deb/paraview-developer/README b/Code/Mantid/Build/dev-packages/deb/paraview-developer/README new file mode 100644 index 0000000000000000000000000000000000000000..c49cfc6faac630e2da31fb948693e70cd9ecb934 --- /dev/null +++ b/Code/Mantid/Build/dev-packages/deb/paraview-developer/README @@ -0,0 +1,6 @@ +This directory contains the structure required to build the simple paraview-developer debian file. + +To build the package: + * Switch to the directory containing this file + * Run "dpkg --build paraview-developer-1.0" + * A file called paraview-developer-1.0.deb will appear in the current directory. diff --git a/Code/Mantid/Build/dev-packages/deb/paraview-developer/paraview-developer-1.0/DEBIAN/control b/Code/Mantid/Build/dev-packages/deb/paraview-developer/paraview-developer-1.0/DEBIAN/control new file mode 100644 index 0000000000000000000000000000000000000000..ae3ebcb17ab4b5bb1ca865df560e85c00c59fbb5 --- /dev/null +++ b/Code/Mantid/Build/dev-packages/deb/paraview-developer/paraview-developer-1.0/DEBIAN/control @@ -0,0 +1,11 @@ +Package: paraview-developer +Version: 1.0 +Section: main +Priority: optional +Architecture: all +Depends: cmake, build-essential, libqt4-dev, qt4-dev-tools, libxt-dev +Installed-Size: 0 +Maintainer: Mantid Project +Description: Installs all packages required for a paraview developer + A metapackage which requires all the dependencies and tools that are + required to build paraview from source.