From 85dc714529ef1e89727e54bd16a840b38cc9ef1f Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 19 Jun 2020 08:56:58 +0000
Subject: [PATCH] community/gnumeric: enable -dbg

ref #11660
---
 community/gnumeric/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/gnumeric/APKBUILD b/community/gnumeric/APKBUILD
index f45600f5115f..a1a3ea6a0eca 100644
--- a/community/gnumeric/APKBUILD
+++ b/community/gnumeric/APKBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
 pkgname=gnumeric
 pkgver=1.12.47
-pkgrel=0
+pkgrel=1
 pkgdesc="GNOME Spreadsheet Program"
 url="https://www.gnome.org/projects/gnumeric"
 arch="all !s390x !mips !mips64"
 license="GPL-2.0-or-later OR GPL-3.0-or-later"
 makedepends="gtk+3.0-dev intltool desktop-file-utils goffice-dev rarian
 	libxslt-dev bison flex itstool libxml2-utils autoconf automake libtool"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
+subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang"
 source="https://download.gnome.org/sources/gnumeric/${pkgver%.*}/gnumeric-$pkgver.tar.xz"
 
 prepare() {
-- 
GitLab