This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository whichwayisup.
commit 067c663dd2cbdaab0819505a8a81447092f3cfa5 Author: Ansgar Burchardt <[email protected]> Date: Sun Feb 17 23:07:26 2008 +0000 * Switch to DejaVu fonts (Closes: #461296) * New upstream release + Support for fullscreen mode (Closes: #431385) * debian/control: + Remove Homepage semi-field from description + Change XS-Vcs-* to Vcs-* + Bump Debian Standards version to 3.7.3 + Add myself to uploaders * debian/rules: + Call dh_desktop * debian/whichwayisup.desktop: + Remove deprecated Encoding key * Include /usr/share/quilt/quilt.make instead of calling it --- debian/changelog | 21 +++++++++++++++++++-- debian/control | 12 +++++------- debian/patches/font_path.patch | 2 +- debian/rules | 9 +++++---- debian/whichwayisup.desktop | 1 - debian/whichwayisup.links | 3 ++- 6 files changed, 32 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index e9a23cb..051975c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -whichwayisup (0.7.0-2) UNRELEASED; urgency=low +whichwayisup (0.7.9-1) UNRELEASED; urgency=low [ Miriam Ruiz ] * Fixed URL to GPL v2 in debian/copyright @@ -8,7 +8,24 @@ whichwayisup (0.7.0-2) UNRELEASED; urgency=low [ Jon Dowland ] * Add Homepage: to source control stanza - -- Jon Dowland <[email protected]> Mon, 03 Dec 2007 17:38:16 +0000 + [ Evgeni Golov ] + * Switch to DejaVu fonts (Closes: #461296) + + [ Ansgar Burchardt ] + * New upstream release + + Support for fullscreen mode (Closes: #431385) + * debian/control: + + Remove Homepage semi-field from description + + Change XS-Vcs-* to Vcs-* + + Bump Debian Standards version to 3.7.3 + + Add myself to uploaders + * debian/rules: + + Call dh_desktop + * debian/whichwayisup.desktop: + + Remove deprecated Encoding key + * Include /usr/share/quilt/quilt.make instead of calling it + + -- Ansgar Burchardt <[email protected]> Mon, 18 Feb 2008 00:01:50 +0100 whichwayisup (0.7.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 28c9cd0..070ce85 100644 --- a/debian/control +++ b/debian/control @@ -2,20 +2,18 @@ Source: whichwayisup Section: games Priority: extra Maintainer: Debian Games Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]> +Uploaders: Miriam Ruiz <[email protected]>, Ansgar Burchardt <[email protected]> Build-Depends: debhelper (>= 5), quilt -Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/whichwayisup/ -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/whichwayisup/?op=log +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/whichwayisup/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/whichwayisup/?op=log Homepage: http://hectigo.net/puskutraktori/whichwayisup/ Package: whichwayisup Architecture: all -Depends: ttf-bitstream-vera, python, python-pygame, python-pyogg, ${misc:Depends} +Depends: ttf-dejavu-core, python, python-pygame, python-pyogg, ${misc:Depends} Description: 2D platform game with a slight rotational twist Which Way Is Up, a traditional and challenging 2D platform game with a slight rotational twist. Help a mysterious big-eared salaryman named Guy find his keys in a labyrinth of dangers and bad dialogue. - . - Homepage: http://hectigo.net/puskutraktori/whichwayisup/ diff --git a/debian/patches/font_path.patch b/debian/patches/font_path.patch index 5617997..a9edfd7 100644 --- a/debian/patches/font_path.patch +++ b/debian/patches/font_path.patch @@ -5,7 +5,7 @@ pygame.font.init() - smallfont = pygame.font.Font(data.filepath(os.path.join("misc", "Vera.ttf")), FONT_SIZE) -+ smallfont = pygame.font.Font(data.filepath(os.path.join("/usr/share/fonts/truetype/ttf-bitstream-vera", "Vera.ttf")), FONT_SIZE) ++ smallfont = pygame.font.Font(data.filepath(os.path.join("/usr/share/fonts/truetype/ttf-dejavu", "DejaVuSans.ttf")), FONT_SIZE) cached_text_images = {} cached_images = {} cached_images["key_z"] = pygame.image.load(data.picpath("key", "z")) diff --git a/debian/rules b/debian/rules index 897d6cc..58b1c2d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/quilt/quilt.make + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -12,9 +14,8 @@ else endif configure: configure-stamp -configure-stamp: +configure-stamp: $(QUILT_STAMPFN) dh_testdir - $(MAKE) -f /usr/share/quilt/quilt.make patch touch $@ build: build-stamp @@ -22,11 +23,10 @@ build-stamp: configure-stamp dh_testdir touch $@ -clean: +clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp - $(MAKE) -f /usr/share/quilt/quilt.make unpatch dh_clean install: build @@ -47,6 +47,7 @@ binary-indep: build install dh_install dh_installmenu dh_installman + dh_desktop dh_link dh_strip dh_compress diff --git a/debian/whichwayisup.desktop b/debian/whichwayisup.desktop index 82152c0..1527060 100644 --- a/debian/whichwayisup.desktop +++ b/debian/whichwayisup.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Type=Application -Encoding=UTF-8 Name=Which Way is Up GenericName=whichwayisup Comment=2D platform game with a slight rotational twist diff --git a/debian/whichwayisup.links b/debian/whichwayisup.links index a54de15..06b0e2e 100644 --- a/debian/whichwayisup.links +++ b/debian/whichwayisup.links @@ -1 +1,2 @@ -usr/share/games/whichwayisup/game.sh usr/games/whichwayisup \ No newline at end of file +usr/share/games/whichwayisup/game.sh usr/games/whichwayisup + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/whichwayisup.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

