File: pkgconfig.diff

package info (click to toggle)
verilator 5.042-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 61,876 kB
  • sloc: cpp: 149,079; python: 21,943; ansic: 10,559; yacc: 6,019; lex: 1,971; makefile: 1,384; sh: 603; perl: 302; fortran: 22
file content (22 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?b?Itij2K3ZhdivINin2YTZhdit2YXZiNiv2YogKEFobWVkIEVsLU1haG1v?=
 =?utf-8?b?dWR5KSI=?= <aelmahmoudy@users.sourceforge.net>
Date: Fri, 6 Jan 2023 16:57:08 +0100
Subject: Remove 'libdir' field from pkgconfig file

lintian complains that this field had a multi-arch value, while the pkgconfig
file is installed in usr/share/pkgconfig/
---
 verilator.pc.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/verilator.pc.in b/verilator.pc.in
index ed8b58d..2eaafb1 100644
--- a/verilator.pc.in
+++ b/verilator.pc.in
@@ -1,6 +1,5 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
 datarootdir=@datarootdir@
 includedir=@pkgdatadir@/include