Package: golang-github-go-sourcemap-sourcemap Version: 2.1.3+git20201028.eed1c20-2 Followup-For: Bug #989120 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu impish ubuntu-patch
Fixing a typo present in the previous message. Please, ignore the previous patch.
diff -Nru golang-github-go-sourcemap-sourcemap-2.1.3+git20201028.eed1c20/debian/rules golang-github-go-sourcemap-sourcemap-2.1.3+git20201028.eed1c20/debian/rules --- golang-github-go-sourcemap-sourcemap-2.1.3+git20201028.eed1c20/debian/rules 2021-03-11 16:00:08.000000000 -0300 +++ golang-github-go-sourcemap-sourcemap-2.1.3+git20201028.eed1c20/debian/rules 2021-07-08 13:51:34.000000000 -0300 @@ -2,3 +2,9 @@ %: dh $@ --buildsystem=golang --with=golang + +override_dh_auto_test: + # The test suite needs an external network connection to fetch jquery. + # Patching it would require adjustments for compliance with the available + # version of libjs-jquery. This would require adjusting the patch for every + # new libjs-jquery version. Let's just skip the tests instead.