Author: pdewacht-guest Date: 2013-05-20 17:03:21 +0000 (Mon, 20 May 2013) New Revision: 14104
Added: packages/trunk/mu-cade/debian/mu-cade.manpages Modified: packages/trunk/mu-cade/debian/compat packages/trunk/mu-cade/debian/control packages/trunk/mu-cade/debian/copyright packages/trunk/mu-cade/debian/patches/dlang_v2.patch packages/trunk/mu-cade/debian/rules Log: mu-cade: packaging cleanup Modified: packages/trunk/mu-cade/debian/compat =================================================================== --- packages/trunk/mu-cade/debian/compat 2013-05-20 16:59:28 UTC (rev 14103) +++ packages/trunk/mu-cade/debian/compat 2013-05-20 17:03:21 UTC (rev 14104) @@ -1 +1 @@ -5 +9 Modified: packages/trunk/mu-cade/debian/control =================================================================== --- packages/trunk/mu-cade/debian/control 2013-05-20 16:59:28 UTC (rev 14103) +++ packages/trunk/mu-cade/debian/control 2013-05-20 17:03:21 UTC (rev 14104) @@ -3,10 +3,10 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Peter De Wachter <[email protected]>, Barry deFreese <[email protected]>, Vincent Fourmond <[email protected]> -Build-Depends: debhelper (>= 5), gdc, +Build-Depends: debhelper (>= 9), gdc, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libbulletml-dev, libode-dev -Standards-Version: 3.9.2 +Standards-Version: 3.9.4 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/mcd_e.html Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mu-cade/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/mu-cade/?op=log @@ -15,7 +15,7 @@ Package: mu-cade Architecture: any Depends: mu-cade-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: the physics centipede invasion, smashup waggly shmup +Description: physics centipede invasion, smashup waggly shmup Mu-cade is another shoot-em-up game by Kenta Cho. In this game Kenta has introduced physics into his formula of hardcore shooting games. Similar in some ways to Asteroids and Nibbles, the playing area is a rectangular @@ -28,7 +28,7 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: mu-cade -Description: the physics centipede invasion - game data +Description: physics centipede invasion - game data Mu-cade is another shoot-em-up game by Kenta Cho. In this game Kenta has introduced physics into his formula of hardcore shooting games. Similar in some ways to Asteroids and Nibbles, the playing area is a rectangular Modified: packages/trunk/mu-cade/debian/copyright =================================================================== --- packages/trunk/mu-cade/debian/copyright 2013-05-20 16:59:28 UTC (rev 14103) +++ packages/trunk/mu-cade/debian/copyright 2013-05-20 17:03:21 UTC (rev 14104) @@ -55,8 +55,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL'. +Public License can be found in `/usr/share/common-licenses/LGPL-2'. The Debian packaging is © 2007, Miriam Ruiz <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. Added: packages/trunk/mu-cade/debian/mu-cade.manpages =================================================================== --- packages/trunk/mu-cade/debian/mu-cade.manpages (rev 0) +++ packages/trunk/mu-cade/debian/mu-cade.manpages 2013-05-20 17:03:21 UTC (rev 14104) @@ -0,0 +1 @@ +debian/mu-cade.6 Modified: packages/trunk/mu-cade/debian/patches/dlang_v2.patch =================================================================== --- packages/trunk/mu-cade/debian/patches/dlang_v2.patch 2013-05-20 16:59:28 UTC (rev 14103) +++ packages/trunk/mu-cade/debian/patches/dlang_v2.patch 2013-05-20 17:03:21 UTC (rev 14104) @@ -1,3 +1,8 @@ +Description: port to D language version 2 + With this patch the code is accapted by gdc-4.6 0.29.1-4.6.4-3 without + triggering deprecated feature warnings/errors. +Author: Peter De Wachter <[email protected]> + --- a/import/SDL.d +++ b/import/SDL.d @@ -85,7 +85,7 @@ Modified: packages/trunk/mu-cade/debian/rules =================================================================== --- packages/trunk/mu-cade/debian/rules 2013-05-20 16:59:28 UTC (rev 14103) +++ packages/trunk/mu-cade/debian/rules 2013-05-20 17:03:21 UTC (rev 14104) @@ -1,71 +1,21 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 - DFLAGS = -g -fdebug + DFLAGS = -fdebug else - CFLAGS += -O2 - DFLAGS = -O -frelease + DFLAGS = -frelease endif -configure: configure-stamp -configure-stamp: - dh_testdir - #ant -v - touch $@ -build: build-indep build-arch +%: + dh $@ -build-arch: build-stamp -build-indep: build-stamp +override_dh_auto_build: + dh_auto_build -- DFLAGS="$(DFLAGS)" -build-stamp: configure-stamp - dh_testdir - $(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)" - touch $@ -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - #ant -v clean - [ ! -f Makefile ] || $(MAKE) clean - rm -f mu-cade - rm -f `find . -name "*.o"` - dh_clean -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs -# Build architecture-independent files here. -binary-indep: build install - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_install - dh_installmenu - dh_installman debian/*.6 - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - get-orig-source: dh_testdir dh_testroot @@ -77,6 +27,3 @@ rm mcd/resource/*.RES tar cvfz ../mu-cade_0.11.dfsg1.orig.tar.gz mcd rm -rf mcd0_11.zip mcd - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

