Your message dated Tue, 14 Apr 2015 18:32:36 +0200
with message-id <[email protected]>
and subject line Re: Bug#782567: unblock: apcupsd/3.14.12-1.1
has caused the Debian Bug report #782567,
regarding unblock: apcupsd/3.14.12-1.1
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.)
--
782567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782567
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
Usertags: unblock
Please unblock apcupsd/3.14.12-1.1. The NMU fixes apcaccess on ARM (RC
bug #770984).
Thanks,
ema
diff -u apcupsd-3.14.12/debian/changelog apcupsd-3.14.12/debian/changelog
--- apcupsd-3.14.12/debian/changelog
+++ apcupsd-3.14.12/debian/changelog
@@ -1,3 +1,11 @@
+apcupsd (3.14.12-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * src/apcaccess.c: declare "ch" as int to match getopt return type. Fixes
+ apcaccess on ARM. (Closes: #770984)
+
+ -- Emanuele Rocca <[email protected]> Tue, 14 Apr 2015 09:14:33 +0200
+
apcupsd (3.14.12-1) unstable; urgency=low
* [84a0ea2] Imported Upstream version 3.14.12
diff -u apcupsd-3.14.12/debian/patches/series
apcupsd-3.14.12/debian/patches/series
--- apcupsd-3.14.12/debian/patches/series
+++ apcupsd-3.14.12/debian/patches/series
@@ -4,0 +5 @@
+05-apcaccess-arm.patch
only in patch2:
unchanged:
--- apcupsd-3.14.12.orig/debian/patches/05-apcaccess-arm.patch
+++ apcupsd-3.14.12/debian/patches/05-apcaccess-arm.patch
@@ -0,0 +1,13 @@
+Declare "ch" as int to match getopt return type. Fix apcaccess behavior on
+arm.
+--- a/src/apcaccess.c
++++ b/src/apcaccess.c
+@@ -146,7 +146,7 @@
+ #endif
+
+ // Process standard options
+- char ch;
++ int ch;
+ while ((ch = getopt(argc, argv, "f:h:p:u")) != -1)
+ {
+ switch (ch)
--- End Message ---
--- Begin Message ---
On 2015-04-14 11:58, Emanuele Rocca wrote:
> Package: release.debian.org
> User: [email protected]
> Usertags: unblock
>
> Please unblock apcupsd/3.14.12-1.1. The NMU fixes apcaccess on ARM (RC
> bug #770984).
>
> Thanks,
> ema
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---