Author: ansgar Date: 2011-07-16 11:22:01 +0000 (Sat, 16 Jul 2011) New Revision: 12527
Modified: packages/trunk/adanaxisgpl/debian/changelog packages/trunk/adanaxisgpl/debian/rules Log: Use tiny debian/rules with override_* targets; allow parallel build. Modified: packages/trunk/adanaxisgpl/debian/changelog =================================================================== --- packages/trunk/adanaxisgpl/debian/changelog 2011-07-16 11:15:55 UTC (rev 12526) +++ packages/trunk/adanaxisgpl/debian/changelog 2011-07-16 11:22:01 UTC (rev 12527) @@ -2,7 +2,7 @@ * Team upload. * Build-dep on libjpeg-dev instead of libjpeg62-dev. (Closes: #633684) - * Use tiny debian/rules with override_* targets. + * Use tiny debian/rules with override_* targets; allow parallel build. -- Ansgar Burchardt <[email protected]> Sat, 16 Jul 2011 13:14:51 +0200 Modified: packages/trunk/adanaxisgpl/debian/rules =================================================================== --- packages/trunk/adanaxisgpl/debian/rules 2011-07-16 11:15:55 UTC (rev 12526) +++ packages/trunk/adanaxisgpl/debian/rules 2011-07-16 11:22:01 UTC (rev 12527) @@ -1,7 +1,12 @@ #!/usr/bin/make -f %: - dh $@ --with autotools_dev + dh $@ --with autotools_dev --parallel +override_dh_auto_configure: + dh_auto_configure -- \ + --bindir='${prefix}/games' \ + --datadir='${prefix}/share/games' + override_dh_compress: dh_compress --exclude=.pdf _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

