Your message dated Sun, 15 Oct 2017 22:10:03 -0200
with message-id
<[email protected]>
and subject line 717736 close
has caused the Debian Bug report #717736,
regarding liboggplay1: pkg-config aberrations: non-private Requires;
-uninstalled.pc is installed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
717736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717736
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: liboggplay1
Version: 0.2.1~git20091227-1.2
Severity: normal
Tags: upstream patch
According to my understanding, .pc files should use Requires.private
instead of Requires fields as a matter of course.
While building another package that linked against oggplay, I got
complaints from dpkg-shlibdeps that there were unnecessary
dependencies. Replacing the Requires field with a Requires.private
field in oggplay.pc fixed this.
I also noticed that oggplay-uninstalled.pc is installed, which it
shouldn't be.
Patch attached.
--- liboggplay-0.2.1~git20091227/debian/liboggplay1-dev.install
+++ liboggplay-0.2.1~git20091227/debian/liboggplay1-dev.install
@@ -4 +4 @@
-usr/lib/pkgconfig/*
+usr/lib/pkgconfig/oggplay.pc
--- liboggplay-0.2.1~git20091227.orig/oggplay.pc.in
+++ liboggplay-0.2.1~git20091227/oggplay.pc.in
@@ -5,7 +5,7 @@
Name: oggplay
Description: Decode from multiple ogg streams synchronously
-Requires: oggz fishsound theora
+Requires.private: oggz fishsound theora
Version: @VERSION@
Libs: -L${libdir} -loggplay
Libs.private: @OGGZ_LIBS@ @FISHSOUND_LIBS@ @THEORA_LIBS@ @TIGER_LIBS@ @KATE_LIBS@
--- End Message ---
--- Begin Message ---
The bug report is very old and does not apply anymore since the
package uses the recent version of dh.
--
Rodrigo Siqueira
Graduate Student
Department of Computer Science
University of São Paulo
--- End Message ---