Author: gert-guest Date: 2016-07-08 20:14:05 +0000 (Fri, 08 Jul 2016) New Revision: 22459
Modified: trunk/packages/sofa-framework/trunk/debian/changelog trunk/packages/sofa-framework/trunk/debian/rules Log: Enable parallel builds Modified: trunk/packages/sofa-framework/trunk/debian/changelog =================================================================== --- trunk/packages/sofa-framework/trunk/debian/changelog 2016-07-08 19:50:04 UTC (rev 22458) +++ trunk/packages/sofa-framework/trunk/debian/changelog 2016-07-08 20:14:05 UTC (rev 22459) @@ -5,7 +5,8 @@ * cme fix dpkg-control * d/copyright: DEP5 - remove duplicate entries * d/rules: hardening += all - * d/p/hardening: Add hardening flags + * d/p/hardening: Add hardening flags and debug information + * d/rules: enable parallel builds -- Gert Wollny <[email protected]> Fri, 08 Jul 2016 15:55:28 +0000 Modified: trunk/packages/sofa-framework/trunk/debian/rules =================================================================== --- trunk/packages/sofa-framework/trunk/debian/rules 2016-07-08 19:50:04 UTC (rev 22458) +++ trunk/packages/sofa-framework/trunk/debian/rules 2016-07-08 20:14:05 UTC (rev 22459) @@ -12,7 +12,7 @@ docpkg := sofa-doc %: - dh $@ + dh $@ --parallel get-orig-source: . debian/get-orig-source _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
