From 0518196279fc4b7b0648915cb3c5a15d5784ae29 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Sat, 28 Apr 2007 14:18:43 -0700 Subject: [PATCH] Update Debian build Use DEB_AUTO_UPDATE_LIBTOOL rather than manual rerunning autotools to avoid setting RPATH. Remove DEB_DH_STRIP_ARGS since cdbs should handle this automatically at debhelper compat level 5. Let cdbs generate build-deps automatically (move control to control.in). Signed-off-by: Roland Dreier --- debian/changelog | 4 ++-- debian/{control => control.in} | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename debian/{control => control.in} (97%) diff --git a/debian/changelog b/debian/changelog index 4041b6b..48da3c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,9 +6,9 @@ libibverbs (1.1-1) unstable; urgency=low - New method of finding and loading device-specific drivers. - Add basic support for iWARP devices. - Provide compatible ABI for applications linked against libibverbs 1.0. - * Rerun autotools to avoid setting RPATH in binaries on amd64. + * Update libtool during build to avoid setting RPATH in binaries on amd64. - -- Roland Dreier Thu, 12 Apr 2007 11:49:14 -0700 + -- Roland Dreier Sat, 28 Apr 2007 14:15:29 -0700 libibverbs (1.0.4-1) unstable; urgency=low diff --git a/debian/control b/debian/control.in similarity index 97% rename from debian/control rename to debian/control.in index d9f9a06..867f021 100644 --- a/debian/control +++ b/debian/control.in @@ -1,7 +1,7 @@ Source: libibverbs Priority: extra Maintainer: Roland Dreier -Build-Depends: cdbs (>= 0.4.25-1), debhelper (>= 5), autotools-dev +Build-Depends: @cdbs@ Standards-Version: 3.7.2 Section: libs diff --git a/debian/rules b/debian/rules index 01b7505..3e70bc3 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # -*- mode: makefile; coding: utf-8 -*- DEB_DH_INSTALL_SOURCEDIR := debian/tmp -DEB_DH_STRIP_ARGS := --dbg-package=libibverbs1-dbg +DEB_AUTO_UPDATE_LIBTOOL := post include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -- 2.41.0