Author: gert-guest Date: 2016-07-01 12:43:10 +0000 (Fri, 01 Jul 2016) New Revision: 22302
Modified: trunk/packages/idba/trunk/debian/changelog trunk/packages/idba/trunk/debian/rules Log: Enable parallel builds Modified: trunk/packages/idba/trunk/debian/changelog =================================================================== --- trunk/packages/idba/trunk/debian/changelog 2016-07-01 12:37:39 UTC (rev 22301) +++ trunk/packages/idba/trunk/debian/changelog 2016-07-01 12:43:10 UTC (rev 22302) @@ -10,6 +10,7 @@ * Update standards version to 3.9.8 * d/p/clang: disable this patch, it seems to have been applied upstream * d/p/use-atomic-*: update patch + * d/rules: enable parallel builds -- Andreas Tille <[email protected]> Wed, 20 Jan 2016 09:40:51 +0100 Modified: trunk/packages/idba/trunk/debian/rules =================================================================== --- trunk/packages/idba/trunk/debian/rules 2016-07-01 12:37:39 UTC (rev 22301) +++ trunk/packages/idba/trunk/debian/rules 2016-07-01 12:43:10 UTC (rev 22302) @@ -5,7 +5,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel override_dh_auto_configure: dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" LIBS="$(LIBS) -latomic" _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
