Author: gilbert-guest Date: 2011-12-02 04:02:48 +0000 (Fri, 02 Dec 2011) New Revision: 12913
Modified: packages/trunk/amphetamine/debian/changelog packages/trunk/amphetamine/debian/patches/000_data_path.diff packages/trunk/amphetamine/debian/patches/000_gcc_m68k.diff packages/trunk/amphetamine/debian/patches/000_no_lxt.diff packages/trunk/amphetamine/debian/patches/010_bugs.diff packages/trunk/amphetamine/debian/patches/010_etc_dir.diff packages/trunk/amphetamine/debian/patches/010_missing_headers.diff packages/trunk/amphetamine/debian/patches/010_newline.diff packages/trunk/amphetamine/debian/patches/020_assumed_sizeof_long.diff Log: add descriptions to patches Modified: packages/trunk/amphetamine/debian/changelog =================================================================== --- packages/trunk/amphetamine/debian/changelog 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/changelog 2011-12-02 04:02:48 UTC (rev 12913) @@ -2,8 +2,9 @@ * Change build-depend to libc6-dev-i386 [amd64] (closes: #650468). * Install upstream changelog. + * Add descriptions to patches. - -- Michael Gilbert <[email protected]> Thu, 01 Dec 2011 22:53:58 -0500 + -- Michael Gilbert <[email protected]> Thu, 01 Dec 2011 23:01:07 -0500 amphetamine (0.8.10-16) unstable; urgency=low Modified: packages/trunk/amphetamine/debian/patches/000_data_path.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/000_data_path.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/000_data_path.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: use debian data paths Index: amphetamine-0.8.10/Makefile =================================================================== --- amphetamine-0.8.10.orig/Makefile 2006-05-15 19:12:50.000000000 +0200 Modified: packages/trunk/amphetamine/debian/patches/000_gcc_m68k.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/000_gcc_m68k.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/000_gcc_m68k.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: use gcc 4.1 for m68k build Index: amphetamine-0.8.10/Makefile =================================================================== --- amphetamine-0.8.10.orig/Makefile 2006-05-15 19:26:37.000000000 +0200 Modified: packages/trunk/amphetamine/debian/patches/000_no_lxt.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/000_no_lxt.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/000_no_lxt.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: don't link against Xt Index: amphetamine-0.8.10/Makefile =================================================================== --- amphetamine-0.8.10.orig/Makefile 2006-11-08 11:05:57.000000000 +0100 Modified: packages/trunk/amphetamine/debian/patches/010_bugs.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/010_bugs.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/010_bugs.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: fix issues in collision detection Index: amphetamine-0.8.10/src/Appl.cpp =================================================================== --- amphetamine-0.8.10.orig/src/Appl.cpp 2006-05-15 19:16:56.000000000 +0200 Modified: packages/trunk/amphetamine/debian/patches/010_etc_dir.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/010_etc_dir.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/010_etc_dir.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: use /etc/amphetamine for config files Index: amphetamine-0.8.10/src/ConstVal.cpp =================================================================== --- amphetamine-0.8.10.orig/src/ConstVal.cpp 2006-05-15 19:16:56.000000000 +0200 Modified: packages/trunk/amphetamine/debian/patches/010_missing_headers.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/010_missing_headers.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/010_missing_headers.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: include string.h Index: amphetamine-0.8.10/src/Surface.cpp =================================================================== --- amphetamine-0.8.10.orig/src/Surface.cpp 2006-05-15 19:10:49.000000000 +0200 Modified: packages/trunk/amphetamine/debian/patches/010_newline.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/010_newline.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/010_newline.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: fix newlines Index: amphetamine-0.8.10/src/AmpHead.hpp =================================================================== --- amphetamine-0.8.10.orig/src/AmpHead.hpp 2002-03-25 11:38:15.000000000 +0100 Modified: packages/trunk/amphetamine/debian/patches/020_assumed_sizeof_long.diff =================================================================== --- packages/trunk/amphetamine/debian/patches/020_assumed_sizeof_long.diff 2011-12-02 04:02:45 UTC (rev 12912) +++ packages/trunk/amphetamine/debian/patches/020_assumed_sizeof_long.diff 2011-12-02 04:02:48 UTC (rev 12913) @@ -1,3 +1,4 @@ +description: use uint32_t in place of long for consistency --- amphetamine-0.8.10.orig/src/Shape.cpp +++ amphetamine-0.8.10/src/Shape.cpp @@ -56,12 +56,12 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

