Your message dated Tue, 14 Apr 2015 18:32:36 +0200 with message-id <552D4124.3080109@thykier.net> 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 owner@bugs.debian.org immediately.) -- 782567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782567 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: unblock: apcupsd/3.14.12-1.1
- From: Emanuele Rocca <ema@linux.it>
- Date: Tue, 14 Apr 2015 11:58:46 +0200
- Message-id: <[🔎] 20150414095846.GA20367@aspi>
Package: release.debian.org User: release.debian.org@packages.debian.org 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 <ema@debian.org> 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 ---
- To: Emanuele Rocca <ema@linux.it>, 782567-done@bugs.debian.org
- Subject: Re: Bug#782567: unblock: apcupsd/3.14.12-1.1
- From: Niels Thykier <niels@thykier.net>
- Date: Tue, 14 Apr 2015 18:32:36 +0200
- Message-id: <552D4124.3080109@thykier.net>
- In-reply-to: <[🔎] 20150414095846.GA20367@aspi>
- References: <[🔎] 20150414095846.GA20367@aspi>
On 2015-04-14 11:58, Emanuele Rocca wrote: > Package: release.debian.org > User: release.debian.org@packages.debian.org > 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 ---