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

« back to all changes in this revision

Viewing changes to data/templates/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:
138
138
MAINT = @MAINT@
139
139
MAKEINFO = @MAKEINFO@
140
140
MAN = @MAN@
141
 
MANIFEST_TOOL = @MANIFEST_TOOL@
142
141
MKDIR_P = @MKDIR_P@
143
142
MKINSTALLDIRS = @MKINSTALLDIRS@
144
143
MSGFMT = @MSGFMT@
160
159
PACKAGE_VERSION = @PACKAGE_VERSION@
161
160
PATH_SEPARATOR = @PATH_SEPARATOR@
162
161
PKG_CONFIG = @PKG_CONFIG@
163
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
164
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
165
162
POFILES = @POFILES@
166
163
POSUB = @POSUB@
167
164
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
190
187
abs_srcdir = @abs_srcdir@
191
188
abs_top_builddir = @abs_top_builddir@
192
189
abs_top_srcdir = @abs_top_srcdir@
193
 
ac_ct_AR = @ac_ct_AR@
194
190
ac_ct_CC = @ac_ct_CC@
195
191
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196
192
am__include = @am__include@
227
223
libexecdir = @libexecdir@
228
224
localedir = @localedir@
229
225
localstatedir = @localstatedir@
 
226
lt_ECHO = @lt_ECHO@
230
227
mandir = @mandir@
231
228
mkdir_p = @mkdir_p@
232
229
oldincludedir = @oldincludedir@