Author: christoph-guest Date: 2009-02-21 15:43:18 +0000 (Sat, 21 Feb 2009) New Revision: 8901
Modified: packages/trunk/supertuxkart/debian/README.source Log: Now really doing the README.Source Modified: packages/trunk/supertuxkart/debian/README.source =================================================================== --- packages/trunk/supertuxkart/debian/README.source 2009-02-21 15:42:52 UTC (rev 8900) +++ packages/trunk/supertuxkart/debian/README.source 2009-02-21 15:43:18 UTC (rev 8901) @@ -2,11 +2,15 @@ Tools: quilt Command: quilt push -a Description: Please read /usr/share/doc/quilt/README.source how to use - quilt for managing Debian patches + quilt for managing Debian patches. + . + This is currently not needed as there are no patches. -Task: converting upstream tarball -Tools: bzcat, gzip -Command: bzcat supertuxkart-0.5.tar.bz2 | gzip --best -c > supertuxkart_0.5.orig.tar.gz -Description: As Upstream only provides bz2 compresssed tarballs we must - uncompress and recompress them to get gzip Format as is needed by the debian - archives \ No newline at end of file +Task: create orig-tarball +Tools: make, bzip2, gzip, uscan +Command: make -f debian/rules get-orig-source +Description: As there are some unfree parts in upstream's tarball we need to + replace them with free bits. This make target will do the Job for you, leaving + an tarball in your working directory. + . + You may need to change the path to the rules makefile. \ No newline at end of file _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

