~ubuntu-branches/debian/sid/geany-plugins/sid

« back to all changes in this revision

Viewing changes to geanylua/examples/info/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov, Chow Loong Jin, Evgeni Golov
  • Date: 2010-09-04 23:05:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100904230500-4n99m507u6drouv5
Tags: 0.19-1
[ Chow Loong Jin ]
* New upstream release
  + Builds against geany 0.19 (Closes: #590346, #587141)
* debian/control, debian/rules:
  + Shift geany dependency to geany-plugins-common instead, since it's a
    common dependency for all plugins
* debian/control:
  + Add new packages for codenav, extrasel, gendoc, insertnum,
    prettyprinter and treebrowser plugins
  + Update build-deps:
    - Bump geany dependency to 0.19. (Closes: #573318)
    - Add libctpl-dev and python-docutils for geanygendoc
    - Add libxml2-dev for prettyprinter
  + No-change bump of Standards-Version from 3.8.3 to 3.9.0
  + Tighten dependency on geany-plugins-common (= instead of >=)
  + Add a Breaks on all geany-plugin-* packages prior to this version to
    ensure geany-plugins-common and geany-plugin-* versions match
* debian/geany-plugin-codenav.{docs,install},
  debian/geany-plugin-extrasel.{docs,install},
  geany-plugin-gendoc.{docs,install},
  geany-plugin-insertnum.{docs,install},
  geany-plugin-prettyprinter.install
  geany-plugin-treebrowser.{docs,install}:
  + Install plugin files into individual packages

[ Evgeni Golov ]
* debian/control:
  + Disable the new plugins for now.
    If you want to build them localy, just uncomment them.
  + Don't D-B on libctpl-dev (it's not in Debian yet).
  + Add myself to Uploaders.
  + Standards-Version: 3.9.1
* debian/copyright:
  + Update to include latest plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
39
39
subdir = geanylua/examples/info
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
41
am__aclocal_m4_deps = $(top_srcdir)/build/addons.m4 \
 
42
        $(top_srcdir)/build/codenav.m4 \
42
43
        $(top_srcdir)/build/expansions.m4 $(top_srcdir)/build/geany.m4 \
43
44
        $(top_srcdir)/build/geanydoc.m4 \
 
45
        $(top_srcdir)/build/geanyextrasel.m4 \
44
46
        $(top_srcdir)/build/geanygdb.m4 \
 
47
        $(top_srcdir)/build/geanygendoc.m4 \
 
48
        $(top_srcdir)/build/geanyinsertnum.m4 \
45
49
        $(top_srcdir)/build/geanylatex.m4 \
46
50
        $(top_srcdir)/build/geanylipsum.m4 \
47
51
        $(top_srcdir)/build/geanylua.m4 \
48
52
        $(top_srcdir)/build/geanyprj.m4 \
49
53
        $(top_srcdir)/build/geanysendmail.m4 \
50
54
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/i18n.m4 \
 
55
        $(top_srcdir)/build/pretty-printer.m4 \
51
56
        $(top_srcdir)/build/shiftcolumn.m4 \
52
57
        $(top_srcdir)/build/spellcheck.m4 \
53
 
        $(top_srcdir)/build/status.m4 $(top_srcdir)/build/unittests.m4 \
 
58
        $(top_srcdir)/build/status.m4 \
 
59
        $(top_srcdir)/build/treebrowser.m4 \
 
60
        $(top_srcdir)/build/unittests.m4 \
54
61
        $(top_srcdir)/build/cache/glib-gettext.m4 \
55
62
        $(top_srcdir)/build/cache/intltool.m4 \
56
63
        $(top_srcdir)/build/cache/libtool.m4 \
116
123
CHECK_LIBS = @CHECK_LIBS@
117
124
CPP = @CPP@
118
125
CPPFLAGS = @CPPFLAGS@
 
126
CTPL_CFLAGS = @CTPL_CFLAGS@
 
127
CTPL_LIBS = @CTPL_LIBS@
119
128
CYGPATH_W = @CYGPATH_W@
120
129
DATADIRNAME = @DATADIRNAME@
121
130
DEFS = @DEFS@
133
142
GEANY_CFLAGS = @GEANY_CFLAGS@
134
143
GEANY_LIBS = @GEANY_LIBS@
135
144
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
145
GIO_CFLAGS = @GIO_CFLAGS@
 
146
GIO_LIBS = @GIO_LIBS@
 
147
GLIB_CFLAGS = @GLIB_CFLAGS@
 
148
GLIB_LIBS = @GLIB_LIBS@
136
149
GMOFILES = @GMOFILES@
137
150
GMSGFMT = @GMSGFMT@
138
151
GREP = @GREP@
139
152
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
140
153
GTKSPELL_LIBS = @GTKSPELL_LIBS@
 
154
GTK_CFLAGS = @GTK_CFLAGS@
 
155
GTK_LIBS = @GTK_LIBS@
141
156
INSTALL = @INSTALL@
142
157
INSTALL_DATA = @INSTALL_DATA@
143
158
INSTALL_PROGRAM = @INSTALL_PROGRAM@
154
169
LIBOBJS = @LIBOBJS@
155
170
LIBS = @LIBS@
156
171
LIBTOOL = @LIBTOOL@
 
172
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
173
LIBXML_LIBS = @LIBXML_LIBS@
157
174
LIPO = @LIPO@
158
175
LN_S = @LN_S@
159
176
LOCALEDIR = @LOCALEDIR@
186
203
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
187
204
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
188
205
RANLIB = @RANLIB@
 
206
RST2HTML = @RST2HTML@
189
207
SED = @SED@
190
208
SET_MAKE = @SET_MAKE@
191
209
SHELL = @SHELL@
248
266
top_srcdir = @top_srcdir@
249
267
@ENABLE_GEANYLUA_TRUE@plugindocdir = $(docdir)/$(plugin)
250
268
@ENABLE_GEANYLUA_TRUE@htmldocdir = $(plugindocdir)
251
 
@ENABLE_GEANYLUA_TRUE@examplesdir = $(pkgdatadir)/$(plugin)
 
269
@ENABLE_GEANYLUA_TRUE@plugindatadir = $(pkgdatadir)/$(plugin)
 
270
@ENABLE_GEANYLUA_TRUE@pluginlibdir = $(pkglibdir)/$(plugin)
 
271
@ENABLE_GEANYLUA_TRUE@examplesdir = $(plugindatadir)
252
272
@ENABLE_GEANYLUA_TRUE@AUXFILES = \
253
273
@ENABLE_GEANYLUA_TRUE@  README \
254
274
@ENABLE_GEANYLUA_TRUE@  ChangeLog \