File: control

package info (click to toggle)
golang-github-jacobsa-bazilfuse 0.0~git20150622-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 736 kB
  • ctags: 1,364
  • sloc: sh: 26; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,375 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
Source: golang-github-jacobsa-bazilfuse
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-bazil-fuse-dev,
               golang-golang-x-net-dev | golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
               golang-golang-x-sys-dev
Standards-Version: 3.9.6
Homepage: https://github.com/jacobsa/bazilfuse
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jacobsa-bazilfuse.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jacobsa-bazilfuse.git

Package: golang-github-jacobsa-bazilfuse-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-bazil-fuse-dev,
         golang-golang-x-net-dev | golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
         golang-golang-x-sys-dev
Built-Using: ${misc:Built-Using}
Description: fork of bazil.org/fuse for gcsfuse
 This package is an implementation detail of github.com/jacobsa/fuse, which is
 used by gcsfuse. You likely should be using bazil.org/fuse (contained in
 Debian package golang-bazil-fuse-dev) directly.
 .
 Changes from upstream are:
 .
  * The function SetOption allows for setting arbitrary mount options.