Code

Imported diff on NMU 1.6.1+2.g207d51d-1.1.
authorBarak A. Pearlmutter <barak+git@cs.nuim.ie>
Thu, 13 Oct 2011 13:22:39 +0000 (15:22 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 13 Oct 2011 13:22:39 +0000 (15:22 +0200)
debian/changelog
debian/control
debian/rules

index 8c747adfa5a30606ba7ff98785afb4f44f68cf17..fd182bf3dddce6fd6db289ac90c34335997a2a00 100644 (file)
@@ -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 <bap@debian.org>  Mon, 19 Sep 2011 09:39:54 +0100
+
 liboping (1.6.1+2.g207d51d-1) unstable; urgency=low
 
   * New upstream release.
index 832e07e10fbf42d8b1d564046c37278f6bb6a35c..2de732893a467b159adfbad6766dc7ca91a9bbec 100644 (file)
@@ -3,7 +3,9 @@ Section: libs
 Priority: optional
 Maintainer: Sebastian Harl <tokkee@debian.org>
 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
index 251bf38bb0e1c02713cf8931a7dc2165deec1fae..ecd11e87c63111b6f16e219256990ef7e27fdf71 100755 (executable)
@@ -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