severity 304010 serious
thanks

On Sun, 10 Apr 2005, Mario Holbe wrote:

> Package: png2html
> Version: 1.1-1
> 
> Hello,
> 
> png2html depends on libgd-dev (which, in turn, depends on more -dev
> packages), is this really intentional/needed?

In fact, the Depends line is completely broken, as it does not include
the shared library dependencies of the png2html executable.

Please consider the following patch:

diff -ru png2html-1.1.orig/debian/control png2html-1.1/debian/control
--- png2html-1.1.orig/debian/control    2005-04-10 19:22:13.000000000 +0200
+++ png2html-1.1/debian/control 2005-04-10 19:23:39.000000000 +0200
@@ -7,7 +7,7 @@
 
 Package: png2html
 Architecture: any
-Depends: libgd-dev (>= 1.8.4), ${SHLIbs:Depends}
+Depends: ${shlibs:Depends}
 Description: The Png2html transforms a PNG image to a web page
  The Png2html takes a PNG image and transforms it pixel per pixel to a web 
page.
  It makes use of a text file supplied by the user to do the conversion.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to