Author: steve-guest Date: 2012-01-11 22:37:46 +0000 (Wed, 11 Jan 2012) New Revision: 13091
Added: packages/trunk/koules/debian/koules.install packages/trunk/koules/debian/koules.links packages/trunk/koules/debian/koules.png packages/trunk/koules/debian/source/ packages/trunk/koules/debian/source/format packages/trunk/koules/debian/source/include-binaries Modified: packages/trunk/koules/debian/control packages/trunk/koules/debian/rules Log: * Switch to source format "3.0 (quilt)": - drop quilt build-dependency; - ship koules.png as a binary. * Add build-indep and build-arch targets. * Use dh_install and dh_link parameter files. Modified: packages/trunk/koules/debian/control =================================================================== --- packages/trunk/koules/debian/control 2012-01-11 22:04:38 UTC (rev 13090) +++ packages/trunk/koules/debian/control 2012-01-11 22:37:46 UTC (rev 13091) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Alexander Reichle-Schmehl <[email protected]>, Sam Hocevar <[email protected]>, Barry deFreese <[email protected]>, Stephen Kitt <[email protected]> -Build-Depends: debhelper (>= 5), quilt, xutils-dev, libx11-dev, libxext-dev, sharutils +Build-Depends: debhelper (>= 5), xutils-dev, libx11-dev, libxext-dev, sharutils Standards-Version: 3.8.1 Homepage: http://www.ucw.cz/~hubicka/koules/English/koules.html Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/koules/ Added: packages/trunk/koules/debian/koules.install =================================================================== --- packages/trunk/koules/debian/koules.install (rev 0) +++ packages/trunk/koules/debian/koules.install 2012-01-11 22:37:46 UTC (rev 13091) @@ -0,0 +1,3 @@ +debian/koules.xpm /usr/share/pixmaps/ +debian/koules.png /usr/share/pixmaps/ +debian/koules.desktop /usr/share/applications/ Added: packages/trunk/koules/debian/koules.links =================================================================== --- packages/trunk/koules/debian/koules.links (rev 0) +++ packages/trunk/koules/debian/koules.links 2012-01-11 22:37:46 UTC (rev 13091) @@ -0,0 +1,9 @@ +/usr/games/xkoules /usr/games/koules +/usr/share/man/man6/xkoules.6.gz /usr/share/man/man6/koules.6.gz +/usr/share/games/koules/colize.raw /usr/lib/games/koules/colize.raw +/usr/share/games/koules/creator1.raw /usr/lib/games/koules/creator1.raw +/usr/share/games/koules/creator2.raw /usr/lib/games/koules/creator2.raw +/usr/share/games/koules/destroy1.raw /usr/lib/games/koules/destroy1.raw +/usr/share/games/koules/destroy2.raw /usr/lib/games/koules/destroy2.raw +/usr/share/games/koules/end.raw /usr/lib/games/koules/end.raw +/usr/share/games/koules/start.raw /usr/lib/games/koules/start.raw Added: packages/trunk/koules/debian/koules.png =================================================================== (Binary files differ) Property changes on: packages/trunk/koules/debian/koules.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: packages/trunk/koules/debian/rules =================================================================== --- packages/trunk/koules/debian/rules 2012-01-11 22:04:38 UTC (rev 13090) +++ packages/trunk/koules/debian/rules 2012-01-11 22:37:46 UTC (rev 13091) @@ -18,31 +18,29 @@ configure: configure-stamp configure-stamp: dh_testdir - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 xmkmf make Makefile make Makefiles touch configure-stamp +build: build-indep build-arch +build-indep: build-indep-stamp +build-arch: -build: build-stamp - -build-stamp: configure-stamp +build-indep-stamp: configure-stamp dh_testdir # new xmkmf stuff does strange things with the manpage # this is a workaround if [ ! -s xkoules.man ]; then ln -sf xkoules.6 xkoules.man; fi $(MAKE) KOULESDIR=/usr/games SOUNDDIR=/usr/lib/games/koules MANDIR=/usr/share/man/man6 - /usr/bin/uudecode debian/koules.png.uu -o debian/koules.png touch $@ clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp xkoules.man + rm -f build-indep-stamp configure-stamp xkoules.man [ ! -f Makefile ] || $(MAKE) distclean - QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 - dh_clean debian/koules.png + dh_clean install: build dh_testdir @@ -50,21 +48,10 @@ dh_clean -k dh_installdirs $(MAKE) install KOULESDIR=$(CURDIR)/debian/koules/usr/games SOUNDDIR=$(CURDIR)/debian/koules/usr/lib/games/koules MANDIR=$(CURDIR)/debian/koules/usr/share/man/man6 - dh_install debian/koules.xpm /usr/share/pixmaps/ - dh_install debian/koules.png /usr/share/pixmaps/ - dh_install -s debian/koules.desktop /usr/share/applications/ - dh_link /usr/games/xkoules /usr/games/koules - dh_link /usr/share/man/man6/xkoules.6.gz /usr/share/man/man6/koules.6.gz + dh_install mv debian/koules/usr/lib/games/koules/*.raw debian/koules/usr/share/games/koules/ - dh_link /usr/share/games/koules/colize.raw /usr/lib/games/koules/colize.raw - dh_link /usr/share/games/koules/creator1.raw /usr/lib/games/koules/creator1.raw - dh_link /usr/share/games/koules/creator2.raw /usr/lib/games/koules/creator2.raw - dh_link /usr/share/games/koules/destroy1.raw /usr/lib/games/koules/destroy1.raw - dh_link /usr/share/games/koules/destroy2.raw /usr/lib/games/koules/destroy2.raw - dh_link /usr/share/games/koules/end.raw /usr/lib/games/koules/end.raw - dh_link /usr/share/games/koules/start.raw /usr/lib/games/koules/start.raw + dh_link - # Build architecture-independent files here. binary-indep: build install Added: packages/trunk/koules/debian/source/format =================================================================== --- packages/trunk/koules/debian/source/format (rev 0) +++ packages/trunk/koules/debian/source/format 2012-01-11 22:37:46 UTC (rev 13091) @@ -0,0 +1 @@ +3.0 (quilt) Added: packages/trunk/koules/debian/source/include-binaries =================================================================== --- packages/trunk/koules/debian/source/include-binaries (rev 0) +++ packages/trunk/koules/debian/source/include-binaries 2012-01-11 22:37:46 UTC (rev 13091) @@ -0,0 +1 @@ +debian/koules.png _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

