Your message dated Wed, 13 Nov 2019 14:39:43 +0000 with message-id <[email protected]> and subject line Bug#935941: fixed in golang-github-getlantern-hidden 0.0~git20190325.f02dbb0-2 has caused the Debian Bug report #935941, regarding golang-github-getlantern: missing dependency on golang-github-getlantern-hex-dev to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 935941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935941 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: golang-github-getlantern-hidden Version: 0.0~git20190325.f02dbb0-1 Severity: serious Tags: patch Hello, your package FTBFS without the golang-github-getlantern-hex-dev dependency with: dpkg-source: info: building golang-github-getlantern-hidden using existing ./golang-github-getlantern-hidden_0.0~git20190325.f02dbb0.orig.tar.xz dpkg-source: info: building golang-github-getlantern-hidden in golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-1.debian.tar.xz dpkg-source: info: building golang-github-getlantern-hidden in golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-1.dsc debian/rules build dh build --buildsystem=golang --with=golang dh_update_autotools_config -O--buildsystem=golang dh_autoreconf -O--buildsystem=golang dh_auto_configure -O--buildsystem=golang dh_auto_build -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -gcflags=all=\"-trimpath=/golang-github-getlantern-hidden-0.0\~git20190325.f02dbb0/obj-x86_64-linux-gnu/src\" -asmflags=all=\"-trimpath=/golang-github-getlantern-hidden-0.0\~git20190325.f02dbb0/obj-x86_64-linux-gnu/src\" -v -p 8 github.com/getlantern/hidden src/github.com/getlantern/hidden/hidden.go:11:2: cannot find package "github.com/getlantern/hex" in any of: /usr/lib/go-1.12/src/github.com/getlantern/hex (from $GOROOT) /golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/obj-x86_64-linux-gnu/src/github.com/getlantern/hex (from $GOPATH) dh_auto_build: cd obj-x86_64-linux-gnu && go install -gcflags=all=\"-trimpath=/golang-github-getlantern-hidden-0.0\~git20190325.f02dbb0/obj-x86_64-linux-gnu/src\" -asmflags=all=\"-trimpath=/golang-github-getlantern-hidden-0.0\~git20190325.f02dbb0/obj-x86_64-linux-gnu/src\" -v -p 8 github.com/getlantern/hidden returned exit code 1 make: *** [debian/rules:4: build] Error 255 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 This patch fixes the issue: (note: I'm not sure about the runtime dependency) diff -Nru golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/changelog golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/changelog --- golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/changelog 2019-04-04 15:47:37.000000000 +0200 +++ golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/changelog 2019-08-28 10:11:02.000000000 +0200 @@ -1,3 +1,9 @@ +golang-github-getlantern-hidden (0.0~git20190325.f02dbb0-2) unstable; urgency=medium + + * Add missing dependency on golang-github-getlantern-hex-dev (Closes: #-1) + + -- Gianfranco Costamagna <[email protected]> Wed, 28 Aug 2019 10:11:02 +0200 + golang-github-getlantern-hidden (0.0~git20190325.f02dbb0-1) unstable; urgency=medium * Initial release (Closes: 919946) diff -Nru golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/control golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/control --- golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/control 2019-04-04 15:47:37.000000000 +0200 +++ golang-github-getlantern-hidden-0.0~git20190325.f02dbb0/debian/control 2019-08-28 10:11:02.000000000 +0200 @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 11), dh-golang, golang-any, - golang-github-stretchr-testify-dev + golang-github-stretchr-testify-dev, + golang-github-getlantern-hex-dev Standards-Version: 4.3.0 Homepage: https://github.com/getlantern/hidden Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-getlantern-hidden @@ -17,7 +18,8 @@ Package: golang-github-getlantern-hidden-dev Architecture: all Depends: ${misc:Depends}, - golang-github-stretchr-testify-dev + golang-github-stretchr-testify-dev, + golang-github-getlantern-hex-dev Description: Hide text in text hidden provides the ability to "hide" binary data in a string using a hex encoding with non-printing characters. Hidden data is demarcated with
--- End Message ---
--- Begin Message ---Source: golang-github-getlantern-hidden Source-Version: 0.0~git20190325.f02dbb0-2 We believe that the bug you reported is fixed in the latest version of golang-github-getlantern-hidden, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Gianfranco Costamagna <[email protected]> (supplier of updated golang-github-getlantern-hidden package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 28 Aug 2019 10:11:02 +0200 Source: golang-github-getlantern-hidden Architecture: source Version: 0.0~git20190325.f02dbb0-2 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <[email protected]> Changed-By: Gianfranco Costamagna <[email protected]> Closes: 935941 Changes: golang-github-getlantern-hidden (0.0~git20190325.f02dbb0-2) unstable; urgency=medium . * Add missing dependency on golang-github-getlantern-hex-dev (Closes: #935941) Checksums-Sha1: 72a3c3efb331f823ceeb4985324cb12dc089774c 2456 golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2.dsc b127018d5455103a15032dd90d5fa31e9bcedf6c 1472 golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2.debian.tar.xz 6d56c66ff3431c44fd9cc61233e82fa5fa5026d5 6096 golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2_amd64.buildinfo Checksums-Sha256: 6f844898f82ac2288a0e27bdd92078781c76c7c1d24b73e1a2d368fc20f29c3f 2456 golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2.dsc 92413441a2a84e3f51b638b34a8625d517ed9f67935361c451f3612dc5656d05 1472 golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2.debian.tar.xz b969abb408a15c2741f37e813bcb4a3436d3014977e35c8903b05d3ba642ffb2 6096 golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2_amd64.buildinfo Files: 75a2ad4b0656120c1ca82d0290737862 2456 devel optional golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2.dsc 0a45632ac9102ad418967e2410c67a47 1472 devel optional golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2.debian.tar.xz 70389e7f1087cb79727490d7c78bab0b 6096 devel optional golang-github-getlantern-hidden_0.0~git20190325.f02dbb0-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl3MCuQACgkQC8R9xk0T UwblJQ/8CjYMaZHm274/ZBssp5pbS8KhnzcmiMk5rRTy3VxIW3BXA0Ge+mXd/uYf j/U6dtYOG+SYB5624YugiB2Kj0vY8GZVa7qC5WmiCYcbwekGT9t/qq3knpKb6Kqv JNhnWK231l/FSgZK8xj0m5Mt7NtdZHeqQpFbtH5r9b9t6ft5Q+6YQxNR4E3/Ca54 tzrSzG3bmcjI1hXUkS4V+qItWOYc2l+I50Fn0towE88RHDU30U3smbtd6caU4ksX JVhcAA2s530U5wT5oI9cjvhT1+2JtEv7GVg89kpKS/M/KsfVozuk640oJXyzwH/5 IHfmwDdv/wSgaQqytuLwJ38GwcT0orIMoOM9HvYxjaMZqXpIAB0r8FwDmRaNqG4X mjZ+vuK+r2MsWiyptG+OmPznfMK228XjnnpDZrrHdIWgt6awvBKrDjQUYnMSSxGw 8vWx96gj/YCT0GwRYke9airQFkPwJ7aPIRUZiAWLGcHvybzs+JF3SgmI+hLPIuhA +vY65xzQau04MIN8gNAXugBeHxjRa/58ENiF05HTMeKOXsYsKENQLGDzLnO5Z5Vr wSJ83EPlFime0dBtDrxcIMHcIQsP7Gb4a6PjD4HsMGjWpWkxNIXDxwEQgKuuUawV tn+gpFcf9uKgrgIRVMup3W3SLQh4raMqvG4165l1nhePlhaf96M= =u1SB -----END PGP SIGNATURE-----
--- End Message ---

