Author: pabs Date: 2011-12-16 05:00:49 +0000 (Fri, 16 Dec 2011) New Revision: 12997
Modified: packages/trunk/megaglest-data/debian/control packages/trunk/megaglest-data/debian/rules Log: Use xz compression for the .deb too Modified: packages/trunk/megaglest-data/debian/control =================================================================== --- packages/trunk/megaglest-data/debian/control 2011-12-16 04:43:18 UTC (rev 12996) +++ packages/trunk/megaglest-data/debian/control 2011-12-16 05:00:49 UTC (rev 12997) @@ -16,6 +16,7 @@ Homepage: http://megaglest.org/ Package: glest-data +Pre-Depends: dpkg (>= 1.15.6~) Depends: megaglest-data, ${misc:Depends} Architecture: all Section: oldlibs Modified: packages/trunk/megaglest-data/debian/rules =================================================================== --- packages/trunk/megaglest-data/debian/rules 2011-12-16 04:43:18 UTC (rev 12996) +++ packages/trunk/megaglest-data/debian/rules 2011-12-16 05:00:49 UTC (rev 12997) @@ -18,3 +18,6 @@ rdfind -outputname /dev/null -makesymlinks true debian/megaglest-data/ # Fix those symlinks to make them relative symlinks -r -s -c debian/megaglest-data/ + +override_dh_builddeb: + dh_builddeb -- -Zxz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

