diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2022-04-24 13:15:15 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2022-04-24 14:06:15 +0000 |
commit | c55b3aed373056d8136f172ed409f185764b6602 (patch) | |
tree | bfbe14053e3e93f77d5d201b4faf99409865cda9 | |
parent | b5a95ecaa315ed1396dc2a01c3683db4e7aaa15d (diff) |
community/ceph: remove dbg subpackage
This package is 2G in size, the single largest package in aports. If we
had an infinite amount of space, this would not be an issue, but we
sadly have not.
-rw-r--r-- | community/ceph/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ceph/APKBUILD b/community/ceph/APKBUILD index fa2405f5092..41e37b72f18 100644 --- a/community/ceph/APKBUILD +++ b/community/ceph/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=ceph pkgver=16.2.7 -pkgrel=0 +pkgrel=1 pkgdesc="Ceph is a distributed object store and file system" pkgusers="ceph" pkggroups="ceph" @@ -132,7 +132,6 @@ source="https://download.ceph.com/tarballs/ceph_$pkgver.orig.tar.gz " subpackages=" - $pkgname-dbg $pkgname-doc $pkgname-base $pkgname-common |