diff -Nru bygfoot-2.3.2/debian/bygfoot.6 bygfoot-2.3.2/debian/bygfoot.6 --- bygfoot-2.3.2/debian/bygfoot.6 2010-01-31 00:42:06.000000000 +0000 +++ bygfoot-2.3.2/debian/bygfoot.6 2013-07-05 09:54:59.000000000 +0000 @@ -33,7 +33,7 @@ promoted or relegated, even become a champion if you're a skillful manager.The game is deliberately kept simple (though not easy): you only have to keep one eye at your players and another at your stadium. You can customise Bygfoot by - writting your own country definition files or by creating your own team definition. + writing your own country definition files or by creating your own team definition. .SH OPTIONS A summary of options is included below. .TP diff -Nru bygfoot-2.3.2/debian/changelog bygfoot-2.3.2/debian/changelog --- bygfoot-2.3.2/debian/changelog 2013-04-06 03:37:45.000000000 +0000 +++ bygfoot-2.3.2/debian/changelog 2013-07-05 10:01:31.000000000 +0000 @@ -1,8 +1,13 @@ -bygfoot (2.3.2-1ubuntu1) raring; urgency=low +bygfoot (2.3.2-1.1) unstable; urgency=low - * Added missing math lib to link, fixing FTBFS. + * Non-maintainer upload. + * Link in libm to fix FTBFS. (Closes: #713703). + * Fix spelling errors in control (Closes: #684784). + + Thanks to Chad Dunlap for the patch. + + Fix same error in debian/bygfoot.6. + * Clean up debian/copyright slightly. - -- Daniel T Chen Fri, 05 Apr 2013 23:37:31 -0400 + -- Barry deFreese Thu, 04 Jul 2013 19:12:37 -0400 bygfoot (2.3.2-1) unstable; urgency=low diff -Nru bygfoot-2.3.2/debian/control bygfoot-2.3.2/debian/control --- bygfoot-2.3.2/debian/control 2013-04-06 03:39:50.000000000 +0000 +++ bygfoot-2.3.2/debian/control 2013-07-04 23:14:17.000000000 +0000 @@ -1,8 +1,7 @@ Source: bygfoot Section: games Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Elías Alejandro Año Mendoza +Maintainer: Elías Alejandro Año Mendoza Build-Depends: debhelper (>= 7.0.50), libglib2.0-dev, libgtk2.0-dev, libpango1.0-dev, libatk1.0-dev, libfreetype6-dev, pkg-config, quilt(>= 0.46-7~) Standards-Version: 3.8.4 Homepage: http://bygfoot.sourceforge.net/ @@ -14,7 +13,7 @@ Bygfoot allows you to manage a team by training the players, buying and selling them, contracting loans, maintaining the stadium, etc. You can be promoted or relegated, even become a champion if you're a skillful manager. - You can customise Bygfoot by writting your own country definition files or + You can customise Bygfoot by writing your own country definition files or by creating your own team definition files. Package: bygfoot-data @@ -25,5 +24,5 @@ Description: data of football (a.k.a soccer) management game Contain files necessary to work with bygfoot: images,hints,commentaries,players names,strategies. - You can customise Bygfoot by writting your own country definition files + You can customise Bygfoot by writing your own country definition files or by creating your own team definition files. diff -Nru bygfoot-2.3.2/debian/copyright bygfoot-2.3.2/debian/copyright --- bygfoot-2.3.2/debian/copyright 2010-03-31 03:50:16.000000000 +0000 +++ bygfoot-2.3.2/debian/copyright 2013-07-05 10:01:06.000000000 +0000 @@ -7,13 +7,11 @@ http://www.bygfoot.com/ http://bygfoot.sourceforge.net -Upstream Author(s): - +Upstream Authors: Gyozo Both Mark Lawrenz Copyright: - Copyright (C) 2005 Gyözö Both Copyright (C) 2005 Marcelo Garrone Copyright (C) 2005 Spoială Cristian @@ -22,17 +20,20 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997,1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. License: + This software comes under the GPL license version 2, or (at your opinion) any later version. + + On Debian systems, the complete text of the GNU General Public Licence can be + found in /usr/share/common-licenses/GPL-2 file. - - This software comes under the GPL license version 2, or (at your opinion) any later version. - - Translation are (C) 2005,2007,2009 THE bygfoot'S COPYRIGHT HOLDER, - except: + Translation are (C) 2005,2007,2009 THE bygfoot'S COPYRIGHT HOLDER, + except: pt_BR.po: Copyright (C) 2005 Marcelo Garrone ro.po: Copyright (C) 2005 Spoială Cristian es.po: Copyright (C) 2005 Marcelo Garrone fr.po: Copyright (C) 2005 Gyozo Both All translations are distributed under the same license as the bygfoot package. - - The script install-sh comes under the X Consortium license. FSF changes to this file are in the public domain. - This script is compatible with the BSD install script, but was written from scratch. + The script install-sh comes under the X Consortium license. FSF changes to this file are in the public domain. + This script is compatible with the BSD install script, but was written from scratch. X Consortium license. ==================== diff -Nru bygfoot-2.3.2/debian/patches/02_libm_underlinkage.patch bygfoot-2.3.2/debian/patches/02_libm_underlinkage.patch --- bygfoot-2.3.2/debian/patches/02_libm_underlinkage.patch 2013-04-06 03:39:13.000000000 +0000 +++ bygfoot-2.3.2/debian/patches/02_libm_underlinkage.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -Index: bygfoot-2.3.2/src/Makefile.in -=================================================================== ---- bygfoot-2.3.2.orig/src/Makefile.in 2009-07-08 06:20:43.000000000 -0400 -+++ bygfoot-2.3.2/src/Makefile.in 2013-04-05 23:38:57.382086401 -0400 -@@ -289,7 +289,7 @@ - xml_team.c file.h free.h main.h misc.h option.h player.h team.h variables.h xml_team.h \ - youth_academy.c free.h maths.h name.h option.h player.h team.h user.h youth_academy.h - --bygfoot_LDADD = @PACKAGE_LIBS@ @GST_LIBS@ $(INTLLIBS) -+bygfoot_LDADD = @PACKAGE_LIBS@ @GST_LIBS@ $(INTLLIBS) -lm - all: all-am - - .SUFFIXES: diff -Nru bygfoot-2.3.2/debian/patches/02_link_libm.patch bygfoot-2.3.2/debian/patches/02_link_libm.patch --- bygfoot-2.3.2/debian/patches/02_link_libm.patch 1970-01-01 00:00:00.000000000 +0000 +++ bygfoot-2.3.2/debian/patches/02_link_libm.patch 2013-07-05 09:53:15.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Force link of libm. Fixes FTBFS. +Author: Barry deFreese +Index: bygfoot-2.3.2/src/Makefile.in +=================================================================== +--- bygfoot-2.3.2.orig/src/Makefile.in 2009-07-08 06:20:43.000000000 -0400 ++++ bygfoot-2.3.2/src/Makefile.in 2013-07-04 19:12:23.000000000 -0400 +@@ -289,7 +289,7 @@ + xml_team.c file.h free.h main.h misc.h option.h player.h team.h variables.h xml_team.h \ + youth_academy.c free.h maths.h name.h option.h player.h team.h user.h youth_academy.h + +-bygfoot_LDADD = @PACKAGE_LIBS@ @GST_LIBS@ $(INTLLIBS) ++bygfoot_LDADD = @PACKAGE_LIBS@ @GST_LIBS@ $(INTLLIBS) -lm + all: all-am + + .SUFFIXES: diff -Nru bygfoot-2.3.2/debian/patches/series bygfoot-2.3.2/debian/patches/series --- bygfoot-2.3.2/debian/patches/series 2013-04-06 03:38:13.000000000 +0000 +++ bygfoot-2.3.2/debian/patches/series 2013-07-05 09:54:29.000000000 +0000 @@ -1,2 +1,2 @@ 01_savegame_directory.patch -02_libm_underlinkage.patch +02_link_libm.patch