[gweled] 03/72: New Upstream Version 0.8

Stephen Kitt skitt at moszumanska.debian.org
Thu May 26 16:55:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch debian-sid
in repository gweled.

commit ccb6143f1331eb76ae9a5ac4e71decc576ca01b9
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue May 18 12:44:42 2010 +0200

    New Upstream Version 0.8
---
 debian/control                                  |  6 +++---
 debian/control.in                               |  4 ++--
 debian/copyright                                | 28 ++++++++++++++++++++-----
 debian/gweled.postinst                          | 26 -----------------------
 debian/gweled.postrm                            | 27 ------------------------
 debian/menu                                     |  2 --
 debian/patches/fix_double_free.diff             | 12 -----------
 debian/patches/gweled-ppc.diff                  | 11 ----------
 debian/patches/mikmod-disable-disk-writers.diff | 16 --------------
 debian/rules                                    |  9 +++++---
 10 files changed, 34 insertions(+), 107 deletions(-)

diff --git a/debian/control b/debian/control
index d3e974f..3abb4dd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: gweled
 Section: games
 Priority: optional
-Maintainer: Ondřej Surý <ondrej at debian.org>
+Maintainer: Sven Arvidsson <sa at whiz.se>
 Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, libgnomecanvas2-dev, libglade2-dev, libgnomeui-dev, librsvg2-dev, libmikmod2-dev
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier  [...]
-Standards-Version: 3.6.1.0
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Standards-Version: 3.6.4
 
 Package: gweled
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 6ae2844..acf4c0e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,9 +2,9 @@ Source: gweled
 Section: games
 Priority: optional
 Maintainer: Ondřej Surý <ondrej at debian.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, libgnomecanvas2-dev, libglade2-dev, libgnomeui-dev, librsvg2-dev, libmikmod2-dev
+Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, libgnomecanvas2-dev, librsvg2-dev, libmikmod2-dev
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.6.1.0
+Standards-Version: 3.8.4
 
 Package: gweled
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 6c458ec..03d1fb6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,12 +1,30 @@
 This package was debianized by Ondřej Surý <ondrej at debian.org> on
 Sat, 14 Aug 2004 10:12:36 +0200.
 
-It was downloaded from http://sebdelestaing.free.fr/gweled/
+It was downloaded from https://launchpad.net/gweled
 
-Upstream Author(s): Sebastien Delestaing <sebdelestaing at free.fr>
+Upstream Authors:
+    Sebastien Delestaing <sebdelestaing at free.fr> (up to 0.7)
+    Daniele Napolitano <dnax88 at gmail.com> (0.8 onwards)
 
 Copyright:
+    Copyright (C) 2003-2005 Sebastien Delestaing <sebastien.delestaing at wanadoo.fr>
+    Copyright (C) 2010 Daniele Napolitano <dnax88 at gmail.com>
 
