[powermanga] 16/41: * New Upstream Release (Closes: #447415) + Should now be dfsg free + Adds joystick support (Closes: #442322) + STILL NOT SURE ABOUT tlk.fnt * Revert patches except fixing scoredir path and copyright for manpage * Remove deprecated Encoding tag from desktop file * Remove file extention from icon tag in desktop file * Replace evil 'pwd' with $(CURDIR) * Removing config.log config.status in clean target + MIGHT BREAK SUBSEQUENT BUILDS SO MIGHT NEED REVERTED?
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Jun 25 18:55:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository powermanga.
commit 936ccd286e37cbd0ca220dbceae2ff655b147a8f
Author: Barry deFreese <bddebian at comcast.net>
Date: Fri Nov 30 19:44:37 2007 +0000
* New Upstream Release (Closes: #447415)
+ Should now be dfsg free
+ Adds joystick support (Closes: #442322)
+ STILL NOT SURE ABOUT tlk.fnt
* Revert patches except fixing scoredir path and copyright for manpage
* Remove deprecated Encoding tag from desktop file
* Remove file extention from icon tag in desktop file
* Replace evil 'pwd' with $(CURDIR)
* Removing config.log config.status in clean target
+ MIGHT BREAK SUBSEQUENT BUILDS SO MIGHT NEED REVERTED?
---
debian/changelog | 12 ++++++++++-
debian/patches/010_scoredir_path.diff | 12 +++++++++++
debian/patches/020_copyright.diff | 38 -----------------------------------
debian/patches/series | 4 +---
debian/powermanga.desktop | 3 +--
debian/rules | 7 ++++---
6 files changed, 29 insertions(+), 47 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9573374..0157726 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-powermanga (0.80-dfsg-2) UNRELEASED; urgency=low
+powermanga (0.90-1) UNRELEASED; urgency=low
[ Gonéri Le Bouder ]
* add desktop file, thanks Adrien Cunin (Closes: #402168)
@@ -15,6 +15,16 @@ powermanga (0.80-dfsg-2) UNRELEASED; urgency=low
* Add watch file
* Add Homepage field in control
* Remove XS- from VCS fields in control
+ * New Upstream Release (Closes: #447415)
+ + Should now be dfsg free
+ + Adds joystick support (Closes: #442322)
+ + STILL NOT SURE ABOUT tlk.fnt
+ * Revert patches except fixing scoredir path and copyright for manpage
+ * Remove deprecated Encoding tag from desktop file
+ * Remove file extention from icon tag in desktop file
+ * Replace evil 'pwd' with $(CURDIR)
+ * Removing config.log config.status in clean target
+ + MIGHT BREAK SUBSEQUENT BUILDS SO MIGHT NEED REVERTED?
-- Sam Hocevar (Debian packages) <sam+deb at zoy.org> Sun, 10 Dec 2006 01:36:02 +0100
diff --git a/debian/patches/010_scoredir_path.diff b/debian/patches/010_scoredir_path.diff
new file mode 100644
index 0000000..2083c4b
--- /dev/null
+++ b/debian/patches/010_scoredir_path.diff
@@ -0,0 +1,12 @@
+diff -urN powermanga-0.90.orig/src/Makefile.in powermanga-0.90/src/Makefile.in
+--- powermanga-0.90.orig/src/Makefile.in 2007-09-04 04:41:04.000000000 -0400
++++ powermanga-0.90/src/Makefile.in 2007-11-30 14:00:20.000000000 -0500
+@@ -221,7 +221,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+ gamesdir = $(prefix)/games
+-scoredir = /var/games
++scoredir = /var/games/powermanga
+ score = powermanga.hi
+ powermanga_SOURCES = $(SOURCES_MAIN) $(SOURCES_EXTRA)
+ #powermanga_CXXFLAGS = -DPREFIX=\"$(prefix)\" -DSCOREFILE=\"$(scoredir)/$(score)\" @XLIB_CFLAGS@ @SDL_CFLAGS@
diff --git a/debian/patches/020_copyright.diff b/debian/patches/020_copyright.diff
index 5e559c8..dfbfcb8 100644
--- a/debian/patches/020_copyright.diff
+++ b/debian/patches/020_copyright.diff
@@ -8,41 +8,3 @@ Index: powermanga-0.80/powermanga.6
.br
-This manual page was written by Jeronimo Pellegrini <pellegrini at mpcnet.com.br>, based on the previous one by Samuel Hocevar <sam at zoy.org>, for the Debian GNU/Linux system (but may be used by others).
+This manual page was written by Jeronimo Pellegrini <pellegrini at mpcnet.com.br>, based on the previous one by Sam Hocevar <sam at zoy.org>, for the Debian GNU/Linux system (but may be used by others).
-
-
-
-Index: powermanga-0.80/src/gfxroutines.cpp
-===================================================================
---- powermanga-0.80.orig/src/gfxroutines.cpp 2006-03-26 17:26:20.000000000 +0200
-+++ powermanga-0.80/src/gfxroutines.cpp 2006-05-16 19:19:09.000000000 +0200
-@@ -1,5 +1,5 @@
- //*****************************************************************************
--// copyright (c) 2003 Samuel Hocevar <sam at zoy.org>
-+// copyright (c) 2003-2004 Sam Hocevar <sam at zoy.org>
- //-----------------------------------------------------------------------------
- // file : "gfxroutines.cpp"
- // created : 2003-04-15
-Index: powermanga-0.80/src/etbfonte1.cpp
-===================================================================
---- powermanga-0.80.orig/src/etbfonte1.cpp 2006-05-16 19:20:02.000000000 +0200
-+++ powermanga-0.80/src/etbfonte1.cpp 2006-05-16 19:20:36.000000000 +0200
-@@ -108,7 +108,7 @@
- "* LAURENT DUPERVAL *@"\
- "* PATRICE DUHAMEL *@"\
- "* MICHEL DOGNIAUX *@"\
-- "* SAMUEL HOCEVAR *@"\
-+ "* SAM HOCEVAR *@"\
- "* *@"\
- "* > PRESS CTRL-A TO CANCEL < *@"\
- "********************************@"
-Index: powermanga-0.80/src/gfxroutines.hpp
-===================================================================
---- powermanga-0.80.orig/src/gfxroutines.hpp 2006-05-16 19:19:53.000000000 +0200
-+++ powermanga-0.80/src/gfxroutines.hpp 2006-05-16 19:20:11.000000000 +0200
-@@ -1,5 +1,5 @@
- //*****************************************************************************
--// copyright (c) 2003 Samuel Hocevar <sam at zoy.org>
-+// copyright (c) 2003 Sam Hocevar <sam at zoy.org>
- //-----------------------------------------------------------------------------
- // file : "gfxroutines.hpp"
- // created : 2003-04-15
diff --git a/debian/patches/series b/debian/patches/series
index 15e163f..9b103fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
-000_data_path.diff
-010_rebootstrap.diff
+010_scoredir_path.diff
020_copyright.diff
-020_warning.diff
diff --git a/debian/powermanga.desktop b/debian/powermanga.desktop
index 32f09ea..ecbc702 100644
--- a/debian/powermanga.desktop
+++ b/debian/powermanga.desktop
@@ -1,10 +1,9 @@
[Desktop Entry]
Type=Application
-Encoding=UTF-8
Name=Powermanga
GenericName=PowerManga
Comment=Play a vertical shoot 'em up game
-Icon=powermanga.xpm
+Icon=powermanga
Exec=powermanga
Terminal=false
Categories=Game;ArcadeGame;
diff --git a/debian/rules b/debian/rules
index 5163e0a..9091842 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DH_OPTIONS
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-confflags = --prefix=/usr --mandir=/usr/share/man
+confflags = --prefix=/usr --mandir=/usr/share/man/man6
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
confflags += --build $(DEB_HOST_GNU_TYPE)
else
@@ -29,7 +29,7 @@ configure-stamp:
build: configure-stamp build-stamp
build-stamp:
dh_testdir
- $(MAKE) PREFIX=`pwd`/debian/powermanga
+ $(MAKE) PREFIX=$(CURDIR)/debian/powermanga
touch build-stamp
clean:
@@ -38,6 +38,7 @@ clean:
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || $(MAKE) distclean
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+ rm -f config.log config.status
dh_clean
install: DH_OPTIONS=
@@ -47,7 +48,7 @@ install: build
dh_clean -k
dh_installdirs
# Install package
- DESTDIR=`pwd`/debian/powermanga/ $(MAKE) install
+ DESTDIR=$(CURDIR)/debian/powermanga/ $(MAKE) install
# Remove the score files
rm -f debian/powermanga/var/games/powermanga/powermanga.hi-easy
rm -f debian/powermanga/var/games/powermanga/powermanga.hi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/powermanga.git
More information about the Pkg-games-commits
mailing list