diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-25 07:23:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-25 07:23:19 +0000 |
commit | 693908d02b509d9703b177449740b930c046104b (patch) | |
tree | 357c3747eb6819be2690953c995912e2ef15b1b9 | |
parent | 4e4c7b2684f818540a3d5e54f77439c836ffc555 (diff) | |
download | aports-693908d02b509d9703b177449740b930c046104b.tar.bz2 aports-693908d02b509d9703b177449740b930c046104b.tar.xz |
testing/openvswitch: add -dbg subpackage
-rw-r--r-- | testing/openvswitch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openvswitch/APKBUILD b/testing/openvswitch/APKBUILD index 41534fcaa..ffcb98728 100644 --- a/testing/openvswitch/APKBUILD +++ b/testing/openvswitch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=openvswitch pkgver=2.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="A production quality, multilayer virtual switch - includes Kernel Modules for best performance." url="http://openvswitch.org/" arch="all" @@ -11,7 +11,7 @@ depends="" depends_dev="openssl-dev" makedepends="$depends_dev perl python" install="openvswitch.post-install openvswitch.post-upgrade" -subpackages="$pkgname-doc $pkgname-monitor" +subpackages="$pkgname-doc $pkgname-dbg $pkgname-monitor" source="http://openvswitch.org/releases/$pkgname-$pkgver.tar.gz ovsdb-server.initd ovsdb-server.confd |