~ubuntu-branches/ubuntu/wily/sgt-puzzles/wily

« back to all changes in this revision

Viewing changes to .pc/304_combine-binaries.diff/net.R

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2013-06-30 03:20:16 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130630032016-v8xqt6vtg6tgs420
Tags: 9872-1
* New upstream version
  - Add an explicit -lm to the link lines in Makefile.gtk (Closes: #713476)
  - Add Undead by Steffen Bauer, an implementation of 'Haunted Mirror Maze'
  - Add Unruly by Lennard Sprong, an implementation of a puzzle usually
    called 'Tohu wa Vohu'
* Add DEP-3 headers to patches
* pearl: Require width or height to be at least 6 for Tricky
  (Closes: #667963)
* debian/watch: Update ViewVC URL regex
* Add 'sgt-' prefix to all command names and remove 'game' suffix, but
  retain symlinks under the old names (see #684193)
* Use upstream short descriptions in English manual pages and package
  description
* Update German translation, thanks to Helge Kreutzmann

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
NET_EXTRA = tree234 dsf
4
4
 
5
 
# Debian already has a binary called `net' (in the samba-common package)
6
 
# so we append `game' to its name
7
 
netgame  : [X] GTK COMMON net NET_EXTRA net-icon|no-icon
 
5
net      : [X] GTK COMMON net NET_EXTRA net-icon|no-icon
8
6
 
9
7
# The Windows Net shouldn't be called `net.exe' since Windows
10
8
# already has a reasonably important utility program by that name!
13
11
ALL += net[COMBINED] NET_EXTRA
14
12
 
15
13
!begin gtk
16
 
GAMES += netgame
 
14
GAMES += net
17
15
!end
18
16
 
19
17
!begin >list.c
20
18
    A(net) \
21
19
!end
22
20
 
23
 
!begin >wingames.lst
24
 
netgame.exe:Net
 
21
!begin >gamedesc.txt
 
22
net:netgame.exe:Net:Network jigsaw puzzle
25
23
!end