~ubuntu-branches/ubuntu/trusty/bluefish/trusty

« back to all changes in this revision

Viewing changes to src/plugin_entities/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2012-06-27 22:28:39 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120627222839-5g0f5s6gpaezfhve
Tags: 2.2.3-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed.
  (Maintainer): Set to my new address.
  (Suggests): Calculate browsers depending on distribution.
  (Depends): Added python depends for newly shipped Python scripts.
* debian/copyright: Minor update. Link to GPLv2 text.
* debian/rules: Enabled hardening. Added python2 module. Calculate brwoser
  dependencies via dpkg-vendor.
* debian/patches/LP810663_blacklist_from_appmenu.patch: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
MAINT = @MAINT@
198
198
MAKEINFO = @MAKEINFO@
199
199
MAN = @MAN@
200
 
MANIFEST_TOOL = @MANIFEST_TOOL@
201
200
MKDIR_P = @MKDIR_P@
202
201
MKINSTALLDIRS = @MKINSTALLDIRS@
203
202
MSGFMT = @MSGFMT@
219
218
PACKAGE_VERSION = @PACKAGE_VERSION@
220
219
PATH_SEPARATOR = @PATH_SEPARATOR@
221
220
PKG_CONFIG = @PKG_CONFIG@
222
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
223
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
224
221
POFILES = @POFILES@
225
222
POSUB = @POSUB@
226
223
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
249
246
abs_srcdir = @abs_srcdir@
250
247
abs_top_builddir = @abs_top_builddir@
251
248
abs_top_srcdir = @abs_top_srcdir@
252
 
ac_ct_AR = @ac_ct_AR@
253
249
ac_ct_CC = @ac_ct_CC@
254
250
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
255
251
am__include = @am__include@
286
282
libexecdir = @libexecdir@
287
283
localedir = @localedir@
288
284
localstatedir = @localstatedir@
 
285
lt_ECHO = @lt_ECHO@
289
286
mandir = @mandir@
290
287
mkdir_p = @mkdir_p@
291
288
oldincludedir = @oldincludedir@