-Gweled is licensed under the terms of the GNU General Public License.
-On Debian systems, the complete text of the GPL can be found in
-/usr/share/common-licenses/GPL.
+License:
+    This program is free software; you can redistribute it and/or
+    modify it under the terms of the GNU General Public License
+    as published by the Free Software Foundation; either version 2
+    of the License, or (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+    On Debian systems, the complete text of the GPL can be found in
+    /usr/share/common-licenses/GPL.
diff --git a/debian/gweled.postinst b/debian/gweled.postinst
deleted file mode 100644
index d54dc60..0000000
--- a/debian/gweled.postinst
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh
-
-set -e
-
-# gweled scores files get root:games
-
-SCORE_FILES=" 
-gweled.easy.scores
-gweled.timed.scores"
-
-if [ ! -d /var/games ]; then
-	mkdir /var/games
-fi
-
-for FILES in $SCORE_FILES; do
-
-	if [ -e /var/games/$FILES ]; then
-		continue
-	fi
-
-	touch /var/games/$FILES
-	chown root:games /var/games/$FILES
-	chmod 664 /var/games/$FILES
-done
-
-#DEBHELPER#
diff --git a/debian/gweled.postrm b/debian/gweled.postrm
deleted file mode 100644
index 6b3fe03..0000000
--- a/debian/gweled.postrm
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh
-
-set -e
-
-if [ "$1" = "purge" ] ; then
-# remove empty/unused scorefiles
-
-SCORE_FILES=" 
-gweled.easy.scores
-gweled.timed.scores"
-
-  for FILES in $SCORE_FILES; do
-
-        if [ -s /var/games/$FILES ]; then
-		continue
-        fi
-
-	rm -f /var/games/$FILES
-  done
-
-  if [ -d /var/games ]; then
-	rmdir --ignore-fail-on-non-empty /var/games
-  fi
-
-fi
-
-#DEBHELPER#
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index ba798d9..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(gweled):needs=X11 section=Games/Board \
-  title="Gweled" command="/usr/games/gweled"
diff --git a/debian/patches/fix_double_free.diff b/debian/patches/fix_double_free.diff
deleted file mode 100644
index 0d22819..0000000
--- a/debian/patches/fix_double_free.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN gweled-0.7~/src/main.c gweled-0.7/src/main.c
---- gweled-0.7~/src/main.c	2005-05-25 23:44:04.000000000 +0200
-+++ gweled-0.7/src/main.c	2006-12-05 18:29:49.000000000 +0100
-@@ -365,7 +369,7 @@
- 	if(swap_sfx)
- 		Sample_Free(swap_sfx);
- 	if(click_sfx)
--		Sample_Free(swap_sfx);
-+		Sample_Free(click_sfx);
- 
- 	MikMod_Exit();
- 
diff --git a/debian/patches/gweled-ppc.diff b/debian/patches/gweled-ppc.diff
deleted file mode 100644
index 115a37f..0000000
--- a/debian/patches/gweled-ppc.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/board_engine.c.orig	2004-11-09 22:53:38.000000000 +0100
-+++ src/board_engine.c	2004-11-09 23:12:28.116177720 +0100
-@@ -40,7 +40,7 @@
- gint gi_x_click = 0;
- gint gi_y_click = 0;
- 
--gchar gpc_game_board[BOARD_WIDTH][BOARD_HEIGHT];
-+gint gpc_game_board[BOARD_WIDTH][BOARD_HEIGHT];
- gint gi_nb_of_tiles[7];
- 
- gboolean g_do_not_score;
diff --git a/debian/patches/mikmod-disable-disk-writers.diff b/debian/patches/mikmod-disable-disk-writers.diff
deleted file mode 100644
index 582f40b..0000000
--- a/debian/patches/mikmod-disable-disk-writers.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN gweled-0.7~/src/main.c gweled-0.7/src/main.c
---- gweled-0.7~/src/main.c	2005-05-25 23:44:04.000000000 +0200
-+++ gweled-0.7/src/main.c	2006-12-05 18:29:49.000000000 +0100
-@@ -254,7 +254,11 @@
- 				PACKAGE_DATA_DIR, NULL);
- 
-     /* register all the drivers */
--    MikMod_RegisterAllDrivers();
-+    MikMod_RegisterDriver(&drv_AF);
-+    MikMod_RegisterDriver(&drv_esd);
-+    MikMod_RegisterDriver(&drv_alsa);
-+    MikMod_RegisterDriver(&drv_oss);
-+    MikMod_RegisterDriver(&drv_nos);
- 
-     /* register all the module loaders */
-     MikMod_RegisterAllLoaders();
diff --git a/debian/rules b/debian/rules
index fef2439..d2c7033 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,14 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
+
+GNOME_DOWNLOAD_URL = http://launchpad.net/gweled/trunk/0.8/+download/$(GNOME_TARBALL)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games 
+DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games --localstatedir=/var
 DEB_DH_FIXPERMS_ARGS := -X/var/games/.*scores -X/usr/games
 
 CFLAGS := -Wall -g -rdynamic

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gweled.git



More information about the Pkg-games-commits mailing list