Author: ansgar-guest Date: 2008-02-29 01:00:01 +0000 (Fri, 29 Feb 2008) New Revision: 5950
Added: packages/trunk/freesweep/debian/patches/fsf-address Modified: packages/trunk/freesweep/debian/changelog packages/trunk/freesweep/debian/patches/series Log: * New patch `fsf-address': Correct FSF address in gpl.c Modified: packages/trunk/freesweep/debian/changelog =================================================================== --- packages/trunk/freesweep/debian/changelog 2008-02-29 00:50:21 UTC (rev 5949) +++ packages/trunk/freesweep/debian/changelog 2008-02-29 01:00:01 UTC (rev 5950) @@ -1,8 +1,9 @@ freesweep (0.90-2) unstable; urgency=low * Add watch file + * New patch `fsf-address': Correct FSF address in gpl.c - -- Ansgar Burchardt <[EMAIL PROTECTED]> Fri, 29 Feb 2008 01:49:55 +0100 + -- Ansgar Burchardt <[EMAIL PROTECTED]> Fri, 29 Feb 2008 01:58:31 +0100 freesweep (0.90-1) unstable; urgency=low Added: packages/trunk/freesweep/debian/patches/fsf-address =================================================================== --- packages/trunk/freesweep/debian/patches/fsf-address (rev 0) +++ packages/trunk/freesweep/debian/patches/fsf-address 2008-02-29 01:00:01 UTC (rev 5950) @@ -0,0 +1,23 @@ +Index: freesweep-0.90/gpl.c +=================================================================== +--- freesweep-0.90.orig/gpl.c ++++ freesweep-0.90/gpl.c +@@ -22,7 +22,7 @@ + " Version 2, June 1991", + "", + " Copyright (C) 1989, 1991 Free Software Foundation, Inc.", +-" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA", ++" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA", + " Everyone is permitted to copy and distribute verbatim copies", + " of this license document, but changing it is not allowed.", + "", +@@ -326,7 +326,8 @@ + "", + " 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA", ++" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,", ++" MA 02110-1301 USA.", + "", + "", + "Also add information on how to contact you by electronic and paper mail.", Modified: packages/trunk/freesweep/debian/patches/series =================================================================== --- packages/trunk/freesweep/debian/patches/series 2008-02-29 00:50:21 UTC (rev 5949) +++ packages/trunk/freesweep/debian/patches/series 2008-02-29 01:00:01 UTC (rev 5950) @@ -1,3 +1,4 @@ +fsf-address use-safe-string-functions do-not-strip fix-install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

