[pkg-go] Bug#971898: src:syncthing: Please add possibly missing build dependencies

Andrej Shadura andrewsh at debian.org
Fri Oct 9 11:12:23 BST 2020


Package: src:syncthing
Version: 1.9.0~ds1-2
Severity: normal

Dear Maintainer,

While syncing syncthing to Ubuntu, Dmitry (in Cc) found an issue with
missing build dependencies:

https://bugs.launchpad.net/ubuntu/+source/syncthing/+bug/1897447

which resulted in a patch (see attachment). Please have a look and apply
those changes in Debian too, if necessary.

-- 
Cheers,
  Andrej
-------------- next part --------------
diff -Nru syncthing-1.9.0~ds1/debian/changelog syncthing-1.9.0~ds1/debian/changelog
--- syncthing-1.9.0~ds1/debian/changelog	2020-09-20 04:47:13.000000000 +0000
+++ syncthing-1.9.0~ds1/debian/changelog	2020-10-09 09:54:04.000000000 +0000
@@ -1,3 +1,9 @@
+syncthing (1.9.0~ds1-2ubuntu1) groovy; urgency=medium
+
+  * Add some missing golang libraries to dependencies.
+
+ -- Dmitry Shachnev <mitya57 at ubuntu.com>  Fri, 09 Oct 2020 12:54:04 +0300
+
 syncthing (1.9.0~ds1-2) unstable; urgency=medium
 
   * badger-max-cache.patch: Don't use deprecated
diff -Nru syncthing-1.9.0~ds1/debian/control syncthing-1.9.0~ds1/debian/control
--- syncthing-1.9.0~ds1/debian/control	2020-09-20 04:47:13.000000000 +0000
+++ syncthing-1.9.0~ds1/debian/control	2020-10-09 09:54:04.000000000 +0000
@@ -1,7 +1,8 @@
 Source: syncthing
 Section: utils
 Priority: optional
-Maintainer: Debian Go Packaging Team <pkg-go-maintainers at lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Go Packaging Team <pkg-go-maintainers at lists.alioth.debian.org>
 Uploaders: Alexandre Viau <aviau at debian.org>
 Build-Depends: debhelper (>= 10),
                dh-exec,
@@ -43,6 +44,10 @@
                golang-github-greatroar-blobloom-dev,
                golang-siphash-dev,
                golang-github-dgraph-io-badger-dev,
+               golang-github-datadog-zstd-dev,
+               golang-github-dgraph-io-ristretto-dev,
+               golang-github-dgryski-go-farm-dev,
+               golang-github-dustin-go-humanize-dev,
 # Web things
                fonts-fork-awesome (>=1.1.5+ds1-2),
                libjs-bootstrap
@@ -96,6 +101,10 @@
          golang-github-greatroar-blobloom-dev,
          golang-siphash-dev,
          golang-github-dgraph-io-badger-dev,
+         golang-github-datadog-zstd-dev,
+         golang-github-dgraph-io-ristretto-dev,
+         golang-github-dgryski-go-farm-dev,
+         golang-github-dustin-go-humanize-dev,
 Description: decentralized file synchronization - dev package
  Syncthing is an application that lets you synchronize your files across
  multiple devices. This means the creation, modification or deletion of files


More information about the Pkg-go-maintainers mailing list