Author: bdefreese Date: 2009-03-17 19:50:21 +0000 (Tue, 17 Mar 2009) New Revision: 9182
Modified: packages/trunk/pangzero/debian/changelog packages/trunk/pangzero/debian/control packages/trunk/pangzero/debian/copyright packages/trunk/pangzero/debian/pangzero.6 packages/trunk/pangzero/debian/rules Log: * Minor syntax fixes in debian/copyright. * Move autotools-dev and libsdl-perl to B-D-I. Remove .pc dir on clean. Modified: packages/trunk/pangzero/debian/changelog =================================================================== --- packages/trunk/pangzero/debian/changelog 2009-03-17 19:32:54 UTC (rev 9181) +++ packages/trunk/pangzero/debian/changelog 2009-03-17 19:50:21 UTC (rev 9182) @@ -8,6 +8,8 @@ * Fix watch file. * Add .desktop file (Closes: #516561). * 10_nowebpage.patch - Don't show page on exit. (Closes: #481998). + * Minor syntax fixes in debian/copyright. + * Move autotools-dev and libsdl-perl to B-D-I. * Bump Standards Version to 3.8.1. (No changes needed). [ Ansgar Burchardt ] Modified: packages/trunk/pangzero/debian/control =================================================================== --- packages/trunk/pangzero/debian/control 2009-03-17 19:32:54 UTC (rev 9181) +++ packages/trunk/pangzero/debian/control 2009-03-17 19:50:21 UTC (rev 9182) @@ -4,7 +4,8 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Sam Hocevar (Debian packages) <[email protected]>, Jon Dowland <[email protected]>, Marco Rodrigues <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 5), autotools-dev, libsdl-perl, quilt +Build-Depends: debhelper (>= 5), quilt +Build-Depends-Indep: autotools-dev, libsdl-perl Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pangzero/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pangzero/?op=log Modified: packages/trunk/pangzero/debian/copyright =================================================================== --- packages/trunk/pangzero/debian/copyright 2009-03-17 19:32:54 UTC (rev 9181) +++ packages/trunk/pangzero/debian/copyright 2009-03-17 19:50:21 UTC (rev 9182) @@ -9,7 +9,7 @@ Graphics: DaniGM <[email protected]> Graphics: Elio Blanca <[email protected]> -Copyright (C) 2006 by UPi <[email protected]> +Copyright: Copyright (C) 2006 by UPi <[email protected]> License: @@ -27,6 +27,6 @@ along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -The Debian packaging is (C) 2006, Miriam Ruiz <[email protected]> and +The Debian packaging is Copyright (C) 2006, Miriam Ruiz <[email protected]> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. Modified: packages/trunk/pangzero/debian/pangzero.6 =================================================================== --- packages/trunk/pangzero/debian/pangzero.6 2009-03-17 19:32:54 UTC (rev 9181) +++ packages/trunk/pangzero/debian/pangzero.6 2009-03-17 19:50:21 UTC (rev 9182) @@ -9,7 +9,7 @@ .TH "Pang Zero" "6" "8 December 2006" "UPi" "Games" .SH "NAME" . -Pang Zero \- action game that involves popping balloons with a harpoon +pangzero \- action game that involves popping balloons with a harpoon .SH "SYNOPSIS" . .B pangzero @@ -47,5 +47,5 @@ since lines with very long words (like URLs) look ugly. .. .na -.URL "http://apocalypse.rulez.org/pangzero" "Pang Zero homepage" "" +.UR "http://apocalypse.rulez.org/pangzero" "Pang Zero homepage" "" .ad Modified: packages/trunk/pangzero/debian/rules =================================================================== --- packages/trunk/pangzero/debian/rules 2009-03-17 19:32:54 UTC (rev 9181) +++ packages/trunk/pangzero/debian/rules 2009-03-17 19:50:21 UTC (rev 9182) @@ -49,6 +49,8 @@ QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 + rm -rf .pc + dh_clean install: build _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

