aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-02-12 10:59:24 -0800
committerRoland Dreier <rolandd@cisco.com>2008-02-12 11:01:23 -0800
commitcfed37c1804b7287aa062f26631314a534038be0 (patch)
treebc438175910cfbe927a8eb61d0b46c304704202c
parent3106cd0fc79f6a4f37b27c8361e4f6990dbe1a19 (diff)
downloadlibibverbs-cfed37c1804b7287aa062f26631314a534038be0.tar.gz
Put correct version information in Debian shlibs
Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to dh_makeshlibs, since new symbols were added in version 1.1.0. Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/rules1
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index eb8bcca..a7dc615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
libibverbs (1.1.1-2) unstable; urgency=low
* Replace deprecated ${Source-Version} with ${binary:Version}
+ * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
+ dh_makeshlibs, since new symbols were added in libibverbs 1.1.0.
+ (Closes: #465435)
- -- Roland Dreier <rolandd@cisco.com> Thu, 21 Jun 2007 12:04:05 -0700
+ -- Roland Dreier <rolandd@cisco.com> Tue, 12 Feb 2008 11:01:11 -0800
libibverbs (1.1.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 3e70bc3..f1af1d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_AUTO_UPDATE_LIBTOOL := post
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libibverbs1 (>= 1.1.0)'
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk