Author: pdewacht-guest Date: 2008-07-18 20:53:37 +0000 (Fri, 18 Jul 2008) New Revision: 7787
Added: packages/trunk/projectl/debian/README.source Modified: packages/trunk/projectl/debian/changelog packages/trunk/projectl/debian/control packages/trunk/projectl/debian/copyright packages/trunk/projectl/debian/rules Log: Update Standards-Version to 3.8.0: added patch target and README.source. Prepare for release. Added: packages/trunk/projectl/debian/README.source =================================================================== --- packages/trunk/projectl/debian/README.source (rev 0) +++ packages/trunk/projectl/debian/README.source 2008-07-18 20:53:37 UTC (rev 7787) @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream source. +The fully patched source can be generated using the patch target provided by +`debian/rules'. + +If you want to know more about how to use quilt to manage Debian patches, read +/usr/share/doc/quilt/README.source. Modified: packages/trunk/projectl/debian/changelog =================================================================== --- packages/trunk/projectl/debian/changelog 2008-07-18 19:01:51 UTC (rev 7786) +++ packages/trunk/projectl/debian/changelog 2008-07-18 20:53:37 UTC (rev 7787) @@ -1,9 +1,15 @@ -projectl (1.001.dfsg1-2) UNRELEASED; urgency=low +projectl (1.001.dfsg1-2) unstable; urgency=high + [ Ansgar Burchardt ] * Remove deprecated Encoding key from .desktop file - -- Ansgar Burchardt <[EMAIL PROTECTED]> Fri, 29 Feb 2008 01:21:21 +0100 + [ Peter De Wachter ] + * Save preferences in a dotfile in the user's home dir. (CVE-2008-3216) + (Closes: #489988) + * Update Standards-Version to 3.8.0: added patch target and README.source. + -- Peter De Wachter <[EMAIL PROTECTED]> Fri, 18 Jul 2008 22:18:19 +0200 + projectl (1.001.dfsg1-1) unstable; urgency=low [ Miriam Ruiz ] Modified: packages/trunk/projectl/debian/control =================================================================== --- packages/trunk/projectl/debian/control 2008-07-18 19:01:51 UTC (rev 7786) +++ packages/trunk/projectl/debian/control 2008-07-18 20:53:37 UTC (rev 7787) @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5), quilt, gdc, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libsdl1.2-dev, libsdl-mixer1.2-dev -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Homepage: http://hizuoka.web.fc2.com/game/projectL/index_en.html Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/projectl/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/projectl/?op=log Modified: packages/trunk/projectl/debian/copyright =================================================================== --- packages/trunk/projectl/debian/copyright 2008-07-18 19:01:51 UTC (rev 7786) +++ packages/trunk/projectl/debian/copyright 2008-07-18 20:53:37 UTC (rev 7787) @@ -2,11 +2,11 @@ It was downloaded from http://hizuoka.web.fc2.com/game/projectL/index_en.html -Upstream Author: +Upstream Author: HIZ <[EMAIL PROTECTED]> -Copyright: +Copyright: Copyright (C) 2006, HIZ <[EMAIL PROTECTED]> @@ -41,8 +41,8 @@ This game is under the "Yawaraka(flexible)" license. You can freely modify and redistribute it. Conversions are really Fun! - You should write the changes and the person who did them in the readme file - or in a place that was obvious to find. + You should write the changes and the person who did them in the readme + file or in a place that was obvious to find. If you could make a cool modification, please tell me via mail or by any other means. Let me enjoy your changes too. @@ -51,11 +51,13 @@ without problems. According to the author of the game: - "Their licenses are permitting everything if you write my name anywhere on the readme." + "Their licenses are permitting everything if you write my name anywhere on + the readme." "Sending E-mails is not a duty. This license has no duty. It says, 'You can do you likes.' - It's not a strict license, it's like the word of 'game hell'(game creater's community I belong to). + It's not a strict license, it's like the word of 'game hell'(game creater's + community I belong to). Please feel free to modify and distribute." import/SDL*: @@ -112,15 +114,15 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - 3. The names of its contributors may not be used to endorse or promote - products derived from this software without specific prior written + 3. The names of its contributors may not be used to endorse or promote + products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF Modified: packages/trunk/projectl/debian/rules =================================================================== --- packages/trunk/projectl/debian/rules 2008-07-18 19:01:51 UTC (rev 7786) +++ packages/trunk/projectl/debian/rules 2008-07-18 20:53:37 UTC (rev 7787) @@ -13,14 +13,14 @@ DFLAGS = -O -g -release -d endif -configure: configure-stamp -configure-stamp: +patch: patch-stamp +patch-stamp: dh_testdir $(MAKE) -f /usr/share/quilt/quilt.make patch touch $@ build: build-stamp -build-stamp: configure-stamp +build-stamp: patch-stamp dh_testdir $(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)" touch $@ @@ -28,7 +28,7 @@ clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp + rm -f build-stamp patch-stamp #[ ! -f Makefile ] || $(MAKE) clean rm -f projectl rm -f `find . -name "*.o"` @@ -82,4 +82,4 @@ rm -rf projectL_1001.zip projectL_1001 binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source +.PHONY: build clean binary-indep binary-arch binary install patch get-orig-source _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

