From a334aa0144d333f017a2af9e61b30e00fe9f929c Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Date: Fri, 2 May 2025 15:13:10 +0900
Subject: [PATCH] Add License variable to pkg-config file

The pkg-config file has License variable that that sets the software license.
This sets 'bzip2-1.0.6' as defined in SPDX to License.

Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
 debian/bzip2.pc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/bzip2.pc b/debian/bzip2.pc
index 4a90680..28af69a 100644
--- a/debian/bzip2.pc
+++ b/debian/bzip2.pc
@@ -6,5 +6,6 @@ includedir=${prefix}/include
 Name: bzip2
 Description: A freely available, patent free, data compressor
 Version: 1.0.8
+License: bzip2-1.0.6
 Libs: -L${libdir} -lbz2
 Cflags: -I${includedir}
-- 
2.49.0

