Package: release.debian.org Severity: normal User: [email protected] 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 <[email protected]> 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-----

