This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 28811967b52707cc24a8bfd0d501c50c5a934449 Author: Peter Pentchev <[email protected]> Date: Thu Nov 25 23:40:22 2010 +0000 Use bzip2 to compress the Debian tarball. --- debian/changelog | 2 +- debian/source/options | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e55097..f784670 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ fenix (0.92a.dfsg1-6) UNRELEASED; urgency=low [ Peter Pentchev ] * Added ARM Hard Float (armhf) to the list of supported architectures and override the Lintian "unknown architecture" warning. Closes: #604658 - * Convert to the 3.0 (quilt) source format. + * Convert to the 3.0 (quilt) source format with bzip2 compression. * Refer to the GPL-2 license file in the copyright blurb. * Complete the short description of the fenix-dev package. * Install the NEWS file as an upstream changelog. diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..779dbfd --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +compression = "bzip2" +compression-level = 9 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

