]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: kill librgw.so
authorSage Weil <sage@newdream.net>
Sun, 6 May 2012 21:50:30 +0000 (14:50 -0700)
committerSage Weil <sage@newdream.net>
Sun, 6 May 2012 21:50:30 +0000 (14:50 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
debian/.gitignore
debian/control
debian/librgw-dev.install [deleted file]
debian/librgw1.install [deleted file]
debian/librgw1.postinst [deleted file]
debian/librgw1.postrm [deleted file]
debian/rules

index 1409714d50291526fb6bd2beef6f72003f57977f..b7ad8ec5297da082d05f44c3d7e603a7aa267dfd 100644 (file)
@@ -21,9 +21,6 @@
 /librbd1
 /radosgw-dbg
 /radosgw
-/librgw-dev
-/librgw1
-/librgw1-dbg
 /gceph-dbg
 /gceph
 /obsync
index 4653b4bab99762357ac9e4973e5a2e02e00e8c45..0a251b01f067dafa6c0d0ecece5bebe2481e5571 100644 (file)
@@ -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
diff --git a/debian/librgw-dev.install b/debian/librgw-dev.install
deleted file mode 100644 (file)
index 4a52756..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/lib/librgw.so
-usr/lib/librgw.a
-usr/lib/librgw.la
-usr/include/rados/librgw.h
diff --git a/debian/librgw1.install b/debian/librgw1.install
deleted file mode 100644 (file)
index 0623f37..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/librgw.so.*
-
diff --git a/debian/librgw1.postinst b/debian/librgw1.postinst
deleted file mode 100644 (file)
index df6b9fc..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    configure)
-       ldconfig
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/librgw1.postrm b/debian/librgw1.postrm
deleted file mode 100644 (file)
index 598f48b..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-# postrm script for ceph
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <overwriter>
-#          <overwriter-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    remove)
-       ldconfig
-    ;;
-
-    purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
index 0b0e70bdbfa49722e54792d5597f20b838d880f6..5d02e96ac793fb9396bb18bc2826b49686954bd6 100755 (executable)
@@ -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