Author: goneri Date: 2009-01-01 23:12:59 +0000 (Thu, 01 Jan 2009) New Revision: 8594
Added: packages/tags/opencity/0.0.6.1stable-1/ packages/tags/opencity/0.0.6.1stable-1/debian/changelog packages/tags/opencity/0.0.6.1stable-1/debian/control packages/tags/opencity/0.0.6.1stable-1/debian/copyright packages/tags/opencity/0.0.6.1stable-1/debian/rules Removed: packages/tags/opencity/0.0.6.1stable-1/debian/changelog packages/tags/opencity/0.0.6.1stable-1/debian/control packages/tags/opencity/0.0.6.1stable-1/debian/copyright packages/tags/opencity/0.0.6.1stable-1/debian/rules Log: tag opencity 0.0.6.1stable-1 Copied: packages/tags/opencity/0.0.6.1stable-1 (from rev 8580, packages/trunk/opencity) Property changes on: packages/tags/opencity/0.0.6.1stable-1 ___________________________________________________________________ Name: svn:mergeinfo + Deleted: packages/tags/opencity/0.0.6.1stable-1/debian/changelog =================================================================== --- packages/trunk/opencity/debian/changelog 2008-12-31 19:33:07 UTC (rev 8580) +++ packages/tags/opencity/0.0.6.1stable-1/debian/changelog 2009-01-01 23:12:59 UTC (rev 8594) @@ -1,111 +0,0 @@ -opencity (0.0.6.1stable-1) UNRELEASED; urgency=low - - * New upstream release - * debian/patches/no-pedantic.diff: Dropped, not needed any more. - * debian/patches/gcc-4.4-fixes: Fix build with upcoming GCC version - 4.4, with thanks to Martin Michlmayr (Closes: #504950). - * debian/rules: Add get-orig-source to download and repack upstream - bz2 source with uscan. - - -- Iain Lane <[email protected]> Tue, 23 Dec 2008 18:18:59 +0000 - -opencity (0.0.5.1stable-2) experimental; urgency=low - - [ Ansgar Burchardt ] - * debian/control: Change XS-Vcs-* to Vcs-* - - [ Gonéri Le Bouder ] - * upload to experimental because of the Lenny freeze - * fix a little syntaxe error in the manpage - * clean config.guess - * add opencity-data, thanks Guillem Jover (Closes: #496237) - * use dh_install to install the files - - add opencity{,-data}.install - - do some clean up around this part of the rules file - * bump the standards version to 3.8.0. No change. - - [ Ansgar Burchardt ] - * debian/control: Add Homepage field - - [ Cyril Brulebois ] - * Fix FTBFS with new “3.0 (quilt)” source package format by using a - patch level of 1 instead of 0 in the no-pedantic.diff patch and by - adjusting the series file appropriately (i.e. by deleting the “-p0” - option), thanks to Raphaël Hertzog for the notice (Closes: #485352). - - -- Gonéri Le Bouder <[email protected]> Sun, 24 Aug 2008 21:12:23 +0200 - -opencity (0.0.5.1stable-1) unstable; urgency=low - - [ Gonéri Le Bouder ] - * new upstream release (Closes: #462371) - + --sysconfdir=/etc - + use ./opencity.png instead of ./OpenCity.png - + install the new doc - + add no-pedantic.diff to turn of the pedantic mode - * remove: - + fix_gcc-4.3.diff: merged with upstream - + fix_homedir.diff: not needed anymore - * standard version 3.7.3, no change needed - * update debian/copyright - * remove the deprecated Encoding section from the desktop file - - -- Gonéri Le Bouder <[email protected]> Thu, 24 Jan 2008 21:42:56 +0100 - -opencity (0.0.4stable-3) unstable; urgency=low - - [ Eddy Petrișor ] - * added Encoding field in the desktop file - - [ Jon Dowland ] - * update menu section to "Games/Action" for menu policy transition. - Thanks Linas Žvirblis. - - [ Cyril Brulebois ] - * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. - * Fixed copyright: - - Added missing “or any later version” to match upstream's copyright - statement in the COPYRIGHT file (Closes: #442034). - - Fixed public domain statement by replacing the copyright by an - authorship statement (Closes: #442056). - - [ Gonéri Le Bouder ] - * do not ignore make distclean return anymore - * install LEGGIMI.txt and FAQ.txt in /usr/share/doc/opencity and remove some - useless files (Closes: #442029) - * use imagemagick's convert to create the .xpm from OpenCity.png - - new builddep: imagemagick - - remove debian/opencity.xpm - * clean target removes quilt .pc directory and debian/opencity.6 - - -- Gonéri Le Bouder <[email protected]> Sat, 15 Sep 2007 12:13:27 +0200 - -opencity (0.0.4stable-2) unstable; urgency=low - - * datafiles in /usr/share/games/opencity (Closes: #405042) - - add fix_homedir.diff to preinitialise this value - - use quilt to apply the patch - * add desktop and icon files - * add the patch from Martin Michlmayr to fix the build with gcc-4.3 - (Closes: #421124) - - -- Gonéri Le Bouder <[email protected]> Sun, 31 Dec 2006 09:52:22 +0100 - -opencity (0.0.4stable-1) unstable; urgency=low - - * new upstream release - * The sentence "Besides you can also raise or lower the terrain." was - two time in the desciption (Closes: #378216) - * update of the copyright file (thanks Duong-Khang NGUYEN) - * minor clean up in rules file - * add libglu1-mesa-dev in builddeps - - -- Gonéri Le Bouder <[email protected]> Thu, 30 Nov 2006 16:06:21 +0100 - - -opencity (0.0.3stable-1) unstable; urgency=low - - * Initial release (Closes: #359340) - - -- Gonéri Le Bouder <[email protected]> Tue, 28 Mar 2006 00:15:33 +0200 - Copied: packages/tags/opencity/0.0.6.1stable-1/debian/changelog (from rev 8593, packages/trunk/opencity/debian/changelog) =================================================================== --- packages/tags/opencity/0.0.6.1stable-1/debian/changelog (rev 0) +++ packages/tags/opencity/0.0.6.1stable-1/debian/changelog 2009-01-01 23:12:59 UTC (rev 8594) @@ -0,0 +1,122 @@ +opencity (0.0.6.1stable-1) experimental; urgency=low + + [ Iain Lane ] + * New upstream release + * debian/patches/no-pedantic.diff: Dropped, not needed any more. + * debian/patches/gcc-4.4-fixes: Fix build with upcoming GCC version + 4.4, with thanks to Martin Michlmayr (Closes: #504950). + * debian/rules: Add get-orig-source to download and repack upstream + bz2 source with uscan. + + [ Gonéri Le Bouder ] + * Clean debian/opencity.xpm + * use dh_clean to clean temp files + * upload to experimental because of Lenny freeze + * Use the config.status target to install up to date config.{sub,guess} + * opencity depends on opencity-data (= source:Upstream-Version) instead of + (>= source:Version) + * update the copyright section for the debian/* files + * update the debian/copyright file + + -- Gonéri Le Bouder <[email protected]> Thu, 01 Jan 2009 15:51:36 +0100 + +opencity (0.0.5.1stable-2) experimental; urgency=low + + [ Ansgar Burchardt ] + * debian/control: Change XS-Vcs-* to Vcs-* + + [ Gonéri Le Bouder ] + * upload to experimental because of the Lenny freeze + * fix a little syntaxe error in the manpage + * clean config.guess + * add opencity-data, thanks Guillem Jover (Closes: #496237) + * use dh_install to install the files + - add opencity{,-data}.install + - do some clean up around this part of the rules file + * bump the standards version to 3.8.0. No change. + + [ Ansgar Burchardt ] + * debian/control: Add Homepage field + + [ Cyril Brulebois ] + * Fix FTBFS with new “3.0 (quilt)” source package format by using a + patch level of 1 instead of 0 in the no-pedantic.diff patch and by + adjusting the series file appropriately (i.e. by deleting the “-p0” + option), thanks to Raphaël Hertzog for the notice (Closes: #485352). + + -- Gonéri Le Bouder <[email protected]> Sun, 24 Aug 2008 21:12:23 +0200 + +opencity (0.0.5.1stable-1) unstable; urgency=low + + [ Gonéri Le Bouder ] + * new upstream release (Closes: #462371) + + --sysconfdir=/etc + + use ./opencity.png instead of ./OpenCity.png + + install the new doc + + add no-pedantic.diff to turn of the pedantic mode + * remove: + + fix_gcc-4.3.diff: merged with upstream + + fix_homedir.diff: not needed anymore + * standard version 3.7.3, no change needed + * update debian/copyright + * remove the deprecated Encoding section from the desktop file + + -- Gonéri Le Bouder <[email protected]> Thu, 24 Jan 2008 21:42:56 +0100 + +opencity (0.0.4stable-3) unstable; urgency=low + + [ Eddy Petrișor ] + * added Encoding field in the desktop file + + [ Jon Dowland ] + * update menu section to "Games/Action" for menu policy transition. + Thanks Linas Žvirblis. + + [ Cyril Brulebois ] + * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + * Fixed copyright: + - Added missing “or any later version” to match upstream's copyright + statement in the COPYRIGHT file (Closes: #442034). + - Fixed public domain statement by replacing the copyright by an + authorship statement (Closes: #442056). + + [ Gonéri Le Bouder ] + * do not ignore make distclean return anymore + * install LEGGIMI.txt and FAQ.txt in /usr/share/doc/opencity and remove some + useless files (Closes: #442029) + * use imagemagick's convert to create the .xpm from OpenCity.png + - new builddep: imagemagick + - remove debian/opencity.xpm + * clean target removes quilt .pc directory and debian/opencity.6 + + -- Gonéri Le Bouder <[email protected]> Sat, 15 Sep 2007 12:13:27 +0200 + +opencity (0.0.4stable-2) unstable; urgency=low + + * datafiles in /usr/share/games/opencity (Closes: #405042) + - add fix_homedir.diff to preinitialise this value + - use quilt to apply the patch + * add desktop and icon files + * add the patch from Martin Michlmayr to fix the build with gcc-4.3 + (Closes: #421124) + + -- Gonéri Le Bouder <[email protected]> Sun, 31 Dec 2006 09:52:22 +0100 + +opencity (0.0.4stable-1) unstable; urgency=low + + * new upstream release + * The sentence "Besides you can also raise or lower the terrain." was + two time in the desciption (Closes: #378216) + * update of the copyright file (thanks Duong-Khang NGUYEN) + * minor clean up in rules file + * add libglu1-mesa-dev in builddeps + + -- Gonéri Le Bouder <[email protected]> Thu, 30 Nov 2006 16:06:21 +0100 + + +opencity (0.0.3stable-1) unstable; urgency=low + + * Initial release (Closes: #359340) + + -- Gonéri Le Bouder <[email protected]> Tue, 28 Mar 2006 00:15:33 +0200 + Deleted: packages/tags/opencity/0.0.6.1stable-1/debian/control =================================================================== --- packages/trunk/opencity/debian/control 2008-12-31 19:33:07 UTC (rev 8580) +++ packages/tags/opencity/0.0.6.1stable-1/debian/control 2009-01-01 23:12:59 UTC (rev 8594) @@ -1,30 +0,0 @@ -Source: opencity -Section: games -Priority: optional -Maintainer: Debian Games Team <[email protected]> -Uploaders: Gonéri Le Bouder <[email protected]> -Build-Depends: debhelper (>= 5.0.0), autotools-dev, libsdl1.2-dev, - libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev (>= 1.2.5-7), - docbook-to-man, libglu1-mesa-dev, quilt, imagemagick -Standards-Version: 3.8.0 -Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/opencity/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/opencity/?op=log -Homepage: http://www.opencity.info/ - -Package: opencity -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, opencity-data (>= ${source:Version}) -Description: a 3D city simulator game - OpenCity is 3D city construction simulator. You can build some zones of - housing, trading and industry, electric plant and roads. Besides you can also - raise or lower the terrain. - OpenCity is similar in spirit to other city construction games, heading - towards a classic SimCity feeling, although with some additional features. - It is not intended to be a clone of any famous city simulator. - -Package: opencity-data -Architecture: all -Recommends: opencity -Description: data for opencity, a 3D city simulator game - This package contains the architecture-independent data for opencity. For more - information, see the etw package. Copied: packages/tags/opencity/0.0.6.1stable-1/debian/control (from rev 8593, packages/trunk/opencity/debian/control) =================================================================== --- packages/tags/opencity/0.0.6.1stable-1/debian/control (rev 0) +++ packages/tags/opencity/0.0.6.1stable-1/debian/control 2009-01-01 23:12:59 UTC (rev 8594) @@ -0,0 +1,30 @@ +Source: opencity +Section: games +Priority: optional +Maintainer: Debian Games Team <[email protected]> +Uploaders: Gonéri Le Bouder <[email protected]> +Build-Depends: debhelper (>= 5.0.0), autotools-dev, libsdl1.2-dev, + libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev (>= 1.2.5-7), + docbook-to-man, libglu1-mesa-dev, quilt, imagemagick +Standards-Version: 3.8.0 +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/opencity/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/opencity/?op=log +Homepage: http://www.opencity.info/ + +Package: opencity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, opencity-data (= ${source:Upstream-Version}) +Description: a 3D city simulator game + OpenCity is 3D city construction simulator. You can build some zones of + housing, trading and industry, electric plant and roads. Besides you can also + raise or lower the terrain. + OpenCity is similar in spirit to other city construction games, heading + towards a classic SimCity feeling, although with some additional features. + It is not intended to be a clone of any famous city simulator. + +Package: opencity-data +Architecture: all +Recommends: opencity +Description: data for opencity, a 3D city simulator game + This package contains the architecture-independent data for opencity. For more + information, see the etw package. Deleted: packages/tags/opencity/0.0.6.1stable-1/debian/copyright =================================================================== --- packages/trunk/opencity/debian/copyright 2008-12-31 19:33:07 UTC (rev 8580) +++ packages/tags/opencity/0.0.6.1stable-1/debian/copyright 2009-01-01 23:12:59 UTC (rev 8594) @@ -1,51 +0,0 @@ -This package was debianized by Gonéri Le Bouder <[email protected]> on -Tue, 28 Mar 2006 00:15:33 +0200. - -The current Debian maintainer is the Debian Games Team -<[email protected]> - -Upstream Authors: - Duong-Khang NGUYEN <neoneurone at users sf net> -Minor part are from Hongli Lai, Jeff Molofee, Sam Lantinga - -Graphist - Frédéric RODRIGO <f.rodrigo at free fr> - -Contributors - Bartosz Debski - Stephen M. Webb - -It was downloaded from http://www.opencity.info/ - - Upstream Authors: Duong-Khang NGUYEN - - Copyright (C) 2003-2006 Duong-Khang NGUYEN - Copyright (C) 2003-2006 Frédéric RODRIGO - Copyright (C) 1999 Jeff Molofee - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General Public -License, version 2, can be found in /usr/share/common-licenses/GPL-2. - -The files under src/binreloc/ have been put in the public domain by -Hongli Lai <[email protected]>: - This source code is public domain. You can relicense this code - under whatever license you want. - -The Debian packaging is: - (C) 2006-2007, Gonéri Le Bouder <[email protected]> - (C) 2007, Cyril Brulebois <[email protected]> -and is licensed under the GPL. Copied: packages/tags/opencity/0.0.6.1stable-1/debian/copyright (from rev 8592, packages/trunk/opencity/debian/copyright) =================================================================== --- packages/tags/opencity/0.0.6.1stable-1/debian/copyright (rev 0) +++ packages/tags/opencity/0.0.6.1stable-1/debian/copyright 2009-01-01 23:12:59 UTC (rev 8594) @@ -0,0 +1,72 @@ +This package was debianized by Gonéri Le Bouder <[email protected]> on +Tue, 28 Mar 2006 00:15:33 +0200. + +The current Debian maintainer is the Debian Games Team +<[email protected]> + +Upstream Authors: + Duong-Khang NGUYEN <neoneurone at users sf net> + Frédéric RODRIGO + + Minor parts are from Victor Stinner, Hongli Lai, Jeff Molofee, Sam Lantinga, + Brodie Thiesfield, Angelo "Encelo" Theodorou, Yves Berquin, Lee Thomason + and Tyge Løvset. + +Graphist + Frédéric RODRIGO <f.rodrigo at free fr> + +Contributors + Bartosz Debski + Stephen M. Webb + +Quality Assurance + Wolfgang Bauer + Tymon DOUGLAS + Bruno DLUBAK + +Contributors + Stephen M. WEBB + Victor STINNER + Bartosz DEBSKI + Nicolas PASCOLI + "pucelo" + Jacopo SIRIANNI + Cristian Deluxe + +It was downloaded from http://www.opencity.info/ + + Upstream Authors: Duong-Khang NGUYEN + + Copyright (C) 2003-2008 Duong-Khang NGUYEN + Copyright (C) 2003-2008 Frédéric RODRIGO + Copyright (C) 2006-2007 Brodie THIESFIELD + Copyright (C) 1999 Jeff Molofee + Copyright (C) 2006 Angelo "Encelo" THEODOROU + Copyright (C) 2002-2004 Yves BERQUIN + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. + +The files under src/binreloc/ have been put in the public domain by +Hongli Lai <[email protected]>: + This source code is public domain. You can relicense this code + under whatever license you want. + +The Debian packaging is: + (C) 2006-2009, Gonéri Le Bouder <[email protected]> + (C) 2007, Cyril Brulebois <[email protected]> +and is licensed under the GPL. Deleted: packages/tags/opencity/0.0.6.1stable-1/debian/rules =================================================================== --- packages/trunk/opencity/debian/rules 2008-12-31 19:33:07 UTC (rev 8580) +++ packages/tags/opencity/0.0.6.1stable-1/debian/rules 2009-01-01 23:12:59 UTC (rev 8594) @@ -1,111 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -config.status: configure - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 - dh_testdir - # Add here commands to configure the package. - CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --datadir=/usr/share/games --sysconfdir=/etc - - -build: build-stamp - -build-stamp: config.status - dh_testdir - - # Add here commands to compile the package. - $(MAKE) - docbook-to-man debian/manpage.sgml > debian/opencity.6 - convert -geometry 32x32 ./opencity.png debian/opencity.xpm - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp config.guess - - # Add here commands to clean up after the build process. - [ ! -f Makefile ] || $(MAKE) distclean -ifneq "$(wildcard /usr/share/misc/config.sub)" "" - cp -f /usr/share/misc/config.sub config.sub -endif -ifneq "$(wildcard /usr/share/misc/config.guess)" "" - cp -f /usr/share/misc/config.guess config.guess -endif - dh_clean - QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 - rm -rf config.log config.status .pc debian/opencity.6 - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/opencity. - $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - mv debian/tmp/usr/bin debian/tmp/usr/games -# rm -rf debian/opencity/usr/share/games/opencity/docs \ -# debian/opencity/usr/share/games/opencity/autopackage \ -# debian/opencity/usr/share/games/opencity/OpenCity.png \ -# debian/opencity/usr/share/games/opencity/OpenCity.desktop -# dh_install debian/opencity.desktop usr/share/applications -# dh_install debian/opencity.xpm usr/share/pixmaps - -binary-indep: build install - dh_testdir -i - dh_testroot -i - dh_install -i - dh_installchangelogs -i ChangeLog - dh_installdocs -i - dh_strip -i - dh_compress -i - dh_fixperms -i - dh_installdeb -i - dh_shlibdeps -i - dh_gencontrol -i - dh_md5sums -i - dh_builddeb -i - -binary-arch: build install - dh_testdir -a - dh_testroot -a - dh_install -a - dh_installchangelogs -a ChangeLog - dh_installdocs -a docs/FAQ_it.txt docs/FAQ.txt docs/INSTALL_it.txt docs/README_es.txt docs/README_it.txt - dh_installmenu -a - dh_desktop -a - dh_installman -a debian/opencity.6 - dh_strip -a - dh_compress -a - dh_fixperms -a - dh_installdeb -a - dh_shlibdeps -a - dh_gencontrol -a - dh_md5sums -a - dh_builddeb -a - -DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) - -get-orig-source: - cd $(DEBIAN_DIR)/.. && uscan --force-download --repack - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install Copied: packages/tags/opencity/0.0.6.1stable-1/debian/rules (from rev 8586, packages/trunk/opencity/debian/rules) =================================================================== --- packages/tags/opencity/0.0.6.1stable-1/debian/rules (rev 0) +++ packages/tags/opencity/0.0.6.1stable-1/debian/rules 2009-01-01 23:12:59 UTC (rev 8594) @@ -0,0 +1,113 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 + dh_testdir + [ ! -f Makefile ] || $(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + # Add here commands to configure the package. + CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --datadir=/usr/share/games --sysconfdir=/etc + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + docbook-to-man debian/manpage.sgml > debian/opencity.6 + convert -geometry 32x32 ./opencity.png debian/opencity.xpm + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean debian/opencity.xpm config.log \ + debian/opencity.6 config.sub config.guess config.status + QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 + rm -rf .pc + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/opencity. + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + mv debian/tmp/usr/bin debian/tmp/usr/games +# rm -rf debian/opencity/usr/share/games/opencity/docs \ +# debian/opencity/usr/share/games/opencity/autopackage \ +# debian/opencity/usr/share/games/opencity/OpenCity.png \ +# debian/opencity/usr/share/games/opencity/OpenCity.desktop +# dh_install debian/opencity.desktop usr/share/applications +# dh_install debian/opencity.xpm usr/share/pixmaps + +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_install -i + dh_installchangelogs -i ChangeLog + dh_installdocs -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_install -a + dh_installchangelogs -a ChangeLog + dh_installdocs -a docs/FAQ_it.txt docs/FAQ.txt docs/INSTALL_it.txt docs/README_es.txt docs/README_it.txt + dh_installmenu -a + dh_desktop -a + dh_installman -a debian/opencity.6 + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) + +get-orig-source: + cd $(DEBIAN_DIR)/.. && uscan --force-download --repack + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

