From 5ee5b01a44e43f7e954bbe541044afdec1756476 Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Thu, 13 Oct 2011 15:22:39 +0200 Subject: [PATCH] Imported diff on NMU 1.6.1+2.g207d51d-1.1. --- debian/changelog | 8 ++++++++ debian/control | 4 +++- debian/rules | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8c747ad..fd182bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +liboping (1.6.1+2.g207d51d-1.1) unstable; urgency=low + + * Fix FTBS on kfreebsd due to IP_RECVTOS nonexistence (closes: #618729). + * Kill inappropriate rpath in built perl library, which presumably appeared + due to toolchain changes. + + -- Barak A. Pearlmutter Mon, 19 Sep 2011 09:39:54 +0100 + liboping (1.6.1+2.g207d51d-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 832e07e..2de7328 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,9 @@ Section: libs Priority: optional Maintainer: Sebastian Harl Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.14.13), autotools-dev, - perl, perl-modules, libncurses5-dev + chrpath, + perl, perl-modules, + libncurses5-dev Standards-Version: 3.9.1 Homepage: http://verplant.org/liboping/ Vcs-Git: git://git.tokkee.org/pkg-liboping.git diff --git a/debian/rules b/debian/rules index 251bf38..ecd11e8 100755 --- a/debian/rules +++ b/debian/rules @@ -47,6 +47,7 @@ build-stamp: config.status dh_testdir $(MAKE) LD_RUN_PATH="" + chrpath --delete bindings/perl/blib/arch/auto/Net/Oping/Oping.so touch build-stamp -- 2.30.2