From 9e000be0be70286ab43e51ab7a7d000c6c90c9c4 Mon Sep 17 00:00:00 2001 From: fourdan Date: Thu, 15 Mar 2007 09:22:45 +0000 Subject: Do not strip debug symbols for debugging --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 41fccae..878b6d8 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ configure-stamp: build: build-stamp build-stamp: configure-stamp dh_testdir - $(MAKE) + $(MAKE) DEBUG=1 touch build-stamp clean: @@ -28,7 +28,7 @@ install: build dh_testroot dh_clean -k dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + $(MAKE) install DEBUG=1 DESTDIR=$(CURDIR)/debian/tmp binary-indep: build install binary-arch: build install @@ -49,7 +49,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip +# dh_strip dh_compress dh_fixperms # dh_perl -- cgit v1.1