Codebase list gnome-mastermind / debian/0.2+dfsg.1-1
Import Debian changes 0.2+dfsg.1-1 gnome-mastermind (0.2+dfsg.1-1) unstable; urgency=low * Initial package in Debian. Closes: #422424. This package was requested by Filippo Argiolas <filippo.argiolas@gmail.com>. * debian/README.Debian-source: Documents how the .orig.tar.gz was made. * debian/patches/02_dfsg.1.diff: Added. This patch contains the changes that are needed because of the repackaged .orig.tar.gz file. Bart Martens authored 17 years ago Yavor Doganov committed 5 years ago
11 changed file(s) with 223 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 gnome-mastermind for Debian
1 ---------------------------
2
3 How I created the .orig.tar.gz :
4
5 tar xzf gnome-mastermind-0.2.tar.gz
6 rm gnome-mastermind-0.2/themes/simple.svg
7 tar cf gnome-mastermind_0.2+dfsg.1.orig.tar gnome-mastermind-0.2
8 gzip -9 gnome-mastermind_0.2+dfsg.1.orig.tar
9 md5sum *tar.gz
10 b7222d8c925c699b190cd63cb860817d gnome-mastermind_0.2+dfsg.1.orig.tar.gz
11 79a69e415b1df51dc3d74761e168fe56 gnome-mastermind-0.2.tar.gz
12
13 -- Bart Martens <bartm@knars.be> Sat, 12 May 2007 08:59:49 +0200
0 gnome-mastermind (0.2+dfsg.1-1) unstable; urgency=low
1
2 * Initial package in Debian. Closes: #422424. This package was requested
3 by Filippo Argiolas <filippo.argiolas@gmail.com>.
4 * debian/README.Debian-source: Documents how the .orig.tar.gz was made.
5 * debian/patches/02_dfsg.1.diff: Added. This patch contains the changes
6 that are needed because of the repackaged .orig.tar.gz file.
7
8 -- Bart Martens <bartm@knars.be> Sat, 12 May 2007 08:59:49 +0200
9
0 Source: gnome-mastermind
1 Section: games
2 Priority: optional
3 Maintainer: Bart Martens <bartm@knars.be>
4 Build-Depends: cdbs, debhelper (>= 5), autotools-dev, imagemagick, pkg-config (>= 0.9.0), libglib2.0-dev (>= 2.8.0), libgtk2.0-dev (>= 2.8.0), libgconf2-dev (>= 2.0.0), libxml-parser-perl, gnome-doc-utils (>= 0.3.2)
5 Standards-Version: 3.7.2
6
7 Package: gnome-mastermind
8 Architecture: any
9 Depends: ${shlibs:Depends}, ${misc:Depends}
10 Description: Mastermind (TM) clone for GNOME Desktop
11 The goal of this board game is to break a code using obscure hints.
12 .
13 Homepage: http://www.autistici.org/gnome-mastermind/
0 This package was debianized by Bart Martens <bartm@knars.be> on
1 Sat, 12 May 2007 08:59:49 +0200.
2
3 It was downloaded from: http://autistici.org/gnome-mastermind/
4
5 Upstream authors:
6
7 Filippo Argiolas <filippo.argiolas@gmail.com>
8 Ulisse Perusin <uli.peru@gmail.com>
9
10 Copyright:
11
12 Copyright (c) 2007 Filippo Argiolas
13 Copyright (c) 1971 Invicta Plastics, Ltd. UK
14 Copyright (C) 2007 Thilo Pfennig
15 Copyright (C) 2004-2005 Shaun McCance <shaunm@gnome.org>
16
17 License:
18
19 This package is free software; you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation; either version 2 of the License, or
22 (at your option) any later version.
23
24 This package is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with this package; if not, write to the Free Software
31 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
32
33 On Debian systems, the complete text of the GNU General
34 Public License can be found in `/usr/share/common-licenses/GPL'.
35
36 The Debian packaging is
37 Copyright (C) 2007, Bart Martens <bartm@knars.be>
38 and is licensed under the GPL, see above.
39
40 The upstream author writes:
41
42 Mastermind afaik (just a quick search on google) is a registered
43 trademark of Pressman Toy Corporation, by agreement with Invicta Toys
44 and Games, Ltd., UK or at least it was since 2004.
45 If it is wrong at the moment please let me know since i didn't find
46 better informations. Filippo Argiolas
47
48 GNOME Mastermind icon set is designed by Ulisse Perusin <uli.peru@gmail.com>
49 and is
50 Copyright (C) 2007 by Ulisse Perusin <uli.peru@gmail.com>
51
52 License of artwork of this game:
53
54 This package is free software; you can redistribute it and/or modify
55 it under the terms of the GNU General Public License as published by
56 the Free Software Foundation; version 2 of the License.
57
58 This package is distributed in the hope that it will be useful,
59 but WITHOUT ANY WARRANTY; without even the implied warranty of
60 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
61 GNU General Public License for more details.
62
63 You should have received a copy of the GNU General Public License
64 along with this package; if not, write to the Free Software
65 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
66
67 On Debian systems, the complete text of the GNU General
68 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
0 icons/32x32/gnome-mastermind.xpm usr/share/pixmaps/
0 ?package(gnome-mastermind):needs="X11" section="Games/Board"\
1 longtitle="break the code using obscure hints"\
2 icon="gnome-mastermind.xpm"\
3 title="gnome-mastermind" command="/usr/games/gnome-mastermind"
0 --- ../orig/gnome-mastermind-0.2/Makefile.in 2007-05-04 13:09:08.000000000 +0200
1 +++ Makefile.in 2007-05-12 11:18:12.000000000 +0200
2 @@ -266,13 +266,7 @@
3 gnome-doc-utils.make
4
5 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
6 -pkgdata_DATA = AUTHORS \
7 - BUGS \
8 - COPYING \
9 - copyright \
10 - copyright-artwork \
11 - NEWS \
12 - README \
13 +pkgdata_DATA = \
14 TODO
15
16 ACLOCAL_AMFLAGS = -I m4
0 --- ../orig/gnome-mastermind-0.2/copyright-artwork 2007-04-20 22:53:50.000000000 +0200
1 +++ copyright-artwork 2007-05-12 16:47:25.000000000 +0200
2 @@ -1,6 +1,3 @@
3 GNOME Mastermind icon set is designed and copyrighted by Ulisse Perusin <uli.peru@gmail.com> (2007)
4
5 All the artwork of this game is licensed under GPLv2 that you can find on the COPYING file
6 -
7 -Balls in simple.svg theme are from media-record.svg from Tango Project
8 -(tango-icon-theme). I've just colored them and put them in a tileset.
9 --- ../orig/gnome-mastermind-0.2/src/gnome-mastermind.c 2007-04-28 10:28:30.000000000 +0200
10 +++ src/gnome-mastermind.c 2007-05-12 16:46:42.000000000 +0200
11 @@ -139,7 +139,7 @@
12 }
13
14 void reset_default_settings (void) {
15 - gconf_client_set_string (settings, "/apps/gnome-mastermind/theme", "simple.svg", NULL);
16 + gconf_client_set_string (settings, "/apps/gnome-mastermind/theme", "tango.svg", NULL);
17 /* gconf_client_set_int (settings, "/apps/gnome-mastermind/big_ball_size", 38, NULL);
18 gconf_client_set_int (settings, "/apps/gnome-mastermind/small_ball_size", 30, NULL); */
19 gconf_client_set_int (settings, "/apps/gnome-mastermind/maximum_tries", 10, NULL);
20 @@ -203,8 +203,8 @@
21 "Default theme will be loaded instead."), gc_theme);
22 gtk_dialog_run (GTK_DIALOG (dialog));
23 gtk_widget_destroy (dialog);
24 - gconf_client_set_string (settings, "/apps/gnome-mastermind/theme", "simple.svg", NULL);
25 - gc_theme = g_strdup_printf ("%s%s", PKGDATA_DIR, "/themes/simple.svg");
26 + gconf_client_set_string (settings, "/apps/gnome-mastermind/theme", "tango.svg", NULL);
27 + gc_theme = g_strdup_printf ("%s%s", PKGDATA_DIR, "/themes/tango.svg");
28 }
29
30 old_xpos = xpos;
31 @@ -290,8 +290,8 @@
32 "Default theme will be loaded instead."), tmp2);
33 gtk_dialog_run (GTK_DIALOG (dialog));
34 gtk_widget_destroy (dialog);
35 - gconf_client_set_string (settings, "/apps/gnome-mastermind/theme", "simple.svg", NULL);
36 - gc_theme = g_strdup_printf ("%s%s", PKGDATA_DIR, "/themes/simple.svg");
37 + gconf_client_set_string (settings, "/apps/gnome-mastermind/theme", "tango.svg", NULL);
38 + gc_theme = g_strdup_printf ("%s%s", PKGDATA_DIR, "/themes/tango.svg");
39 }
40 g_free (tmp);
41 g_free (tmp2);
42 --- ../orig/gnome-mastermind-0.2/themes/Makefile.am 2007-04-23 08:37:45.000000000 +0200
43 +++ themes/Makefile.am 2007-05-12 16:46:54.000000000 +0200
44 @@ -1,7 +1,6 @@
45 themedir = $(pkgdatadir)/themes/
46
47 theme_DATA = \
48 - simple.svg \
49 star.svg \
50 tango.svg
51
52 --- ../orig/gnome-mastermind-0.2/themes/Makefile.in 2007-05-04 13:09:08.000000000 +0200
53 +++ themes/Makefile.in 2007-05-12 16:47:06.000000000 +0200
54 @@ -218,7 +218,6 @@
55 target_vendor = @target_vendor@
56 themedir = $(pkgdatadir)/themes/
57 theme_DATA = \
58 - simple.svg \
59 star.svg \
60 tango.svg
61
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/autotools.mk
4 include /usr/share/cdbs/1/class/gnome.mk
5 include /usr/share/cdbs/1/rules/simple-patchsys.mk
6
7 DEB_INSTALL_DOCS_ALL = TODO
8 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --bindir=/usr/games
9
10 CRUFT = \
11 gnome-doc-utils.make \
12 help/fr/gnome-mastermind.xml \
13 help/fr/legal.xml \
14 help/it/gnome-mastermind.xml \
15 help/it/legal.xml \
16
17 update-config::
18 [ -e icons/32x32/gnome-mastermind.xpm ] || \
19 convert -resize 32x32 icons/32x32/gnome-mastermind.png icons/32x32/gnome-mastermind.xpm
20 for f in $(CRUFT) ; do [ -e $$f.d-r-orig ] || cp -p $$f $$f.d-r-orig ; done
21
22 reverse-config::
23 rm -f icons/32x32/gnome-mastermind.xpm
24
25 clean::
26 for f in $(CRUFT) ; do [ ! -e $$f.d-r-orig ] || mv $$f.d-r-orig $$f ; done
27 #for f in $(CRUFT) ; do cp -p ../orig/*/$$f $$f ; done
28
0 version=3
1 http://download.gna.org/gnome-mastermind/gnome-mastermind-(.*)\.tar\.gz