~ubuntu-branches/ubuntu/saucy/sgt-puzzles/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/302_rename-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:
1
 
# -*- makefile -*-
2
 
 
3
 
NET_EXTRA = tree234 dsf
4
 
 
5
 
net      : [X] GTK COMMON net NET_EXTRA net-icon|no-icon
6
 
 
7
 
# The Windows Net shouldn't be called `net.exe' since Windows
8
 
# already has a reasonably important utility program by that name!
9
 
netgame  : [G] WINDOWS COMMON net NET_EXTRA net.res|noicon.res
10
 
 
11
 
ALL += net[COMBINED] NET_EXTRA
12
 
 
13
 
!begin gtk
14
 
GAMES += net
15
 
!end
16
 
 
17
 
!begin >list.c
18
 
    A(net) \
19
 
!end
20
 
 
21
 
!begin >wingames.lst
22
 
netgame.exe:Net
23
 
!end