]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: fix radosgw package
authorSage Weil <sage@newdream.net>
Thu, 10 Sep 2009 22:10:29 +0000 (15:10 -0700)
committerSage Weil <sage@newdream.net>
Thu, 10 Sep 2009 22:10:29 +0000 (15:10 -0700)
build_upload_debian_packages.sh
debian/control
src/Makefile.am
src/TODO

index 227360df2bfc641135174a5ef6d518d0b5130e91..ac830fac1cb185980eac892ae7d274a341f24ebe 100755 (executable)
@@ -21,6 +21,12 @@ echo cleanup
 rm *.deb *.tar.gz *.changes *.dsc
 rm -rf ceph-$vers*
 
+echo generating git version stamp
+cd src
+./make_version
+grep GIT_VER ceph_ver.h
+cd ..
+
 echo building tarball
 make dist
 
index 89996c4890039e51d9e041c12899a0a59194d9c6..0a9ae698479dccd346f215e28ca23b2da65d685c 100644 (file)
@@ -101,7 +101,7 @@ Description: Ceph distributed file system client library (development files)
 
 Package: radosgw
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libexpat1
+Depends: ${shlibs:Depends}, ${misc:Depends}, libexpat1, libcrush, librados
 Description: REST gateway for RADOS distributed object store
  RADOS is a distributed object store used by the Ceph distributed
  storage system.  This package provides a REST gateway to the
index 565247117eed87ab664cfd22b0b9d1b65408f5e9..d55e7fb2df45ef4de32e9726115950da6d3088ec 100644 (file)
@@ -424,6 +424,7 @@ noinst_HEADERS = \
        include/LogEntry.h\
        include/assert.h\
         include/atomic.h\
+       include/base64.h\
         include/bitmapper.h\
         include/blobhash.h\
         include/buffer.h\
index 88bc107595e9a550712be180f47f65b03e5529f7..74ec64e2524237754510371ca51f18380884ab2b 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -31,6 +31,7 @@ v0.14
 v0.15
 /- clean up msgr protocol checks
 /- kclient checkpatch fixes
+- radosgw package
 
 - kclient: retry alloc on ENOMEM when reading from connection?
 - client authentication