This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tecnoballz.
commit 79da07d75f7446881cb6f4cf9a91db194fb14cac Author: Ansgar Burchardt <[email protected]> Date: Sun Aug 14 12:04:47 2011 +0000 * Use XZ compression for binary packages. * Bump Standards-Version to 3.9.2 (no changes). --- .pc/.version | 1 - debian/changelog | 9 +++++++-- debian/control | 2 +- debian/rules | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.pc/.version b/.pc/.version deleted file mode 100644 index 0cfbf08..0000000 --- a/.pc/.version +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/debian/changelog b/debian/changelog index 4e44b4d..832f61d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,17 @@ tecnoballz (0.92-5) unstable; urgency=low - [ Peter Pentchev ] * Team upload. + + [ Peter Pentchev ] * Do not build with -Werror by default unless the "werror" build option is specified. Closes: #625410 * Clean up two more files modified by autoreconf. - -- Ansgar Burchardt <[email protected]> Sun, 14 Aug 2011 13:17:16 +0200 + [ Ansgar Burchardt ] + * Use XZ compression for binary packages. + * Bump Standards-Version to 3.9.2 (no changes). + + -- Ansgar Burchardt <[email protected]> Sun, 14 Aug 2011 13:34:21 +0200 tecnoballz (0.92-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 6adba9c..2f0082e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8), autoconf, automake, dpkg-dev (>= 1.15.7~), libogg-dev, libsmpeg-dev, libxxf86dga-dev, libxxf86vm-dev, autotools-dev, libsdl-image1.2-dev -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://linux.tlk.fr/games/TecnoballZ/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tecnoballz/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tecnoballz/?op=log diff --git a/debian/rules b/debian/rules index ddc1351..92e5e8a 100755 --- a/debian/rules +++ b/debian/rules @@ -36,5 +36,8 @@ override_dh_auto_install: mv $(CURDIR)/debian/tmp/var/games/tecnoballz/tecnoballz.hi \ $(CURDIR)/debian/tmp/var/games/tecnoballz/tecnoballz.hi.clean +override_dh_builddeb: + dh_builddeb -- -Zxz + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tecnoballz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

