Move glib-2.0 Requires in upstream enchant.pc.in to Requires.private. While enchant depends on glib-2.0,

API it exposes to other programs doesn't require glib. This makes life easier for packages depending on enchant
Author: Agustin Martin Domingo <agmartin@debian.org>

Gbp-Pq: Name 02_Requires-Private.diff
This commit is contained in:
Prach Pongpanich 2022-05-14 03:25:03 +08:00 committed by openKylinBot
parent 086df739f9
commit 90bb9d3d1d
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: libenchant
Description: A spell checking library
Version: @VERSION@
Requires: glib-2.0 gmodule-no-export-2.0
Requires.private: glib-2.0 gmodule-no-export-2.0
Libs: -L${libdir} -lenchant
Cflags: -I${includedir}/enchant