~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to contrib/fuse-util/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi, Louis Zuckerman, Patrick Matthäi
  • Date: 2011-05-01 14:41:05 UTC
  • mfrom: (1.3.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110501144105-l5dut674ggp5f2yr
Tags: 3.1.4-1
[ Louis Zuckerman ]
* New upstream release.
  - Add patch 01-remove-argp-m64-option.diff to allow 32bit builds.
* Enabled pure-server or pure-client installation.
  - Moved glusterfsd binary to libglusterfs0.
  - Added dependency on libglusterfs0 to -server and -client packages.
  - Removed dependency on glusterfs-client from glusterfs-server.
  - Moved manpages for binaries into their respective packages
* Updated default configuration files to 3.1-series versions
  - Added glusterd.vol to glusterfs-server, required for Elastic Volume Mgr.
  - Removed unnecessary 3.0-series sample volume-files from glusterfs-server
  Closes: #615166
* Replaced init-script for glusterfs-server with new 3.1-series version.
  Closes: #615859

[ Patrick Matthäi ]
* Bump Standards-Version to 3.9.2 (no changes needed).
* Build with hardening-wrapper.
* Comment out all dependency_libs lines in .la files.
  Closes: #621169
* Add logrotate script to the libglusterfs0 package.
  Closes: #623234
* Remove rpath from all libs and binaries.
* Add patch 02-fix-spelling-errors.diff, which fixes multiple spelling errors
  in the source code.
* Add lintian overrides for the libglusterfs0 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
CONTRIBDIR = @CONTRIBDIR@
89
89
CPP = @CPP@
90
90
CPPFLAGS = @CPPFLAGS@
 
91
CXX = @CXX@
 
92
CXXCPP = @CXXCPP@
 
93
CXXDEPMODE = @CXXDEPMODE@
 
94
CXXFLAGS = @CXXFLAGS@
91
95
CYGPATH_W = @CYGPATH_W@
92
96
DEFS = @DEFS@
93
97
DEPDIR = @DEPDIR@
94
 
DSYMUTIL = @DSYMUTIL@
95
 
DUMPBIN = @DUMPBIN@
 
98
ECHO = @ECHO@
96
99
ECHO_C = @ECHO_C@
97
100
ECHO_N = @ECHO_N@
98
101
ECHO_T = @ECHO_T@
99
102
EGREP = @EGREP@
100
103
EXEEXT = @EXEEXT@
101
 
FGREP = @FGREP@
 
104
F77 = @F77@
 
105
FFLAGS = @FFLAGS@
102
106
FUSERMOUNT_SUBDIR = @FUSERMOUNT_SUBDIR@
103
107
FUSE_CLIENT_SUBDIR = @FUSE_CLIENT_SUBDIR@
104
108
GF_CFLAGS = @GF_CFLAGS@
111
115
GF_HOST_OS = @GF_HOST_OS@
112
116
GF_LDADD = @GF_LDADD@
113
117
GF_LDFLAGS = @GF_LDFLAGS@
114
 
GREP = @GREP@
115
118
HAVE_BACKTRACE = @HAVE_BACKTRACE@
116
119
HAVE_MALLOC_STATS = @HAVE_MALLOC_STATS@
117
120
HAVE_SPINLOCK = @HAVE_SPINLOCK@
130
133
LIBOBJS = @LIBOBJS@
131
134
LIBS = @LIBS@
132
135
LIBTOOL = @LIBTOOL@
133
 
LIPO = @LIPO@
134
136
LN_S = @LN_S@
135
137
LTLIBOBJS = @LTLIBOBJS@
136
138
MAKEINFO = @MAKEINFO@
137
 
NM = @NM@
138
 
NMEDIT = @NMEDIT@
139
 
OBJDUMP = @OBJDUMP@
140
139
OBJEXT = @OBJEXT@
141
 
OTOOL = @OTOOL@
142
 
OTOOL64 = @OTOOL64@
143
140
PACKAGE = @PACKAGE@
144
141
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
142
PACKAGE_NAME = @PACKAGE_NAME@
163
160
SYNCDAEMON_SUBDIR = @SYNCDAEMON_SUBDIR@
164
161
VERSION = @VERSION@
165
162
YACC = @YACC@
166
 
YFLAGS = @YFLAGS@
 
163
ac_ct_AR = @ac_ct_AR@
167
164
ac_ct_CC = @ac_ct_CC@
168
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
165
ac_ct_CXX = @ac_ct_CXX@
 
166
ac_ct_F77 = @ac_ct_F77@
 
167
ac_ct_LD = @ac_ct_LD@
 
168
ac_ct_RANLIB = @ac_ct_RANLIB@
 
169
ac_ct_STRIP = @ac_ct_STRIP@
169
170
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
170
171
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
172
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
173
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
171
174
am__include = @am__include@
172
175
am__leading_dot = @am__leading_dot@
173
176
am__quote = @am__quote@
180
183
build_os = @build_os@
181
184
build_vendor = @build_vendor@
182
185
datadir = @datadir@
183
 
datarootdir = @datarootdir@
184
 
docdir = @docdir@
185
 
dvidir = @dvidir@
186
186
exec_prefix = @exec_prefix@
187
187
host = @host@
188
188
host_alias = @host_alias@
189
189
host_cpu = @host_cpu@
190
190
host_os = @host_os@
191
191
host_vendor = @host_vendor@
192
 
htmldir = @htmldir@
193
192
includedir = @includedir@
194
193
infodir = @infodir@
195
194
initdir = @initdir@
197
196
launchddir = @launchddir@
198
197
libdir = @libdir@
199
198
libexecdir = @libexecdir@
200
 
localedir = @localedir@
201
199
localstatedir = @localstatedir@
202
 
lt_ECHO = @lt_ECHO@
203
200
mandir = @mandir@
204
201
mkdir_p = @mkdir_p@
205
202
mountutildir = @mountutildir@
206
203
oldincludedir = @oldincludedir@
207
 
pdfdir = @pdfdir@
208
204
pkgpyexecdir = @pkgpyexecdir@
209
205
pkgpythondir = @pkgpythondir@
210
206
prefix = @prefix@
211
207
program_transform_name = @program_transform_name@
212
 
psdir = @psdir@
213
208
pyexecdir = @pyexecdir@
214
209
pythondir = @pythondir@
215
210
sbindir = @sbindir@