summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2007-03-15 09:22:45 +0000
committerfourdan2007-03-15 09:22:45 +0000
commit9e000be0be70286ab43e51ab7a7d000c6c90c9c4 (patch)
treed062d6a5dc6276728991f64abbd0a0a1e8724844
parente4ecc5d4cbb248914a2f0f9a94f568a55b097c58 (diff)
downloadivy-cplusplus-9e000be0be70286ab43e51ab7a7d000c6c90c9c4.zip
ivy-cplusplus-9e000be0be70286ab43e51ab7a7d000c6c90c9c4.tar.gz
ivy-cplusplus-9e000be0be70286ab43e51ab7a7d000c6c90c9c4.tar.bz2
ivy-cplusplus-9e000be0be70286ab43e51ab7a7d000c6c90c9c4.tar.xz
Do not strip debug symbols for debugging
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules6
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4493116..6bb58ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivy-cpp (1.0-7) unstable; urgency=low
+
+ * Do not strip debug symbols for debugging
+
+ -- Olivier Fourdan <fourdan@cena.fr> Thu, 15 Mar 2007 10:28:37 +0100
+
ivy-cpp (1.0-6) unstable; urgency=low
* Update package for Debian Etch
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