Your message dated Tue, 15 Jun 2021 21:44:52 +0000
with message-id <[email protected]>
and subject line unblock procmeter3
has caused the Debian Bug report #989911,
regarding unblock: procmeter3/3.6-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.)
--
989911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989911
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
Usertags: unblock
Dear Release Team,
Please consider to unblock procmeter3/3.6-3, this new revision
fixes a serious bug that renders procmeter3 unusable.
Here is the changelog:
procmeter3 (3.6-3) unstable; urgency=medium
* Add patch debian/patches/00-fix-undef-symbol-minor in order to use specific
header file for definition of Linux kernel 'major' and 'minor'
macros. Closes: #932008
-- Josue Ortega <[email protected]> Sat, 05 Jun 2021 21:42:08 -0600
I have attached the debdiff
Cheers
--Josue
diff -Nru procmeter3-3.6/debian/changelog procmeter3-3.6/debian/changelog
--- procmeter3-3.6/debian/changelog 2019-01-05 12:04:01.000000000 -0600
+++ procmeter3-3.6/debian/changelog 2021-06-05 21:42:08.000000000 -0600
@@ -1,3 +1,11 @@
+procmeter3 (3.6-3) unstable; urgency=medium
+
+ * Add patch debian/patches/00-fix-undef-symbol-minor in order to use specific
+ header file for definition of Linux kernel 'major' and 'minor'
+ macros. Closes: #932008
+
+ -- Josue Ortega <[email protected]> Sat, 05 Jun 2021 21:42:08 -0600
+
procmeter3 (3.6-2) unstable; urgency=medium
* Add co-maintainer.
diff -Nru procmeter3-3.6/debian/patches/00-fix-undef-symbol-minor.patch procmeter3-3.6/debian/patches/00-fix-undef-symbol-minor.patch
--- procmeter3-3.6/debian/patches/00-fix-undef-symbol-minor.patch 1969-12-31 18:00:00.000000000 -0600
+++ procmeter3-3.6/debian/patches/00-fix-undef-symbol-minor.patch 2021-06-05 21:42:08.000000000 -0600
@@ -0,0 +1,15 @@
+Description: Use specific header file for definition of Linux kernel 'major' and
+'minor' macros (due to compilation warning).
+Origin: https://www.gedanken.org.uk/viewvc/procmeter3/trunk/modules/stat-disk.c?view=patch&r1=407&r2=406&pathrev=407
+Last-Update: 2021-06-05
+
+--- a/modules/stat-disk.c
++++ b/modules/stat-disk.c
+@@ -25,6 +25,7 @@
+ #include <sys/stat.h>
+
+ #include <linux/major.h>
++#include <sys/sysmacros.h>
+
+ #include "procmeter.h"
+
diff -Nru procmeter3-3.6/debian/patches/series procmeter3-3.6/debian/patches/series
--- procmeter3-3.6/debian/patches/series 2019-01-05 12:04:01.000000000 -0600
+++ procmeter3-3.6/debian/patches/series 2021-06-05 21:42:08.000000000 -0600
@@ -2,6 +2,7 @@
#locations.patch
#lib_loc.patch
#modules.patch
+00-fix-undef-symbol-minor.patch
examples.patch
#include.patch
dont-override-flags.patch
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---