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

« back to all changes in this revision

Viewing changes to argp-standalone/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:
128
128
ECHO_T = @ECHO_T@
129
129
EGREP = @EGREP@
130
130
EXEEXT = @EXEEXT@
131
 
GREP = @GREP@
132
131
INSTALL_DATA = @INSTALL_DATA@
133
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
134
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
152
151
STRIP = @STRIP@
153
152
VERSION = @VERSION@
154
153
ac_ct_CC = @ac_ct_CC@
 
154
ac_ct_RANLIB = @ac_ct_RANLIB@
 
155
ac_ct_STRIP = @ac_ct_STRIP@
155
156
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
156
157
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
157
158
am__include = @am__include@
162
163
bindir = @bindir@
163
164
build_alias = @build_alias@
164
165
datadir = @datadir@
165
 
datarootdir = @datarootdir@
166
 
docdir = @docdir@
167
 
dvidir = @dvidir@
168
166
exec_prefix = @exec_prefix@
169
167
host_alias = @host_alias@
170
 
htmldir = @htmldir@
171
168
includedir = @includedir@
172
169
infodir = @infodir@
173
170
install_sh = @install_sh@
174
171
libdir = @libdir@
175
172
libexecdir = @libexecdir@
176
 
localedir = @localedir@
177
173
localstatedir = @localstatedir@
178
174
mandir = @mandir@
179
175
mkdir_p = @mkdir_p@
180
176
oldincludedir = @oldincludedir@
181
 
pdfdir = @pdfdir@
182
177
prefix = @prefix@
183
178
program_transform_name = @program_transform_name@
184
 
psdir = @psdir@
185
179
sbindir = @sbindir@
186
180
sharedstatedir = @sharedstatedir@
187
181
sysconfdir = @sysconfdir@
476
470
              || exit 1; \
477
471
          fi; \
478
472
        done
479
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
473
        -find $(distdir) -type d ! -perm -755 -exec chmod a+rwx,go+rx {} \; -o \
480
474
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
481
475
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
482
476
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \