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

« back to all changes in this revision

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