]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Put correct version information in Debian shlibs
authorRoland Dreier <rolandd@cisco.com>
Tue, 12 Feb 2008 18:59:24 +0000 (10:59 -0800)
committerRoland Dreier <rolandd@cisco.com>
Tue, 12 Feb 2008 19:01:23 +0000 (11:01 -0800)
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>
debian/changelog
debian/rules

index eb8bccaf230425ce6daf8aebe53a83895b94f036..a7dc615f4a79a3119ed0c6e3d2f51e09e6ba3eae 100644 (file)
@@ -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
 
index 3e70bc38f9078bdb8704d62f60ce472fd8efbea9..f1af1d621e991ae2c43db9902d43d5187aecb5d9 100755 (executable)
@@ -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