Package: playmidi
Version: 2.4
Severity: normal
User: debian-powe...@lists.debian.org
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 <devs...@moreofthesa.me.uk>
 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

Reply via email to