~ubuntu-branches/ubuntu/oneiric/gnome-games/oneiric-updates

« back to all changes in this revision

Viewing changes to aisleriot/rules/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-07-21 04:22:50 UTC
  • mfrom: (1.1.93)
  • Revision ID: package-import@ubuntu.com-20110721042250-far722bxogjk1rhi
Tags: 1:3.1.3-0ubuntu1
* New upstream release
  - Aisleriot was split out of gnome-games into its own module.
  - Gnotravex was ported to GSettings.
  - Sudoku was ported to PyGObject/GTK3 by John Stowers.
* debian/aisleriot*: Dropped
* debian/control
  - Drop aisleriot package
  - Recommend aisleriot
  - Disable lightsoff & swell-foop as they're not ready yet
  - Re-enable gnome-sudoku
  - Use python-gobject instead of python-gtk2
  - Don't use python-launchpad-integration as it doesn't work with pygi yet
  - Switch to dh_python2 (LP: #788514)
  - Drop old pre-Lucid conflicts with gnome-cards-data & gnome-games-data
  - Drop obsolete build-depends: check, dpkg-dev, guile-1.8, lsb-release,
    rarian-compat, & scrollkeeper
  - Use ${gir:Depends}
* debian/copyright: Drop aisleriot & blackjack entries
* debian/glchess.install: Drop gnome-gnuchess
* debian/gnome-games-common.install: Drop aisleriot entries
* debian/gnome-sudoku.install: Install gconf schema
* debian/gnotravex.install: Install GSettings schema
* debian/rules
  - Clean up configure flags
  - Switch to dh_python2
* debian/watch: Watch for .bz2
* debian/patches/01_lpi.patch: Refreshed
* debian/patches/02_desktop-path.patch: Removed aisleriot references
* debian/patches/03_add-appinstall-keywords.patch
  - Add keywords to make searching for the games easier in Software Center

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NULL = 
2
 
 
3
 
rulesdir  = $(pkgdatadir)/aisleriot/games
4
 
 
5
 
rules_DATA  =                   \
6
 
        accordion.scm           \
7
 
        agnes.scm               \
8
 
        athena.scm              \
9
 
        auld_lang_syne.scm      \
10
 
        backbone.scm            \
11
 
        bakers_dozen.scm        \
12
 
        bakers_game.scm         \
13
 
        bear_river.scm  \
14
 
        beleaguered_castle.scm  \
15
 
        block_ten.scm           \
16
 
        bristol.scm             \
17
 
        camelot.scm             \
18
 
        canfield.scm            \
19
 
        carpet.scm              \
20
 
        chessboard.scm          \
21
 
        clock.scm               \
22
 
        cover.scm               \
23
 
        cruel.scm               \
24
 
        diamond_mine.scm        \
25
 
        doublets.scm            \
26
 
        eagle_wing.scm          \
27
 
        easthaven.scm           \
28
 
        eight_off.scm           \
29
 
        elevator.scm            \
30
 
        escalator.scm           \
31
 
        first_law.scm           \
32
 
        fortress.scm            \
33
 
        fortunes.scm            \
34
 
        forty_thieves.scm       \
35
 
        fourteen.scm            \
36
 
        freecell.scm            \
37
 
        gaps.scm                \
38
 
        gay_gordons.scm         \
39
 
        giant.scm               \
40
 
        glenwood.scm            \
41
 
        gold_mine.scm           \
42
 
        golf.scm                \
43
 
        gypsy.scm               \
44
 
        helsinki.scm            \
45
 
        hopscotch.scm           \
46
 
        isabel.scm              \
47
 
        jamestown.scm           \
48
 
        jumbo.scm               \
49
 
        kansas.scm              \
50
 
        king_albert.scm         \
51
 
        kings_audience.scm      \
52
 
        klondike.scm            \
53
 
        labyrinth.scm           \
54
 
        lady_jane.scm           \
55
 
        maze.scm                \
56
 
        monte_carlo.scm         \
57
 
        napoleons_tomb.scm      \
58
 
        neighbor.scm            \
59
 
        odessa.scm              \
60
 
        osmosis.scm             \
61
 
        peek.scm                \
62
 
        pileon.scm              \
63
 
        poker.scm               \
64
 
        quatorze.scm            \
65
 
        royal_east.scm          \
66
 
        saratoga.scm            \
67
 
        scorpion.scm            \
68
 
        scuffle.scm             \
69
 
        seahaven.scm            \
70
 
        sir_tommy.scm           \
71
 
        spider.scm              \
72
 
        spider_three_decks.scm  \
73
 
        spiderette.scm          \
74
 
        straight_up.scm         \
75
 
        streets_and_alleys.scm  \
76
 
        ten_across.scm          \
77
 
        terrace.scm             \
78
 
        thieves.scm             \
79
 
        thirteen.scm            \
80
 
        thumb_and_pouch.scm     \
81
 
        treize.scm              \
82
 
        triple_peaks.scm        \
83
 
        union_square.scm        \
84
 
        valentine.scm           \
85
 
        westhaven.scm           \
86
 
        whitehead.scm           \
87
 
        will_o_the_wisp.scm     \
88
 
        yield.scm               \
89
 
        yukon.scm               \
90
 
        zebra.scm               \
91
 
        plait.scm               \
92
 
        $(NULL)
93
 
 
94
 
# aunt_mary.scm
95
 
# was temporarily disabled because the licence is unclear
96
 
# about whether it's GPL 2 or GPL 2+ (see bug #325039 comment 5).
97
 
 
98
 
EXTRA_DIST = \
99
 
        $(rules_DATA)   \
100
 
        template.scm
101
 
 
102
 
-include $(top_srcdir)/git.mk