Codebase list pangzero / c8e5fcb
Removed unneeded patches Miriam Ruiz 16 years ago
6 changed file(s) with 6 addition(s) and 52 deletion(s). Raw diff Collapse all Expand all
22 [ Miriam Ruiz ]
33 * New upstream release.
44 * Make clean errors won't be ignored anymore.
5 * 100_rotozoom_patches.diff and 200_nowebsiteonexit.diff are not needed anymore,
6 removing them.
7 * Removing Build-Depends on quilt.
58
69 [ Jon Dowland ]
710 * update menu section to "Games/Action" for menu policy transition.
22 Priority: extra
33 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
44 Uploaders: Miriam Ruiz <little_miry@yahoo.es>, Sam Hocevar (Debian packages) <sam+deb@zoy.org>
5 Build-Depends: debhelper (>= 5), quilt, autotools-dev, libsdl-perl
5 Build-Depends: debhelper (>= 5), autotools-dev, libsdl-perl
66 Standards-Version: 3.7.2
77
88 Package: pangzero
+0
-38
debian/patches/100_rotozoom_patches.diff less more
0 --- pangzero-1.1/bin/pangzero 2006-12-15 11:04:14 +0100
1 +++ pangzero 2007-02-10 15:59:53 +0100
2 @@ -2379,7 +2379,7 @@ sub RenderBorder {
3 -flags=>::SDL_SWSURFACE(), -width => 128, -height => 16, -depth => 32);
4 $srcrect1->x(16); $srcrect1->y(0); $srcrect1->width(128); $srcrect1->height(16);
5 $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
6 - $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1);
7 + $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1, 0);
8 $dstrect->x(16); $dstrect->y(0);
9 $zoom->blit( 0, $targetSurface, $dstrect );
10
11 @@ -2388,7 +2388,7 @@ sub RenderBorder {
12 -flags=>::SDL_SWSURFACE(), -width => 16, -height => 128, -depth => 32);
13 $srcrect1->x(0); $srcrect1->y(16); $srcrect1->height(128); $srcrect1->width(16);
14 $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
15 - $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128);
16 + $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128, 0);
17 $dstrect->x(0); $dstrect->y(16);
18 $zoom->blit( 0, $targetSurface, $dstrect );
19 }
20 @@ -2429,7 +2429,7 @@ sub RenderBorder {
21 -flags=>::SDL_SWSURFACE(), -width => 128, -height => 16, -depth => 32);
22 $srcrect1->x(16); $srcrect1->y(0); $srcrect1->width(128); $srcrect1->height(16);
23 $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
24 - $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1);
25 + $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1, 0);
26 $dstrect->x(16); $dstrect->y(0);
27 $zoom->blit( 0, $targetSurface, $dstrect );
28
29 @@ -2438,7 +2438,7 @@ sub RenderBorder {
30 -flags=>::SDL_SWSURFACE(), -width => 16, -height => 128, -depth => 32);
31 $srcrect1->x(0); $srcrect1->y(16); $srcrect1->height(128); $srcrect1->width(16);
32 $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
33 - $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128);
34 + $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128, 0);
35 $dstrect->x(0); $dstrect->y(16);
36 $zoom->blit( 0, $targetSurface, $dstrect );
37 }
+0
-11
debian/patches/200_nowebsiteonexit.diff less more
0 --- pangzero-1.1.orig/bin/pangzero 2007-01-04 10:37:38.000000000 +0100
1 +++ pangzero-1.1/bin/pangzero 2007-03-02 21:22:26.000000000 +0100
2 @@ -2875,7 +2875,7 @@
3 }
4
5 sub Exit {
6 - &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" );
7 + &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" ) unless $::ShowWebsite;
8 exit;
9 }
10
+0
-0
debian/patches/series less more
(Empty file)
1717
1818 config.status: configure
1919 dh_testdir
20 QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
20 #QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
2121 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
2222 cp -f /usr/share/misc/config.sub config.sub
2323 endif
4343 rm -f build-stamp
4444 [ ! -f Makefile ] || $(MAKE) distclean
4545 -rm -f config.sub config.guess config.log config.status
46 QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
46 #QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
4747 dh_clean
4848
4949 install: build