← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 379: Enabled debugging symbols for non-release Debian builds

 

------------------------------------------------------------
revno: 379
committer: Steven Sheehy <steven.sheehy@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-08-19 01:00:52 -0500
message:
  Enabled debugging symbols for non-release Debian builds
modified:
  debian/rules


--
lp:linuxdcpp
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk

Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription
=== modified file 'debian/rules'
--- debian/rules	2010-03-23 03:49:30 +0000
+++ debian/rules	2010-08-19 06:00:52 +0000
@@ -11,7 +11,9 @@
 
 build-stamp:
 	dh_testdir
-	scons release=1 PREFIX=/usr FAKE_ROOT=debian/$(package)
+#	Swap below lines and uncomment dh_strip for a release
+#	scons release=1 PREFIX=/usr FAKE_ROOT=debian/$(package)
+	scons debug=1 PREFIX=/usr/local FAKE_ROOT=debian/$(package)
 	touch $@
 
 clean: 
@@ -55,7 +57,7 @@
 	dh_gconf
 	dh_icons
 	dh_link
-	dh_strip
+#	dh_strip
 	dh_compress
 	dh_fixperms
 #	dh_perl