Skip to content

Commit

Permalink
debian: kill librgw.so
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed May 6, 2012
1 parent e2ee197 commit caab859
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 127 deletions.
3 changes: 0 additions & 3 deletions debian/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
/librbd1
/radosgw-dbg
/radosgw
/librgw-dev
/librgw1
/librgw1-dbg
/gceph-dbg
/gceph
/obsync
Expand Down
33 changes: 0 additions & 33 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -247,39 +247,6 @@ Description: Ceph distributed file system client library (development files)
This package contains development files needed for building applications that
link against libcephfs.

Package: librgw1
Architecture: linux-any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: radosgw data access library
radosgw is a REST gateway for RADOS distributed object store.
librgw contains support for reading and writing objects in the
format expected by radosgw.

Package: librgw1-dbg
Architecture: linux-any
Section: debug
Priority: extra
Depends: librgw1 (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for librgw
radosgw is a REST gateway for RADOS distributed object store.
librgw contains support for reading and writing objects in the
format expected by radosgw.
.
This package contains debugging symbols for librgw.

Package: librgw-dev
Architecture: linux-any
Section: libdevel
Depends: ${misc:Depends}, librgw1 (= ${binary:Version})
Description: RGW distributed object store client library (development files)
radosgw is a REST gateway for RADOS distributed object store.
librgw contains support for reading and writing objects in the
format expected by radosgw.
.
This package contains development files needed for building applications that
link against librgw.

Package: radosgw
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, ceph-common
Expand Down
4 changes: 0 additions & 4 deletions debian/librgw-dev.install

This file was deleted.

2 changes: 0 additions & 2 deletions debian/librgw1.install

This file was deleted.

41 changes: 0 additions & 41 deletions debian/librgw1.postinst

This file was deleted.

43 changes: 0 additions & 43 deletions debian/librgw1.postrm

This file was deleted.

1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ binary-arch: build install
dh_strip -plibcephfs1 --dbg-package=libcephfs1-dbg
dh_strip -pradosgw --dbg-package=radosgw-dbg
dh_strip -pgceph --dbg-package=gceph-dbg
dh_strip -plibrgw1 --dbg-package=librgw1-dbg

dh_compress
dh_fixperms
Expand Down

0 comments on commit caab859

Please sign in to comment.