Le Thu, Aug 11, 2011 at 04:02:44PM +0000, Timothy Booth a écrit : > Author: tbooth-guest > Date: 2011-08-11 16:02:44 +0000 (Thu, 11 Aug 2011) > New Revision: 7427 > > Modified: > trunk/packages/velvet/trunk/debian/changelog > trunk/packages/velvet/trunk/debian/rules > Log: > Shifted from CDBS to DH. Confirmed that the resulting DEB is identical to the > one produced before, apart from some file size difference due to switch from > '-O2' > to '-O3' compiler flag. I'm not sure why the two build systems have > different defaults?
Dear Tim, note that the switch from -O2 to -O3 is often a symptom that no Debian-specific compiler flags are passed anymore, in particular -O2 -g and -Wall. Our Policy mandates in its section 10.1 that they ‘should’ be used. http://www.debian.org/doc/debian-policy/ch-files.html#s-binaries Have a nice day, -- Charles _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
