From 0e12bb983a70238aea6d7568fe72f4e091ccc350 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 9 Apr 2006 01:57:33 +0000 Subject: Build a debug package "libxine1-dbg". CVS patchset: 7965 CVS date: 2006/04/09 01:57:33 --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') 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=`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)' -- cgit v1.2.3