tags 725870 + pending Hi
I have prepared a NMU right on top of 2.4.16+dfsg-1.1 (uploaded to delayed queue previously) versioned now as 2.4.16+dfsg-1.2 to only fix the FTBFS on kfreebsd-{amd64,i386}. I have thus straight uploaded it, as 2.4.16+dfsg-1.1 was just accepted some minutes ago. Regards, Salvatore
diff -Nru torque-2.4.16+dfsg/debian/changelog torque-2.4.16+dfsg/debian/changelog --- torque-2.4.16+dfsg/debian/changelog 2013-10-08 19:30:37.000000000 +0200 +++ torque-2.4.16+dfsg/debian/changelog 2013-10-10 20:59:14.000000000 +0200 @@ -1,3 +1,12 @@ +torque (2.4.16+dfsg-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Add fix-FTBFS-on-kfreebsd.patch patch. + Fix FTBFS on kfreebsd-{amd64,i386} due to use of deprecated header + <nlist.h>. Switch to use <bsd/nlist.h>. (Closes: #725870) + + -- Salvatore Bonaccorso <car...@debian.org> Thu, 10 Oct 2013 17:34:01 +0200 + torque (2.4.16+dfsg-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru torque-2.4.16+dfsg/debian/patches/fix-FTBFS-on-kfreebsd.patch torque-2.4.16+dfsg/debian/patches/fix-FTBFS-on-kfreebsd.patch --- torque-2.4.16+dfsg/debian/patches/fix-FTBFS-on-kfreebsd.patch 1970-01-01 01:00:00.000000000 +0100 +++ torque-2.4.16+dfsg/debian/patches/fix-FTBFS-on-kfreebsd.patch 2013-10-10 20:59:14.000000000 +0200 @@ -0,0 +1,20 @@ +Description: Fix FTBFS on kfreebsd-{amd64,i386} + Fix FTBFS on kfreebsd-{amd64,i386} due to use of deprecated header + <nlist.h>. Switch to use <bsd/nlist.h>. +Origin: vendor +Bug-Debian: http://bugs.debian.org/725870 +Forwarded: no +Author: Salvatore Bonaccorso <car...@debian.org> +Last-Update: 2013-10-10 + +--- a/src/resmom/freebsd5/mom_mach.c ++++ b/src/resmom/freebsd5/mom_mach.c +@@ -109,7 +109,7 @@ + #include <fcntl.h> + #include <errno.h> + #include <pwd.h> +-#include <nlist.h> ++#include <bsd/nlist.h> + #include <fstab.h> + #include <kvm.h> + #include <signal.h> diff -Nru torque-2.4.16+dfsg/debian/patches/series torque-2.4.16+dfsg/debian/patches/series --- torque-2.4.16+dfsg/debian/patches/series 2013-10-08 19:30:37.000000000 +0200 +++ torque-2.4.16+dfsg/debian/patches/series 2013-10-10 20:59:14.000000000 +0200 @@ -5,3 +5,4 @@ xpbs_xpbsmon_tclIndex.patch tcl85.patch CVE-2013-4319.patch +fix-FTBFS-on-kfreebsd.patch