~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
DIST_COMMON = $(dist_noinst_DATA) $(srcdir)/Makefile.am \
37
37
        $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
 
40
        $(top_srcdir)/m4/ax_prog_perl_version.m4 \
 
41
        $(top_srcdir)/m4/ax_with_prog.m4 $(top_srcdir)/m4/gettext.m4 \
40
42
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
41
43
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
42
44
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
128
130
PACKAGE_TARNAME = @PACKAGE_TARNAME@
129
131
PACKAGE_VERSION = @PACKAGE_VERSION@
130
132
PATH_SEPARATOR = @PATH_SEPARATOR@
 
133
PERL = @PERL@
 
134
PERL_VERSION = @PERL_VERSION@
131
135
PHYSFS_LIBS = @PHYSFS_LIBS@
 
136
PKGCONFIG_PREFIX = @PKGCONFIG_PREFIX@
132
137
PKG_CONFIG = @PKG_CONFIG@
133
138
PNG_CFLAGS = @PNG_CFLAGS@
134
139
PNG_LIBS = @PNG_LIBS@
138
143
SDL_CFLAGS = @SDL_CFLAGS@
139
144
SDL_LIBS = @SDL_LIBS@
140
145
SDL_NET_LIBS = @SDL_NET_LIBS@
 
146
SED = @SED@
141
147
SET_MAKE = @SET_MAKE@
142
148
SHELL = @SHELL@
143
149
STRIP = @STRIP@
 
150
THEORA_CFLAGS = @THEORA_CFLAGS@
 
151
THEORA_LIBS = @THEORA_LIBS@
144
152
USE_NLS = @USE_NLS@
145
153
VERSION = @VERSION@
146
154
WIN32_LIBS = @WIN32_LIBS@
202
210
srcdir = @srcdir@
203
211
sysconfdir = @sysconfdir@
204
212
target_alias = @target_alias@
205
 
top_build_prefix = @top_build_prefix@
206
213
top_builddir = @top_builddir@
207
214
top_srcdir = @top_srcdir@
208
215
dist_noinst_DATA = \
210
217
        warzone2100.ico \
211
218
        warzone2100.png \
212
219
        warzone2100.splash.png \
213
 
        warzone2100.svg \
214
220
        warzone2100.uninstall.ico
215
221
 
216
222
all: all-am