Author: helmut-guest Date: 2013-07-06 15:43:19 +0000 (Sat, 06 Jul 2013) New Revision: 14429
Modified: packages/trunk/jugglemaster/debian/changelog packages/trunk/jugglemaster/debian/control packages/trunk/jugglemaster/debian/copyright packages/trunk/jugglemaster/debian/rules Log: bring jugglemaster up to speed parallel building, build hardening, policy 3.9.4, multi-arch, Vcs-Browser Modified: packages/trunk/jugglemaster/debian/changelog =================================================================== --- packages/trunk/jugglemaster/debian/changelog 2013-07-06 07:53:11 UTC (rev 14428) +++ packages/trunk/jugglemaster/debian/changelog 2013-07-06 15:43:19 UTC (rev 14429) @@ -1,3 +1,13 @@ +jugglemaster (0.4-7) UNRELEASED; urgency=low + + * Enable parallel building. + * Bump standards version to 3.9.4: No changes needed. + * Fix Vcs-Browser value after alioth changes. + * Build hardening. + * Mark packages as Multi-Arch: foreign. + + -- Helmut Grohne <[email protected]> Sat, 06 Jul 2013 16:23:00 +0200 + jugglemaster (0.4-6) unstable; urgency=low * Fix "[aajm] Broken pronoun "It" (JuggleMaster) in extended Modified: packages/trunk/jugglemaster/debian/control =================================================================== --- packages/trunk/jugglemaster/debian/control 2013-07-06 07:53:11 UTC (rev 14428) +++ packages/trunk/jugglemaster/debian/control 2013-07-06 15:43:19 UTC (rev 14429) @@ -7,14 +7,15 @@ libaa1-dev, libavcodec-dev, libwxgtk2.8-dev -Standards-Version: 3.9.2 +Standards-Version: 3.9.4 Homepage: http://icculus.org/jugglemaster/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/jugglemaster/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/jugglemaster/?op=log +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/jugglemaster/ Package: aajm Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign Description: ASCII art version of jugglemaster JuggleMaster is a siteswap animator. A siteswap is a textual representation for patterns one can juggle (using balls, clubs, etc.). JuggleMaster is mainly @@ -30,6 +31,7 @@ Package: jmdlx Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign Description: jugglemaster deluxe using wxWidgets JuggleMaster is a siteswap animator. A siteswap is a textual representation for patterns one can juggle (using balls, clubs, etc.). JuggleMaster is mainly Modified: packages/trunk/jugglemaster/debian/copyright =================================================================== --- packages/trunk/jugglemaster/debian/copyright 2013-07-06 07:53:11 UTC (rev 14428) +++ packages/trunk/jugglemaster/debian/copyright 2013-07-06 15:43:19 UTC (rev 14429) @@ -177,5 +177,6 @@ On Debian systems, the complete text of the GPL License can be found in `/usr/share/common-licenses/GPL-2'. -The Debian packaging is Copyright 2007, Helmut Grohne <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +The Debian packaging is Copyright (C) 2007-2013, Helmut Grohne +<[email protected]> and is licensed under the GPL, see +`/usr/share/common-licenses/GPL'. Modified: packages/trunk/jugglemaster/debian/rules =================================================================== --- packages/trunk/jugglemaster/debian/rules 2013-07-06 07:53:11 UTC (rev 14428) +++ packages/trunk/jugglemaster/debian/rules 2013-07-06 15:43:19 UTC (rev 14429) @@ -1,9 +1,13 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS) +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS %: - dh $@ + dh $@ --parallel override_dh_auto_build: mkdir bin _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

