aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-05-20 20:25:25 -0700
committerRoland Dreier <rolandd@cisco.com>2007-05-20 20:25:25 -0700
commit4a0bfc1f592d54724798794fb24e316cdb4b937a (patch)
treea499586571829ff8a17b09429890013ca8f4cb14
parent6060de89330a327b45b42020db4fecc124885b18 (diff)
downloadlibmlx4-4a0bfc1f592d54724798794fb24e316cdb4b937a.tar.gz
debian/rules: Remove DEB_DH_STRIP_ARGS
We use debhelper compat level 5, so cdbs will handle this automatically. Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 15721aa..cc4b1ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
# -*- mode: makefile; coding: utf-8 -*-
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-DEB_DH_STRIP_ARGS := --dbg-package=libmlx4-1-dbg
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk