Package: release.debian.org
User: release.debian....@packages.debian.org
Usetags: unblock

it fixes an FTBFS.

--- tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/changelog        
2016-12-02 22:25:06.000000000 +0000
+++ tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/changelog        
2017-03-06 19:35:27.000000000 +0000
@@ -1,3 +1,14 @@
+tendermint-go-rpc (0.0~git20161021.0.e6e3853-2) unstable; urgency=medium
+
+  [ Jack Henschel ]
+  * Fix FTBFS #856834.
+    The location of the test socket is static. When the test is run
+    multiple times, the socket already exists (aka can't be created),
+    hence the test fails.
+    This can be fixed by deleting the socket before every run.
+
+ -- Alessio Treglia <ales...@debian.org>  Mon, 06 Mar 2017 19:35:27 +0000
+
 tendermint-go-rpc (0.0~git20161021.0.e6e3853-1) unstable; urgency=medium

   * Initial release (Closes: #846646)
diff -Nru tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules 
tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules
--- tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules    2016-12-02 
22:25:06.000000000 +0000
+++ tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules    2017-03-06 
19:34:57.000000000 +0000
@@ -6,3 +6,7 @@
 override_dh_auto_install:
        dh_auto_install
        rm -rf $(CURDIR)/debian/golang-github-tendermint-go-rpc-dev/usr/bin
+
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -f /tmp/go-rpc.sock


-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature

Reply via email to