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
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 <mity...@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-maintain...@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Go Packaging Team 
<pkg-go-maintain...@lists.alioth.debian.org>
 Uploaders: Alexandre Viau <av...@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

Reply via email to