r9182 - packages/trunk/pangzero/debian

Barry deFreese bdefreese at alioth.debian.org
Tue Mar 17 19:50:21 UTC 2009


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 <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
  Jon Dowland <jon at alcopop.org>, Marco Rodrigues <gothicx at sapo.pt>, Barry deFreese <bdefreese at debian.org>
-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 <danigm at gmail.com>
         Graphics: Elio Blanca <eblanca76 at users.sourceforge.net>
 
-Copyright (C) 2006 by UPi <upi at sourceforge.net>
+Copyright: Copyright (C) 2006 by UPi <upi at sourceforge.net>
 
 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 <little_miry at yahoo.es> and
+The Debian packaging is Copyright (C) 2006, Miriam Ruiz <little_miry at yahoo.es> 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




More information about the Pkg-games-commits mailing list