Control: tags 917055 + pending Dear maintainer,
I've prepared an NMU for blktool (versioned as 4-7.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru blktool-4/debian/changelog blktool-4/debian/changelog --- blktool-4/debian/changelog 2015-07-08 02:13:29.000000000 +0300 +++ blktool-4/debian/changelog 2019-01-11 20:35:44.000000000 +0200 @@ -1,3 +1,12 @@ +blktool (4-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with glibc 2.28. (Closes: #917055) + * Package description improvement from Aputsiaq Janussen. + (Closes: #636500) + + -- Adrian Bunk <b...@debian.org> Fri, 11 Jan 2019 20:35:44 +0200 + blktool (4-7) unstable; urgency=low * New maintainer. (Closes: #695127). diff -Nru blktool-4/debian/control blktool-4/debian/control --- blktool-4/debian/control 2015-07-08 01:17:17.000000000 +0300 +++ blktool-4/debian/control 2019-01-11 20:35:44.000000000 +0200 @@ -16,5 +16,5 @@ device. It is like hdparm but a more general tool, as it works on SCSI, IDE and SATA devices. . - This program is for those who know what they're doing and should be - used it at your own risk as it could cause damage to your hardware. + This program is for those who know what they're doing and it should + be used at your own risk as it could cause damage to your hardware. diff -Nru blktool-4/debian/patches/0004-fix-ftbfs-glibc-2.28.patch blktool-4/debian/patches/0004-fix-ftbfs-glibc-2.28.patch --- blktool-4/debian/patches/0004-fix-ftbfs-glibc-2.28.patch 1970-01-01 02:00:00.000000000 +0200 +++ blktool-4/debian/patches/0004-fix-ftbfs-glibc-2.28.patch 2019-01-11 20:35:38.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with glibc 2.28 +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/917055 + +--- blktool-4.orig/blktool.c ++++ blktool-4/blktool.c +@@ -18,6 +18,7 @@ + #include <unistd.h> + #include <sys/stat.h> + #include <sys/ioctl.h> ++#include <sys/sysmacros.h> + #include <fcntl.h> + #include <errno.h> + #include <getopt.h> diff -Nru blktool-4/debian/patches/series blktool-4/debian/patches/series --- blktool-4/debian/patches/series 2015-06-13 01:05:10.000000000 +0300 +++ blktool-4/debian/patches/series 2019-01-11 20:35:44.000000000 +0200 @@ -1,3 +1,4 @@ 0001-fix-typos-in-manpage.patch 0002-fix-string-error.patch 0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch +0004-fix-ftbfs-glibc-2.28.patch