From d833485ea9dd6c097c599933db79f8b3005e7c64 Mon Sep 17 00:00:00 2001 From: Lakshmipathi Date: Wed, 24 Aug 2011 16:48:07 +0530 Subject: Added debian packaging script --- packaging/deb_script/files/control_ib | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packaging/deb_script/files/control_ib (limited to 'packaging/deb_script/files/control_ib') diff --git a/packaging/deb_script/files/control_ib b/packaging/deb_script/files/control_ib new file mode 100644 index 0000000..5729bf7 --- /dev/null +++ b/packaging/deb_script/files/control_ib @@ -0,0 +1,19 @@ +Source: glusterfs +Section: admin +Priority: extra +Maintainer: lakshmipathi +Build-Depends: debhelper (>= 7), autotools-dev +Standards-Version: 3.8.3 +Homepage: http://www.gluster.com + +Package: glusterfs +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends},nfs-common,libibverbs-dev, libibverbs1 +Description: clustered file-system + GlusterFS is a clustered file-system capable of scaling to several + peta-bytes. It aggregates various storage bricks over Infiniband RDMA + or TCP/IP interconnect into one large parallel network file + system. GlusterFS is one of the most sophisticated file system in + terms of features and extensibility. It borrows a powerful concept + called Translators from GNU Hurd kernel. Much of the code in GlusterFS + is in userspace and easily manageable. -- cgit