~ubuntu-branches/ubuntu/precise/ceph/precise

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum, Clint Byrum, Micah Gersten
  • Date: 2011-02-12 22:50:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110212225026-yyyw4tk0msgql3ul
Tags: 0.24.2-0ubuntu1
[ Clint Byrum <clint@ubuntu.com> ]
* New upstream release. (LP: #658670, LP: #684011)
* debian/patches/fix-mkcephfs.patch: dropped (applied upstream)
* Removed .la files from libceph1-dev, libcrush1-dev and 
  librados1-dev (per Debian policy v3.9.1 10.2).
* debian/control: adding pkg-config as a build dependency
* debian/control: depend on libcrypto++-dev instead of libssl-dev
* debian/watch: added watch file

[ Micah Gersten <micahg@ubuntu.com> ]
* debian/control: add Homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
CFLAGS = @CFLAGS@
62
62
CPP = @CPP@
63
63
CPPFLAGS = @CPPFLAGS@
 
64
CRYPTOPP_CFLAGS = @CRYPTOPP_CFLAGS@
 
65
CRYPTOPP_LIBS = @CRYPTOPP_LIBS@
64
66
CXX = @CXX@
65
67
CXXCPP = @CXXCPP@
66
68
CXXDEPMODE = @CXXDEPMODE@
78
80
F77 = @F77@
79
81
FFLAGS = @FFLAGS@
80
82
GREP = @GREP@
 
83
GTKMM_CFLAGS = @GTKMM_CFLAGS@
 
84
GTKMM_LIBS = @GTKMM_LIBS@
81
85
INSTALL = @INSTALL@
82
86
INSTALL_DATA = @INSTALL_DATA@
83
87
INSTALL_PROGRAM = @INSTALL_PROGRAM@
87
91
LIBFUSE = @LIBFUSE@
88
92
LIBOBJS = @LIBOBJS@
89
93
LIBS = @LIBS@
 
94
LIBTCMALLOC = @LIBTCMALLOC@
90
95
LIBTOOL = @LIBTOOL@
91
96
LN_S = @LN_S@
92
97
LTLIBOBJS = @LTLIBOBJS@
101
106
PACKAGE_TARNAME = @PACKAGE_TARNAME@
102
107
PACKAGE_VERSION = @PACKAGE_VERSION@
103
108
PATH_SEPARATOR = @PATH_SEPARATOR@
 
109
PKG_CONFIG = @PKG_CONFIG@
104
110
RANLIB = @RANLIB@
105
111
SED = @SED@
106
112
SET_MAKE = @SET_MAKE@
183
189
        rados.8 \
184
190
        rbd.8 \
185
191
        cclass.8 \
186
 
        cclsinfo.8
 
192
        cclsinfo.8 \
 
193
        cdebugpack.8 \
 
194
        cephfs.8
187
195
 
188
196
all: all-am
189
197