tags 863414 + pending patch
thanks

I've uploaded coyim 0.3.7-2.1 to DELAYED/5:
  
  coyim (0.3.7-2.1) unstable; urgency=medium
  
    * Non-maintainer upload.
    * Skip tests that require internet access to avoid FTBFS. Whilst this was
      proximately caused by missing Build-Depends on "ca-certificates", the
      testsuite would remain brittle due to it requiring an internet connection
      and a valid remote SSL certificate at www.olabini.se:443.
      (Closes: #863414)

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diffstat for coyim-0.3.7 coyim-0.3.7

 changelog |   11 +++++++++++
 rules     |    3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff -Nru coyim-0.3.7/debian/changelog coyim-0.3.7/debian/changelog
--- coyim-0.3.7/debian/changelog        2016-11-03 23:17:08.000000000 +0000
+++ coyim-0.3.7/debian/changelog        2017-05-28 09:49:27.000000000 +0100
@@ -1,3 +1,14 @@
+coyim (0.3.7-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Skip tests that require internet access to avoid FTBFS. Whilst this was
+    proximately caused by missing Build-Depends on "ca-certificates", the
+    testsuite would remain brittle due to it requiring an internet connection
+    and a valid remote SSL certificate at www.olabini.se:443.
+    (Closes: #863414)
+
+ -- Chris Lamb <la...@debian.org>  Sun, 28 May 2017 09:49:27 +0100
+
 coyim (0.3.7-2) unstable; urgency=medium
 
   * Remove unused Build-deps on golint, ruby and git.
diff -Nru coyim-0.3.7/debian/rules coyim-0.3.7/debian/rules
--- coyim-0.3.7/debian/rules    2016-10-28 06:40:28.000000000 +0100
+++ coyim-0.3.7/debian/rules    2017-05-28 09:49:27.000000000 +0100
@@ -12,7 +12,8 @@
 
 override_dh_auto_test:
        find ./config/importer -type d -name '*test_data' | xargs cp -rv -t 
/tmp ./config/importer/xmpp_client_test_conf.json
-       dh_auto_test --
+       # Skip tests requiring internet access
+       DH_GOLANG_EXCLUDES="github.com/twstrike/coyim/xmpp" dh_auto_test --
 
 override_dh_auto_build:
        dh_auto_build --

Reply via email to