Your message dated Thu, 04 Apr 2019 05:48:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#926364: unblock: itamae/1.9.10-2
has caused the Debian Bug report #926364,
regarding unblock: itamae/1.9.10-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 [email protected]
immediately.)
--
926364: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926364
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package itamae
itamae in testing causes execusion error and 1 line patch
taken from upstream fixes it. Here's debdiff.
diff -Nru itamae-1.9.10/debian/changelog itamae-1.9.10/debian/changelog
--- itamae-1.9.10/debian/changelog 2016-12-01 19:23:31.000000000 +0900
+++ itamae-1.9.10/debian/changelog 2019-04-02 17:57:32.000000000 +0900
@@ -1,3 +1,12 @@
+itamae (1.9.10-2) unstable; urgency=medium
+
+ * Team upload.
+ * debian/patches
+ - add 0002-fix-exec-error-taken-from-upstream.patch to fix
+ execution error (Closes: #926220)
+
+ -- Hideki Yamane <[email protected]> Tue, 02 Apr 2019 17:57:32 +0900
+
itamae (1.9.10-1) unstable; urgency=low
* Initial release (Closes: #842932)
diff -Nru
itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch
itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch
--- itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch
1970-01-01 09:00:00.000000000 +0900
+++ itamae-1.9.10/debian/patches/0002-fix-exec-error-taken-from-upstream.patch
2019-04-02 17:57:32.000000000 +0900
@@ -0,0 +1,21 @@
+From: Hideki Yamane <[email protected]>
+Date: Tue, 2 Apr 2019 17:48:18 +0900
+Subject: fix exec error, taken from upstream
+
+---
+ lib/itamae/cli.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/itamae/cli.rb b/lib/itamae/cli.rb
+index 06bba75..a90c344 100644
+--- a/lib/itamae/cli.rb
++++ b/lib/itamae/cli.rb
+@@ -12,7 +12,7 @@ module Itamae
+ def initialize(*)
+ super
+
+- Itamae.logger.level = ::Logger.const_get(options[:log_level].upcase)
++ Itamae.logger.level = ::Logger.const_get(options[:log_level].upcase) if
options[:log_level]
+ Itamae.logger.formatter.colored = options[:color]
+ end
+
diff -Nru itamae-1.9.10/debian/patches/series
itamae-1.9.10/debian/patches/series
--- itamae-1.9.10/debian/patches/series 2016-12-01 19:23:31.000000000 +0900
+++ itamae-1.9.10/debian/patches/series 2019-04-02 17:57:32.000000000 +0900
@@ -1 +1,2 @@
0001-Replace-use-of-git-command-in-.gemspec.patch
+0002-fix-exec-error-taken-from-upstream.patch
unblock itamae/1.9.10-2
--- End Message ---
--- Begin Message ---
Hideki Yamane:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package itamae
>
> itamae in testing causes execusion error and 1 line patch
> taken from upstream fixes it. Here's debdiff.
>
> [...]
>
> unblock itamae/1.9.10-2
>
Unblocked, thanks.
~Niels
--- End Message ---