------------------------------------------------------------ revno: 362 committer: Steven Sheehy <[email protected]> branch nick: trunk timestamp: Mon 2010-03-22 22:49:30 -0500 message: Clean debian builds better 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:42:56 +0000 +++ debian/rules 2010-03-23 03:49:30 +0000 @@ -18,7 +18,8 @@ dh_testdir dh_testroot rm -f build-stamp - rm -rf build $(package) + scons -c + rm -rf build dh_clean install: build
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

