Package: release.debian.org User: release.debian....@packages.debian.org 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 <jo...@debian.org> 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 <jo...@debian.org> 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