aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2009-11-11 14:45:46 -0800
committerRoland Dreier <rolandd@cisco.com>2009-11-11 14:45:46 -0800
commit825a14116ccacaabc649745329e0b8b412cfbb08 (patch)
tree2f13b304d55c5e813800f953401c0170b4885b50
parent08b81213cf5f6d4ce66e533a7cf70b6cbf93e5d7 (diff)
downloadlibibverbs-825a14116ccacaabc649745329e0b8b412cfbb08.tar.gz
Update Debian build rules so -dbg package isn't empty
Add an override_dh_strip target so that the -dbg package ends up with actual debug information in it. This was broken in the dh7 transition. Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 496a22e..22759d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libibverbs (1.1.3-2) unstable; urgency=low
+
+ * Add override_dh_strip target to get debugging information actually
+ put into the -dbg package.
+
+ -- Roland Dreier <rolandd@cisco.com> Wed, 11 Nov 2009 14:44:51 -0800
+
libibverbs (1.1.3-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 5e894d0..205a8b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,8 @@
%:
dh $@
+override_dh_strip:
+ dh_strip --dbg-package=libibverbs1-dbg
+
override_dh_makeshlibs:
dh_makeshlibs -V 'libibverbs1 (>= 1.1.2)'