Author: wijnen Date: 2009-02-08 22:44:22 +0000 (Sun, 08 Feb 2009) New Revision: 8764
Removed: packages/trunk/gfpoken/debian/gfpoken.install packages/trunk/gfpoken/debian/gfpoken.manpages Modified: packages/trunk/gfpoken/debian/ packages/trunk/gfpoken/debian/changelog packages/trunk/gfpoken/debian/compat packages/trunk/gfpoken/debian/control packages/trunk/gfpoken/debian/copyright packages/trunk/gfpoken/debian/rules Log: new upstream release; upload not needed before Lenny Property changes on: packages/trunk/gfpoken/debian ___________________________________________________________________ Name: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/gfpoken_0.31.orig.tar.gz + http://pkg-games.alioth.debian.org/tarballs/gfpoken_0.32.orig.tar.gz Modified: packages/trunk/gfpoken/debian/changelog =================================================================== --- packages/trunk/gfpoken/debian/changelog 2009-02-08 22:19:52 UTC (rev 8763) +++ packages/trunk/gfpoken/debian/changelog 2009-02-08 22:44:22 UTC (rev 8764) @@ -1,12 +1,15 @@ -gfpoken (0.31-3) UNRELEASED; urgency=low +gfpoken (0.32-1) UNRELEASED; urgency=low [ Bas Wijnen ] - * NOT RELEASED YET + * New upstream release. + * Add bounds check for button press events. (Closes: #514463) + * Updated standards version to 3.8.0 (no changes needed). + * Changed Vcs-Browser to point to gfpoken files. [ Peter De Wachter ] * Added watch file. - -- Bas Wijnen <[email protected]> Wed, 06 Feb 2008 21:30:24 +0100 + -- Bas Wijnen <[email protected]> Sun, 08 Feb 2009 15:10:42 +0100 gfpoken (0.31-2) unstable; urgency=low Modified: packages/trunk/gfpoken/debian/compat =================================================================== --- packages/trunk/gfpoken/debian/compat 2009-02-08 22:19:52 UTC (rev 8763) +++ packages/trunk/gfpoken/debian/compat 2009-02-08 22:44:22 UTC (rev 8764) @@ -1 +1 @@ -5 +7 Modified: packages/trunk/gfpoken/debian/control =================================================================== --- packages/trunk/gfpoken/debian/control 2009-02-08 22:19:52 UTC (rev 8763) +++ packages/trunk/gfpoken/debian/control 2009-02-08 22:44:22 UTC (rev 8764) @@ -1,17 +1,17 @@ Source: gfpoken -Build-Depends: debhelper (>= 5.0.0), libgtk2.0-dev, automake1.10, autoconf (>= 2.53), gimp, blender, imagemagick, netpbm, sharutils +Build-Depends: debhelper (>= 7.0.0), libgtk2.0-dev, automake1.10, autoconf (>= 2.53), gimp, blender, imagemagick, netpbm, sharutils Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Bas Wijnen <[email protected]> -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gfpoken -Vcs-Browser: http://svn.debian.org/wsvn/pkg-games +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gfpoken Homepage: https://savannah.nongnu.org/projects/gfpoken/ Package: gfpoken Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Recreate a grid of mirrors from clues given by tests Send balls through an invisible grid of mirrors (and other interesting widgets) and observe where they end up. Then, try to recreate the same Modified: packages/trunk/gfpoken/debian/copyright =================================================================== --- packages/trunk/gfpoken/debian/copyright 2009-02-08 22:19:52 UTC (rev 8763) +++ packages/trunk/gfpoken/debian/copyright 2009-02-08 22:44:22 UTC (rev 8764) @@ -1,12 +1,12 @@ Files: * Copyright: Copyright 1999-2000 Martin Hock - Copyright 2005-2008 Bas Wijnen <[email protected]> + Copyright 2005-2009 Bas Wijnen <[email protected]> License: GPL-3+ See below. Files: art/* png/* debian/* -Copyright: Copyright 2005-2008 Bas Wijnen <[email protected]> +Copyright: Copyright 2005-2009 Bas Wijnen <[email protected]> License: GPL-3+ See below. Deleted: packages/trunk/gfpoken/debian/gfpoken.install =================================================================== --- packages/trunk/gfpoken/debian/gfpoken.install 2009-02-08 22:19:52 UTC (rev 8763) +++ packages/trunk/gfpoken/debian/gfpoken.install 2009-02-08 22:44:22 UTC (rev 8764) @@ -1,5 +0,0 @@ -debian/tmp/usr/games/gfpoken -debian/tmp/usr/share/games/gfpoken/png/* -debian/tmp/usr/share/applications/gfpoken.desktop -debian/tmp/usr/share/pixmaps/gfpoken.png -debian/tmp/usr/share/pixmaps/gfpoken.xpm Deleted: packages/trunk/gfpoken/debian/gfpoken.manpages =================================================================== --- packages/trunk/gfpoken/debian/gfpoken.manpages 2009-02-08 22:19:52 UTC (rev 8763) +++ packages/trunk/gfpoken/debian/gfpoken.manpages 2009-02-08 22:44:22 UTC (rev 8764) @@ -1 +0,0 @@ -debian/tmp/usr/share/man/man6/gfpoken.6 Modified: packages/trunk/gfpoken/debian/rules =================================================================== --- packages/trunk/gfpoken/debian/rules 2009-02-08 22:19:52 UTC (rev 8763) +++ packages/trunk/gfpoken/debian/rules 2009-02-08 22:44:22 UTC (rev 8764) @@ -8,82 +8,34 @@ #export DH_VERBOSE=1 CFLAGS ?= -ggdb3 -Wall -W -Werror -CONFIGUREFLAGS ?= --mandir=/usr/share/man --bindir=/usr/games +CONFIGUREFLAGS ?= --bindir=/usr/games -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - -ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) - CONFIGUREFLAGS += --build $(DEB_HOST_GNU_TYPE) -else - CONFIGUREFLAGS += --build $(DEB_BUILD_GNU_TYPE) \ - --host $(DEB_HOST_GNU_TYPE) -endif - - clean: dh_testdir dh_testroot - rm -f build-stamp install-stamp ifneq (,$(wildcard Makefile)) $(MAKE) autoclean endif dh_clean +configure: autogen.sh + NOCONFIGURE=true ./$< + build: build-stamp -build-stamp: - dh_testdir - ./autogen.sh - ./configure --prefix=/usr $(CONFIGUREFLAGS) - $(MAKE) - touch build-stamp +build-stamp: configure + dh_auto_configure -- $(CONFIGUREFLAGS) + dh build + touch $@ install: install-stamp install-stamp: build-stamp - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - pngtopnm -alpha debian/tmp/usr/share/games/gfpoken/png/gfpoken.png \ - > debian/tmp/gfpoken-alpha.ppm - pngtopnm debian/tmp/usr/share/games/gfpoken/png/gfpoken.png | \ - ppmtoxpm -name icon -alphamask=debian/tmp/gfpoken-alpha.ppm \ - > debian/tmp/usr/share/pixmaps/gfpoken.xpm - rm debian/tmp/gfpoken-alpha.ppm - touch install-stamp + dh install + pngtopnm -alpha png/gfpoken.png > alpha.ppm + pngtopnm png/gfpoken.png | ppmtoxpm -name icon -alphamask=alpha.ppm > debian/gfpoken/usr/share/pixmaps/gfpoken.xpm + rm alpha.ppm + touch $@ -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. +binary-arch binary-indep binary: install-stamp + dh $@ -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_install --fail-missing --exclude=gfpoken.6 - dh_installdocs - dh_installmenu - dh_installman - dh_installchangelogs ChangeLog - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +.PHONY: binary-arch binary-indep binary build clean install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

