[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#856828: marked as done (unblock: golang-codegangsta-cli/1.18.0-2)



Your message dated Sun, 5 Mar 2017 11:08:55 +0100
with message-id <1a39d45c-ef94-0d38-2ee9-c102e7f23379@debian.org>
and subject line Re: Bug#856828: unblock: golang-codegangsta-cli/1.18.0-2
has caused the Debian Bug report #856828,
regarding unblock: golang-codegangsta-cli/1.18.0-2
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 owner@bugs.debian.org
immediately.)


-- 
856828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856828
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Please unblock package golang-codegangsta-cli

It FTBFS (rightfully) in some tests and this would pull some packages
out of testing because of this. I am a bit ashamed of the workaround
which is to (indirectly) disable the problematic tests but the fix
upstream is quite big as it pulls a lot of unrelated changes. Nothing
in Debian is using the bad part of this package. New code should use
golang-github-urfave-cli instead. At one point, this package should
just be a pseudo-transition package to the later (but I don't want to
do that during the freeze).

diff --git a/debian/changelog b/debian/changelog
index f84e556e02af..3188c9ac6d01 100644
- --- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+golang-codegangsta-cli (1.18.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Ignore github.com/codegangsta/cli/altsrc. Not used for Debian and YAML
+    stuff currently broken. Closes: #855906.
+
+ -- Vincent Bernat <bernat@debian.org>  Fri, 03 Mar 2017 08:44:23 +0100
+
 golang-codegangsta-cli (1.18.0-1) unstable; urgency=medium

   * Team upload.
diff --git a/debian/rules b/debian/rules
index 8cce5e073072..32521d93005d 100755
- --- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f

+# This part is broken. Excluding it here keep it in the package but
+# doesn't run tests on it. This is just a workaround. See
+# #855906. This should be removed on next upstream version.
+export DH_GOLANG_EXCLUDES := cli/altsrc
+
 %:
        dh $@ --buildsystem=golang --with=golang


unblock golang-codegangsta-cli/1.18.0-2

- -- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (101, 'experimental-debug'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCAAwFiEErvI0h2bzccaJpzYAlaQv6DU1JfkFAli71AQSHGJlcm5hdEBk
ZWJpYW4ub3JnAAoJEJWkL+g1NSX5KCcP/iKsfTuBwDCbAawnHitc89a1CU7c5hWj
35mnpeFrKdJjin8o23ZxS7EANf1teasAyKxs973kCrh9enJBugJ34Jw1xuVmGw24
jXZNWr9iJhEGHZEd00GQ+wc1AFjORR5fTyeXbmQaEMsX7JNWb+NxY1TzcTmaxN02
mHK9+D1Slm5XP8+vWH8RhpG0ZXVBBlf6nZKY2ZeyrGHkfFZxxP2sHwvNX/CVVZvO
8CXLeY7D0ZUYSin0/rcbYRtMdLtXIfojOppLxJPJZmG3MMqQpqBfL1h+2AHAldSN
NgaxeAYtk2yV+gK8Fr+qaWSzMjJh2BaxyeMDUXL69xeQl2tAitQclXcFopIyYRy0
CIyOWHGieBsiYMHgrexvypk1ZBV6Mkhz4iHss9mlERP4EzaXrDyBG5N79AKbNTQ9
G1TOvSIn4Vww5oDEhozqQSRgxLXdggagFSwJAa93r+jopAkWH5xTEYPgLjOUw1FJ
SNLtdqcj7WwYasGEcfBqDGOJUUhf5sJxQgGiXawZKVGunzmEm61sIFWfelTsOs2U
hb+R6Yie5Cvkowkcz/V9mYxkTl2NsDYEUVBkm05VBJUATy0DvvjWzS/XHoPKHQxO
o6D9Xhpgep8RdspWWv8r2SWOYXEueZLEtg7PiQID04gCv2vvfd7wfBDh6pZaoLFh
ELSMgY0NGeAl
=n7Ox
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
On 05/03/17 10:02, Vincent Bernat wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package golang-codegangsta-cli
> 
> It FTBFS (rightfully) in some tests and this would pull some packages
> out of testing because of this. I am a bit ashamed of the workaround
> which is to (indirectly) disable the problematic tests but the fix
> upstream is quite big as it pulls a lot of unrelated changes. Nothing
> in Debian is using the bad part of this package. New code should use
> golang-github-urfave-cli instead. At one point, this package should
> just be a pseudo-transition package to the later (but I don't want to
> do that during the freeze).

Hints in place:
==> ivodd
  # 20170304
  # #855906
  unblock golang-codegangsta-cli/1.18.0-2
  age-days 5 golang-codegangsta-cli/1.18.0-2

Cheers,
Emilio

--- End Message ---

Reply to: