summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-04-09 01:57:33 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-04-09 01:57:33 +0000
commit0e12bb983a70238aea6d7568fe72f4e091ccc350 (patch)
treebaed70a292e0a56874e6360e9b67af6a50e1c6da /debian/rules
parent8dc253dad613fa9408f0a0ccb674e9e77ddef767 (diff)
downloadxine-lib-0e12bb983a70238aea6d7568fe72f4e091ccc350.tar.gz
xine-lib-0e12bb983a70238aea6d7568fe72f4e091ccc350.tar.bz2
Build a debug package "libxine1-dbg".
CVS patchset: 7965 CVS date: 2006/04/09 01:57:33
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7ecd741ec..c55bcd2c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# This file depends on debhelper compatibility level 4.
+# If a higher level is used, the dh_strip invocation will need to be fixed.
+
# assuming created lib in src/xine-engine/.libs/libxine.so.<version>
version=`ls src/xine-engine/.libs/libxine*.so.* | \
awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
@@ -99,7 +102,7 @@ binary-arch: build install
dh_installdocs
dh_installchangelogs -k ChangeLog
dh_link
- dh_strip -k
+ dh_strip --dbg-package=libxine1
dh_compress
dh_fixperms
dh_makeshlibs -V 'libxine1 (>= 1.0.1)'