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

« back to all changes in this revision

Viewing changes to win32/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:
114
114
MAINT = @MAINT@
115
115
MAKEINFO = @MAKEINFO@
116
116
MAN = @MAN@
117
 
MANIFEST_TOOL = @MANIFEST_TOOL@
118
117
MKDIR_P = @MKDIR_P@
119
118
MKINSTALLDIRS = @MKINSTALLDIRS@
120
119
MSGFMT = @MSGFMT@
136
135
PACKAGE_VERSION = @PACKAGE_VERSION@
137
136
PATH_SEPARATOR = @PATH_SEPARATOR@
138
137
PKG_CONFIG = @PKG_CONFIG@
139
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
140
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
141
138
POFILES = @POFILES@
142
139
POSUB = @POSUB@
143
140
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
166
163
abs_srcdir = @abs_srcdir@
167
164
abs_top_builddir = @abs_top_builddir@
168
165
abs_top_srcdir = @abs_top_srcdir@
169
 
ac_ct_AR = @ac_ct_AR@
170
166
ac_ct_CC = @ac_ct_CC@
171
167
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172
168
am__include = @am__include@
203
199
libexecdir = @libexecdir@
204
200
localedir = @localedir@
205
201
localstatedir = @localstatedir@
 
202
lt_ECHO = @lt_ECHO@
206
203
mandir = @mandir@
207
204
mkdir_p = @mkdir_p@
208
205
oldincludedir = @oldincludedir@