summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2022-12-05 17:06:13 +0000
committerMatthew Vernon <matthew@debian.org>2022-12-05 17:06:13 +0000
commit024fe9ffd3406b71fcacdf131db58983329355fc (patch)
tree7c6dd9155c01d117e19f8b99e913fd7e1b8c068f
parenta3ef27878d930ec480755b6e9118910c5c7dc3c9 (diff)
control: CLI package name, {build-,}dependency
"hdfs" seems a big namespace grab, so go with hdfs-cli. Also note the dependency on gokrb5.v8 Add self to uploaders (Drew has consented to me uploading)
-rw-r--r--debian/control18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index a3d4fc2..d56aa79 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,14 @@
Source: golang-github-colinmarc-hdfs
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
-Uploaders: Drew Parsons <dparsons@debian.org>
+Uploaders: Drew Parsons <dparsons@debian.org>,
+ Matthew Vernon <matthew@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
+ golang-github-jcmturner-gokrb5.v8-dev,
golang-github-pborman-getopt-dev,
golang-github-stretchr-testify-dev,
golang-google-protobuf-dev
@@ -17,27 +19,25 @@ Homepage: https://github.com/colinmarc/hdfs
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/colinmarc/hdfs
-Package: hdfs
+Package: hdfs-cli
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
-Description: A native go client for HDFS (program)
- This is a native golang client for hdfs. It connects directly to the
- namenode using the protocol buffers API.
- .
- This package contains a commandline client for HDFS.
+Description: CLI client for HDFS, written in go
+ This is a commandline client for HDFS, written in go.
Its primary aim is to be idiomatic, by enabling
- your favorite unix verbs.
+ your favorite unix verbs (mv, ls, etc.).
Package: golang-github-colinmarc-hdfs-dev
Architecture: all
Depends: ${misc:Depends},
+ golang-github-jcmturner-gokrb5.v8-dev,
golang-github-pborman-getopt-dev,
golang-github-stretchr-testify-dev,
golang-google-protobuf-dev
Built-Using: ${misc:Built-Using}
-Description: A native go client for HDFS (program)
+Description: Native go client library for HDFS
This is a native golang client for hdfs. It connects directly to the
namenode using the protocol buffers API.
.