Codebase list ballerburg / 378d709
Import Debian changes 1.2.0-3 ballerburg (1.2.0-3) unstable; urgency=medium * debian/menu: dropped, install debian/ballerburg.desktop instead. * debian/rules: Drop autotools call. * Bump standards version to 4.2.1. * Add Vcs field. (Closes: #731829) Gürkan Myczko authored 5 years ago root committed 4 years ago
7 changed file(s) with 74 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 ballerburg (1.2.0-3) unstable; urgency=medium
1
2 * debian/menu: dropped, install debian/ballerburg.desktop instead.
3 * debian/rules: Drop autotools call.
4 * Bump standards version to 4.2.1.
5 * Add Vcs field. (Closes: #731829)
6
7 -- Gürkan Myczko <gurkan@phys.ethz.ch> Wed, 12 Sep 2018 11:23:31 +0200
8
09 ballerburg (1.2.0-2) unstable; urgency=medium
110
211 * Update my name.
22 Priority: optional
33 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
44 Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>
5 Build-Depends: debhelper (>= 11), autotools-dev, libsdl-gfx1.2-dev, cmake
6 Standards-Version: 4.1.3
5 Build-Depends: debhelper (>= 11), libsdl-gfx1.2-dev, cmake
6 Standards-Version: 4.2.1
7 Vcs-Git: https://salsa.debian.org/games-team/ballerburg.git
8 Vcs-Browser: https://salsa.debian.org/games-team/ballerburg
79 Homepage: http://baller.tuxfamily.org/
810
911 Package: ballerburg
0 debian/ballerburg.xpm usr/share/pixmaps
+0
-5
debian/menu less more
0 ?package(ballerburg):needs="X11" \
1 section="Games/Board" \
2 title="Ballerburg" \
3 icon="/usr/share/pixmaps/ballerburg.xpm" \
4 command="/usr/games/ballerburg"
0 Description: <short summary of the patch>
1 TODO: Put a short summary on the line above and replace this paragraph
2 with a longer explanation of this change. Complete the meta-information
3 with other relevant fields (see below for details). To make it easier, the
4 information below has been extracted from the changelog. Adjust it or drop
5 it.
6 .
7 ballerburg (1.2.0-3) unstable; urgency=medium
8 .
9 * debian/menu: dropped, install debian/ballerburg.desktop instead.
10 * debian/rules: Drop autotools call.
11 * Bump standards version to 4.2.1.
12 Author: Gürkan Myczko <gurkan@phys.ethz.ch>
13
14 ---
15 The information above should follow the Patch Tagging Guidelines, please
16 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
17 are templates for supplementary fields that you might want to add:
18
19 Origin: <vendor|upstream|other>, <url of original patch>
20 Bug: <url in upstream bugtracker>
21 Bug-Debian: https://bugs.debian.org/<bugnumber>
22 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
23 Forwarded: <no|not-needed|url proving that it has been forwarded>
24 Reviewed-By: <name and email of someone who approved the patch>
25 Last-Update: 2018-09-12
26
27 --- ballerburg-1.2.0.orig/doc/en/manual.html
28 +++ ballerburg-1.2.0/doc/en/manual.html
29 @@ -186,7 +186,7 @@ The second part of the dialog is used fo
30 things and repair your castle. You can trigger one of the actions by clicking
31 on the price of the corresponding entry.
32 However, this is only possible if the entry is active. In case it is inactive,
33 -you either do not have enough money or one of the following reasons occured:
34 +you either do not have enough money or one of the following reasons occurred:
35 </p>
36 <ul>
37 <li>You can have only one vane. If you already have one, the entry for a new
38 --- ballerburg-1.2.0.orig/src/sdlgui.c
39 +++ ballerburg-1.2.0/src/sdlgui.c
40 @@ -191,7 +191,7 @@ int SDLGui_SetScreen(SDL_Surface *pScrn)
41
42 if (pFontGfx == NULL)
43 {
44 - fprintf(stderr, "Error: A problem with the font occured!\n");
45 + fprintf(stderr, "Error: A problem with the font occurred!\n");
46 return -1;
47 }
48
49 @@ -805,7 +805,7 @@ static int SDLGui_SearchFlaggedButton(co
50 /*-----------------------------------------------------------------------*/
51 /**
52 * Show and process a dialog. Returns the button number that has been
53 - * pressed or SDLGUI_UNKNOWNEVENT if an unsupported event occured (will be
54 + * pressed or SDLGUI_UNKNOWNEVENT if an unsupported event occurred (will be
55 * stored in parameter pEventOut).
56 */
57 int SDLGui_DoDialog(SGOBJ *dlg, SDL_Event *pEventOut)
00 fix-data-dir
11 fix-translation-directory
2 fix-typo
22 #export DH_VERBOSE=1
33
44 %:
5 dh $@ -Scmake --with autotools-dev
5 dh $@ -Scmake
66
77 override_dh_clean:
88 dh_clean
1010
1111 override_dh_auto_install:
1212 dh_auto_install
13 dh_install debian/ballerburg.xpm usr/share/pixmaps
1413 # cmake seems not to have an option for moving binaries, doing it manually
1514 mv debian/ballerburg/usr/bin debian/ballerburg/usr/games
1615 # put the game data files to the game data directory