[packages/happy] - disable debug packages, release 2

qboosh qboosh at pld-linux.org
Tue Feb 14 06:31:28 CET 2023


commit b95bfc1b861b2fb2c636c9e2069936a2007c5a2a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Feb 14 06:33:02 2023 +0100

    - disable debug packages, release 2

 happy.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/happy.spec b/happy.spec
index bc40568..132323b 100644
--- a/happy.spec
+++ b/happy.spec
@@ -6,7 +6,7 @@ Summary:	Yacc-like LALR(1) Parser Generator for Haskell
 Summary(pl.UTF-8):	Generator parserów LALR(1) w stylu yacc-a dla Haskella
 Name:		happy
 Version:	1.19.12
-Release:	1
+Release:	2
 License:	BSD-like w/o adv. clause
 Group:		Development/Tools
 #Source0Download: http://hackage.haskell.org/package/happy
@@ -23,6 +23,9 @@ BuildRequires:	libxslt-progs
 #For generating documentation in PDF: fop or xmltex
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# debuginfo is not useful for ghc
+%define		_enable_debug_packages	0
+
 %description
 Happy is a parser generator system for Haskell, similar to the tool
 ‘yacc’ for C. Like ‘yacc’, it takes a file containing an annotated BNF
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/happy.git/commitdiff/b95bfc1b861b2fb2c636c9e2069936a2007c5a2a



More information about the pld-cvs-commit mailing list