Your message dated Mon, 5 Sep 2016 17:11:38 -0300
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #748158,
regarding playmidi: add gtk and svga dev libs as dependecies
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.)
--
748158: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748158
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: playmidi
Version: 2.4
Severity: normal
User: [email protected]
Usertags: ppc64el
Tags: patch
Dear Maintainer,
Playmidi package could not be built in a nake environemnt because the package
depends on packages not listed in the control file. The package is including
vga.h and gtk.h in the headers, but, not depending on these libraries-dev
package in the debian/control.
This is an example:
http://deb1.ltc.br.ibm.com/wanna-buildd-upstream/logs/playmidi_2.4debian-10_ppc64el.build
This patch fixes these two problems.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: playmidi-2.4debian/debian/control
===================================================================
--- playmidi-2.4debian.orig/debian/control 2014-05-14 21:12:21.000000000 +0000
+++ playmidi-2.4debian/debian/control 2014-05-14 21:20:59.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Darren Salt <[email protected]>
Standards-Version: 3.9.3
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 4.1.16), libncurses5-dev | libncurses-dev, libxaw7-dev, libxt-dev
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 4.1.16), libncurses5-dev | libncurses-dev, libxaw7-dev, libxt-dev, libgtk-3-dev, libsvga1-dev
Package: playmidi
Architecture: any
--- End Message ---
--- Begin Message ---
Closing this bug since playmidi builds fine on ppc64el now.
Thanks
--- End Message ---