[pangzero] 15/68: Removed unneeded patches
Markus Koschany
apo at moszumanska.debian.org
Wed Jun 8 06:58:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository pangzero.
commit c8e5fcbe8fce40839a6d8e4a264c0f3cab92184a
Author: Miriam Ruiz <little_miry at yahoo.es>
Date: Thu Jul 12 13:21:27 2007 +0000
Removed unneeded patches
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/patches/100_rotozoom_patches.diff | 38 --------------------------------
debian/patches/200_nowebsiteonexit.diff | 11 ---------
debian/patches/series | 0
debian/rules | 4 ++--
6 files changed, 6 insertions(+), 52 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 456d85b..ba6b86a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ pangzero (1.2-1) UNRELEASED; urgency=low
[ Miriam Ruiz ]
* New upstream release.
* Make clean errors won't be ignored anymore.
+ * 100_rotozoom_patches.diff and 200_nowebsiteonexit.diff are not needed anymore,
+ removing them.
+ * Removing Build-Depends on quilt.
[ Jon Dowland ]
* update menu section to "Games/Action" for menu policy transition.
diff --git a/debian/control b/debian/control
index aa20870..9539010 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
Priority: extra
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>
-Build-Depends: debhelper (>= 5), quilt, autotools-dev, libsdl-perl
+Build-Depends: debhelper (>= 5), autotools-dev, libsdl-perl
Standards-Version: 3.7.2
Package: pangzero
diff --git a/debian/patches/100_rotozoom_patches.diff b/debian/patches/100_rotozoom_patches.diff
deleted file mode 100644
index eda3906..0000000
--- a/debian/patches/100_rotozoom_patches.diff
+++ /dev/null
@@ -1,38 +0,0 @@
---- pangzero-1.1/bin/pangzero 2006-12-15 11:04:14 +0100
-+++ pangzero 2007-02-10 15:59:53 +0100
-@@ -2379,7 +2379,7 @@ sub RenderBorder {
- -flags=>::SDL_SWSURFACE(), -width => 128, -height => 16, -depth => 32);
- $srcrect1->x(16); $srcrect1->y(0); $srcrect1->width(128); $srcrect1->height(16);
- $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
-- $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1);
-+ $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1, 0);
- $dstrect->x(16); $dstrect->y(0);
- $zoom->blit( 0, $targetSurface, $dstrect );
-
-@@ -2388,7 +2388,7 @@ sub RenderBorder {
- -flags=>::SDL_SWSURFACE(), -width => 16, -height => 128, -depth => 32);
- $srcrect1->x(0); $srcrect1->y(16); $srcrect1->height(128); $srcrect1->width(16);
- $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
-- $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128);
-+ $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128, 0);
- $dstrect->x(0); $dstrect->y(16);
- $zoom->blit( 0, $targetSurface, $dstrect );
- }
-@@ -2429,7 +2429,7 @@ sub RenderBorder {
- -flags=>::SDL_SWSURFACE(), -width => 128, -height => 16, -depth => 32);
- $srcrect1->x(16); $srcrect1->y(0); $srcrect1->width(128); $srcrect1->height(16);
- $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
-- $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1);
-+ $::RotoZoomer->zoom( $zoom, $ScreenWidth / 128, 1, 0);
- $dstrect->x(16); $dstrect->y(0);
- $zoom->blit( 0, $targetSurface, $dstrect );
-
-@@ -2438,7 +2438,7 @@ sub RenderBorder {
- -flags=>::SDL_SWSURFACE(), -width => 16, -height => 128, -depth => 32);
- $srcrect1->x(0); $srcrect1->y(16); $srcrect1->height(128); $srcrect1->width(16);
- $borderSurface->blit( $srcrect1, $zoom, new SDL::Rect );
-- $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128);
-+ $::RotoZoomer->zoom( $zoom, 1, $ScreenHeight / 128, 0);
- $dstrect->x(0); $dstrect->y(16);
- $zoom->blit( 0, $targetSurface, $dstrect );
- }
diff --git a/debian/patches/200_nowebsiteonexit.diff b/debian/patches/200_nowebsiteonexit.diff
deleted file mode 100644
index 1e28150..0000000
--- a/debian/patches/200_nowebsiteonexit.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- pangzero-1.1.orig/bin/pangzero 2007-01-04 10:37:38.000000000 +0100
-+++ pangzero-1.1/bin/pangzero 2007-03-02 21:22:26.000000000 +0100
-@@ -2875,7 +2875,7 @@
- }
-
- sub Exit {
-- &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" );
-+ &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" ) unless $::ShowWebsite;
- exit;
- }
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/rules b/debian/rules
index df0b841..8696f1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ endif
config.status: configure
dh_testdir
- QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+ #QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
@@ -44,7 +44,7 @@ clean:
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
-rm -f config.sub config.guess config.log config.status
- QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+ #QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
dh_clean
install: build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pangzero.git
More information about the Pkg-games-commits
mailing list