summaryrefslogtreecommitdiffstats
path: root/packaging/deb_script/files/control
diff options
context:
space:
mode:
authorLakshmipathi <lakshmipathi@gluster.com>2011-08-24 16:48:07 +0530
committerLakshmipathi.G <lakshmipathi@gluster.com>2011-08-24 16:48:07 +0530
commitd833485ea9dd6c097c599933db79f8b3005e7c64 (patch)
tree88ccc1cfe12eb97ce3014a8fd50f74ae1ec404f4 /packaging/deb_script/files/control
parent451ebfb7ff3bde3dbb1efeb37b3b37963f902d7f (diff)
Added debian packaging script
Diffstat (limited to 'packaging/deb_script/files/control')
-rw-r--r--packaging/deb_script/files/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/packaging/deb_script/files/control b/packaging/deb_script/files/control
new file mode 100644
index 0000000..5bc7aa4
--- /dev/null
+++ b/packaging/deb_script/files/control
@@ -0,0 +1,19 @@
+Source: glusterfs
+Section: admin
+Priority: extra
+Maintainer: lakshmipathi <lakshmipathi@gluster.com>
+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
+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.