summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Parsons <dparsons@debian.org>2022-11-19 16:40:31 +0100
committerDrew Parsons <dparsons@debian.org>2022-11-19 16:40:31 +0100
commita3ef27878d930ec480755b6e9118910c5c7dc3c9 (patch)
tree2b1943c9b200eeb3219247e9cf7b3b0f7fa3c817
parentb41d05ca5f953d8fae0017d6b6961ccc909fdca3 (diff)
use long golang form for source package
we need the package mainly for the github.com/colinmarc/hdfs source, not for the binary tool
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f81e058..895847a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-hdfs (2.3.0-1) UNRELEASED; urgency=medium
+golang-github-colinmarc-hdfs (2.3.0-1) UNRELEASED; urgency=medium
* Initial release (Closes: TODO)
diff --git a/debian/control b/debian/control
index ed9d6cc..a3d4fc2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
golang-github-pborman-getopt-dev,
golang-github-stretchr-testify-dev,
golang-google-protobuf-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-colinmarc-hdfs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-colinmarc-hdfs.git
Homepage: https://github.com/colinmarc/hdfs
@@ -25,7 +25,7 @@ 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.
Its primary aim is to be idiomatic, by enabling
your favorite unix verbs.