File: control

package info (click to toggle)
gfs2-utils 3.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,140 kB
  • ctags: 2,519
  • sloc: ansic: 29,658; python: 1,211; makefile: 354; yacc: 188; sh: 180; lex: 108
file content (47 lines) | stat: -rw-r--r-- 1,374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: gfs2-utils
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders:
 Bastian Blank <waldi@debian.org>,
 Frederik Schüler <fs@debian.org>,
 Guido Günther <agx@sigxcpu.org>,
 Martin Loschwitz <madkiss@debian.org>,
 Valentin Vidic <Valentin.Vidic@CARNet.hr>
Build-Depends:
 autoconf,
 automake,
 autopoint,
 autotools-dev,
 bison,
 check,
 debhelper (>= 9),
 dh-autoreconf,
 flex,
 libblkid-dev,
 libncurses5-dev,
 libtool,
 pkg-config,
 zlib1g-dev
Standards-Version: 3.9.8
Homepage: https://fedorahosted.org/cluster/wiki/HomePage
Vcs-Browser: https://anonscm.debian.org/cgit/debian-ha/gfs2-utils.git
Vcs-Git: https://anonscm.debian.org/git/debian-ha/gfs2-utils.git

Package: gfs2-utils
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends:
 python,
 ${misc:Depends},
 ${shlibs:Depends}
Replaces: gfs2-tools (<= 3.0.17)
Conflicts: gfs2-tools (<= 3.0.17)
Description: Global File System 2 - filesystem tools
 The Global File System allows a cluster of machines to concurrently access
 shared storage hardware like SANs or iSCSI and network block devices. GFS
 can be deployed to build high-availability services without the single point
 of failure of a file server.
 .
 This package contains tools for creating and managing global file systems.
 GFS itself is a set of kernel modules.