Your message dated Tue, 07 Mar 2017 18:42:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#857066: unblock: colorhug-client/0.2.8-3
has caused the Debian Bug report #857066,
regarding unblock: colorhug-client/0.2.8-3
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.)


-- 
857066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857066
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

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

Please unblock package colorhug-client

It fixes build on some architectures with broken valgrind, see #857056
(serious):

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857056

Debdiff is attached.

unblock colorhug-client/0.2.8-3

Thanks
- -- 
        Michal Čihař | https://cihar.com/ | https://weblate.org/

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

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

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

iQIzBAEBCAAdFiEEh+Zzr4P2w6DDRMjD9KoinU1YwkUFAli+6VEACgkQ9KoinU1Y
wkUuxBAAhfvws/bku9kQk0NdNYowxtjS7TDbT0M+rmd2UR34z7k5y7ZFibR4iloD
aqgyfoVK7ScQqrUjFRGY3ZY69LVEaTancZpxzam6/3xLuV5NYql19Jl/DTpbkXrp
qRohcGxduP7c9FZc5drZaKIpGxvubJdHLSJ0pObVzsnMALQN21eyQsAUGI9iZORM
86C6l0JrPXy0xOe3qoRIXlMcq7lmhjjAmE2LJZ1YBQvvN2431czAwvHX8F0LdyD2
7ZnkMkSFoaDRsyKtablTJzM0A1L1x2+8SZu1fpOr/aG8F5pbgCGvbWglCV4hT3PK
NF26812tssAHhqMSjnTVnNnaDDzj8aGeOjZ+CnqkdMdJ/u8D7C/maK+bjIURoHis
2wo1E8UR+mTnZYBDSsW4TZuBbYQ1gLlshEMlLdFs50ybhPg0Y26YGJeYQxrE1gVK
zhSl5LW1u1BE/JMW3AMIi6MXdiFXPs3ELY261VOJoOhdmLN3ocC4ZMX7+xRDPenv
jZu9b3FPDWQfJuQUyu5Xgtrg/VxYqRC+rJn7FLeFYbaA23oSMazqcKSZnig9tOM9
rSuAHLTiUUVm0Mwp4IBm/K52sjfUqfRQ+6WDpVvpsd2iD6xb9rCCp0V7dwO1DRwL
fwuNPM8pARMW1oIT2T3cJnUJqcXlcWx+J/XfZqA1J7gmrgzmDpI=
=RRBQ
-----END PGP SIGNATURE-----
diff -Nru colorhug-client-0.2.8/debian/control 
colorhug-client-0.2.8/debian/control
--- colorhug-client-0.2.8/debian/control        2016-04-07 13:15:38.000000000 
+0200
+++ colorhug-client-0.2.8/debian/control        2017-03-07 17:16:28.000000000 
+0100
@@ -11,7 +11,6 @@
     itstool,
     libtool,
     libtool-bin,
-    valgrind [amd64 arm64 armhf i386 mipsel mips64 mips64el powerpc ppc64 
ppc64el s390x],
     libxml2-utils,
     docbook-utils,
     yelp-tools,
@@ -25,7 +24,7 @@
     libcanberra-gtk3-dev,
     libsqlite3-dev,
     libsoup2.4-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://www.hughski.com/downloads.html
 Vcs-Git: git://anonscm.debian.org/collab-maint/colorhug-client.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=collab-maint/colorhug-client.git;a=summary
diff -Nru colorhug-client-0.2.8/debian/changelog 
colorhug-client-0.2.8/debian/changelog
--- colorhug-client-0.2.8/debian/changelog      2016-04-07 13:15:38.000000000 
+0200
+++ colorhug-client-0.2.8/debian/changelog      2017-03-07 17:16:30.000000000 
+0100
@@ -1,3 +1,11 @@
+colorhug-client (0.2.8-3) unstable; urgency=medium
+
+  * Avoid running tests in valgrind as it's not really stable across
+    architectures (Closes: #857056).
+  * Bump standards to 3.9.8.
+
+ -- Michal Čihař <[email protected]>  Tue, 07 Mar 2017 17:16:30 +0100
+
 colorhug-client (0.2.8-2) unstable; urgency=medium
 
   * Do not try to use valgrind for testing on mips, it seems to be broken.
diff -Nru colorhug-client-0.2.8/debian/rules colorhug-client-0.2.8/debian/rules
--- colorhug-client-0.2.8/debian/rules  2016-04-07 13:15:38.000000000 +0200
+++ colorhug-client-0.2.8/debian/rules  2017-03-07 17:07:59.000000000 +0100
@@ -4,7 +4,7 @@
        dh_installchangelogs NEWS
 
 override_dh_auto_test:
-       if [ -x /usr/bin/valgrind ] ; then dh_auto_test ; fi
+       make check TESTS_ENVIRONMENT=
 
 %:
        dh $@ --fail-missing --with autoreconf,autotools_dev

--- End Message ---
--- Begin Message ---
Michal Čihař:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> 
> Please unblock package colorhug-client
> 
> It fixes build on some architectures with broken valgrind, see #857056
> (serious):
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857056
> 
> Debdiff is attached.
> 
> unblock colorhug-client/0.2.8-3
> 
> Thanks
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to