summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 26baecc)
raw | patch | inline | side by side (parent: 26baecc)
author | Barak A. Pearlmutter <barak+git@cs.nuim.ie> | |
Thu, 13 Oct 2011 13:22:39 +0000 (15:22 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 13 Oct 2011 13:22:39 +0000 (15:22 +0200) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 8c747adfa5a30606ba7ff98785afb4f44f68cf17..fd182bf3dddce6fd6db289ac90c34335997a2a00 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.
diff --git a/debian/control b/debian/control
index 832e07e10fbf42d8b1d564046c37278f6bb6a35c..2de732893a467b159adfbad6766dc7ca91a9bbec 100644 (file)
--- a/debian/control
+++ b/debian/control
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
diff --git a/debian/rules b/debian/rules
index 251bf38bb0e1c02713cf8931a7dc2165deec1fae..ecd11e87c63111b6f16e219256990ef7e27fdf71 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_testdir
$(MAKE) LD_RUN_PATH=""
+ chrpath --delete bindings/perl/blib/arch/auto/Net/Oping/Oping.so
touch build-stamp