Your message dated Thu, 10 Jul 2014 04:48:30 +0000
with message-id <[email protected]>
and subject line Bug#753080: fixed in blhc 0.04+20140705+gita32e11c-1
has caused the Debian Bug report #753080,
regarding blhc: False positives when compiling Python files
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.)
--
753080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753080
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: blhc
Version: 0.04+20130814+gitd569fff-1
Severity: normal
Tags: patch
% blhc ~/.cache/sbuild/logs/subversion_1.8.9-2_amd64-20140601-2135.build
NONVERBOSE BUILD: Compiling
/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/libsvn/__init__.py ...
NONVERBOSE BUILD: Compiling
/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/libsvn/client.py ...
The attached patch finishes the previous attempt (#714630) at fixing
these false positives.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages blhc depends on:
ii libdpkg-perl 1.17.10
blhc recommends no packages.
blhc suggests no packages.
-- no debconf information
>From bb0d8f93123feb6d9ea80e7edf0e612c8ac569ca Mon Sep 17 00:00:00 2001
From: James McCoy <[email protected]>
Date: Sat, 28 Jun 2014 23:26:23 -0400
Subject: [PATCH] Fix false positive when "compiling" python files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Allow whitespace between the filename and the following “...” or end of
line.
Signed-off-by: James McCoy <[email protected]>
---
bin/blhc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/blhc b/bin/blhc
index 2624585..72918fe 100755
--- a/bin/blhc
+++ b/bin/blhc
@@ -466,7 +466,7 @@ sub is_non_verbose_build {
return 0 if $line =~ /^\s*C\+\+.+?:\s+(?:yes|no)\s*$/;
return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/;
# "Compiling" non binary files.
- return 0 if $line =~ /^\s*Compiling \S+\.(?:py|el)['"]?(?:\.\.\.)?$/;
+ return 0 if $line =~ /^\s*Compiling \S+\.(?:py|el)['"]?\s*(?:\.\.\.)?$/;
# "Compiling" with no file name.
if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) {
# $file_extension_regex may need spaces around the filename.
--
2.0.0
--- End Message ---
--- Begin Message ---
Source: blhc
Source-Version: 0.04+20140705+gita32e11c-1
We believe that the bug you reported is fixed in the latest version of
blhc, 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.
Jari Aalto <[email protected]> (supplier of updated blhc 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, 09 Jul 2014 12:14:38 +0300
Source: blhc
Binary: blhc
Architecture: source all
Version: 0.04+20140705+gita32e11c-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto <[email protected]>
Changed-By: Jari Aalto <[email protected]>
Description:
blhc - build log hardening check
Closes: 753080
Changes:
blhc (0.04+20140705+gita32e11c-1) unstable; urgency=low
.
* New upstream release
- Fix False positives when compiling Python files (Closes: #753080).
* debian/control
- (Standards-Version): Update to 3.9.5.
* debian/copyright
- Update years.
Checksums-Sha1:
eda18355bbfdcac753668fb1542c9b6713de1c94 1920
blhc_0.04+20140705+gita32e11c-1.dsc
968075087587e8fdca5996d814c0562317365f7c 45780
blhc_0.04+20140705+gita32e11c.orig.tar.gz
166465d0a8ee359c0d4106021216cc996048d3e4 2664
blhc_0.04+20140705+gita32e11c-1.debian.tar.xz
46babda060ccefc8cd39f9c1a784cc4c44642d41 24758
blhc_0.04+20140705+gita32e11c-1_all.deb
Checksums-Sha256:
ffd29dc9a6bbde3ef8f8f1c8f469d1bf0b816be89928e8ef9efa0aa8b6ffe325 1920
blhc_0.04+20140705+gita32e11c-1.dsc
8580e66800a6132110a6b0fbd287d4b6ce92527d44b58b5aa36cd52110bc64fb 45780
blhc_0.04+20140705+gita32e11c.orig.tar.gz
53ca866c8d10dfc6b3267965e1d33e5f1a06696261cb6d3221fbfa98de2d0049 2664
blhc_0.04+20140705+gita32e11c-1.debian.tar.xz
88309437a793cce2eb402c467fa1955b02941793b53158422686ae93fec98dca 24758
blhc_0.04+20140705+gita32e11c-1_all.deb
Files:
6ebea750a2427c1cd6e9cd3cf102f656 24758 utils optional
blhc_0.04+20140705+gita32e11c-1_all.deb
73b70b72e14597265f7f5ad913f5a6d2 1920 utils optional
blhc_0.04+20140705+gita32e11c-1.dsc
d80552c5ddcb8e09fe6dd72ae63a1cad 45780 utils optional
blhc_0.04+20140705+gita32e11c.orig.tar.gz
a70a683abf49d6e3e40b7a669347766a 2664 utils optional
blhc_0.04+20140705+gita32e11c-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTvhhPAAoJECHSBYmXSz6Woq4P+gKT91bHtScJsXr+bIjZreGI
1Z3217Vk8Nvzf0x1Br0ru99Bl+t5ss3X6BrhQFW/yfXjoIDvPd4cMmhlo3LtKOU+
fUFla9siyW+dG6p+1M6rWh95oeLQmZJHOaCJe+n0t7qjUiX129hbCCAQKDC/fvgm
1KebwnpXT3mpz7X+A/Ip9sxT/uUrs10vb3sinwUqUS3gvyDb2zVhlvqrVZrXndX1
6ssqR1tDJRyLrTzgWy3anf5kZK1PGFg/jI96lA9Vh1WgfGAMMse2W/3YgRjAzkJr
kvT2ef9DjEiNiC+cHtsoad8F3Vrwz+0EJKzV8u1vlk9wjmQUyaRWcVnScBWyGGes
ZB15MKHUUeA1uV4u5tBw1uXUPbP3er8WPnr5D7Q7dnoGj6FGaDYPF+RwM58L8/89
uUymLdogA5jp9t7zkDuTXrXgF1OmiW90frsn5WJxQGp7VHvU0d6JwoK7FuKBLtVb
C4SoxsoyhS1+sSEJ3AUtuXgWtcPBu2o755X9ng5fIsseUp9tv2V3FLc+kfPtp+uA
E0TQuuOdgmCiHh3ydcprSpIdaEOWYpBg5pB5VX95WTRZ3XvVreT/h62VhZNBvQKX
v9ZG1lN4IaexAoARHVrHHi4Y0iDTNDS1VVsm+EMTReUjBdS9rtdj4j7bJwS6aPwK
3ufQpJy1Td9D61diAVVT
=Vcra
-----END PGP SIGNATURE-----
--- End Message ---