diff -Nru vobcopy-1.2.0/debian/changelog vobcopy-1.2.0/debian/changelog --- vobcopy-1.2.0/debian/changelog 2012-11-06 16:55:40.000000000 +0000 +++ vobcopy-1.2.0/debian/changelog 2013-09-16 21:57:38.000000000 +0000 @@ -1,3 +1,9 @@ +vobcopy (1.2.0-5) unstable; urgency=low + + * kfreebsd patch (closes: #697016) + + -- Barak A. Pearlmutter Mon, 16 Sep 2013 22:55:50 +0100 + vobcopy (1.2.0-4) unstable; urgency=low * add build dependency on autopoint diff -Nru vobcopy-1.2.0/debian/patches/0009-vobcopy.h-xMNTINFO.patch vobcopy-1.2.0/debian/patches/0009-vobcopy.h-xMNTINFO.patch --- vobcopy-1.2.0/debian/patches/0009-vobcopy.h-xMNTINFO.patch 1970-01-01 00:00:00.000000000 +0000 +++ vobcopy-1.2.0/debian/patches/0009-vobcopy.h-xMNTINFO.patch 2013-09-16 21:57:38.000000000 +0000 @@ -0,0 +1,33 @@ +From: "Barak A. Pearlmutter" +Date: Mon, 16 Sep 2013 22:52:11 +0100 +Subject: vobcopy.h xMNTINFO + +Fix the autotool-ification to work on kfreebsd, per +http://bugs.debian.org/697016 by accepting the patch therein. + +Thanks to: Petr Salinger +--- + vobcopy.h | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git a/vobcopy.h b/vobcopy.h +index 33cdf52..1da5ce4 100644 +--- a/vobcopy.h ++++ b/vobcopy.h +@@ -124,16 +124,8 @@ typedef enum { FALSE=0, TRUE=1 } bool; + + #ifdef HAVE_GETMNTINFO + #define USE_GETMNTINFO +-#endif +- +-#ifdef USE_GETMNTINFO +-#ifdef USE_STATFS_FOR_DEV + #define GETMNTINFO_USES_STATFS + #endif +-#ifdef USE_STATVFS_FOR_DEV +-#define GETMNTINFO_USES_STATVFS +-#endif +-#endif + + #include + diff -Nru vobcopy-1.2.0/debian/patches/series vobcopy-1.2.0/debian/patches/series --- vobcopy-1.2.0/debian/patches/series 2012-11-05 15:08:10.000000000 +0000 +++ vobcopy-1.2.0/debian/patches/series 2013-09-16 21:57:38.000000000 +0000 @@ -6,3 +6,4 @@ 0006-autoheader.patch 0007-auto-gettext.patch 0008-autoconf-deobfuscation.patch +0009-vobcopy.h-xMNTINFO.patch