← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2457: 1. Changes in debian/rules due to new conception of debug-build http://www.mail-archive.com/yade-...

 

------------------------------------------------------------
revno: 2457
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-10-01 20:37:31 +0200
message:
  1. Changes in debian/rules due to new conception of debug-build http://www.mail-archive.com/yade-dev@xxxxxxxxxxxxxxxxxxx/msg05182.html
modified:
  debian/rules


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'debian/rules'
--- debian/rules	2010-09-30 09:05:24 +0000
+++ debian/rules	2010-10-01 18:37:31 +0000
@@ -94,9 +94,9 @@
 #	dh_installcron
 #	dh_installinfo
 	dh_installman -p yade${_VERSION} yade${_VERSION}.1 yade${_VERSION}-batch.1
-	dh_installman -p yade${_VERSION}-dbg yade${_VERSION}-dbg.1 yade${_VERSION}-dbg-batch.1
+#	dh_installman -p yade${_VERSION}-dbg yade${_VERSION}-dbg.1 yade${_VERSION}-dbg-batch.1
 	dh_link
-	dh_strip --exclude=yade${_VERSION}-dbg   # don't strip the debug package
+#	dh_strip --exclude=yade${_VERSION}-dbg   # don't strip the debug package
 	dh_compress
 	dh_fixperms
 #	dh_perl


Follow ups