tags patch 308755
thanks

Here's a patch to update the build-depends to perl (>= 5.6.0) instead,
which I think is what was really intended.  The perlmagick dependency will
pull in a more recent version of Perl anyway.

I didn't change the gs dependency.  I'm not sure the right thing to do
there, as the user may have either gs-gpl or gs-eps (or gs-afpl, for that
matter) installed, and they all conflict with each other.  gs-afpl can't
be listed as a dependency alternative since it's in non-free, but gs is
the only virtual package that they all provide.  I think this is okay to
leave as is for right now.

I also moved the debhelper dependency to Build-Depends rather than
Build-Depends-Indep; Policy (section 7.6) does not require that
Build-Depends-Indep be satisfied when calling the clean target, and this
package uses debhelper scripts there.

diff -ru webmagick-2.02.unpatched/debian/control webmagick-2.02/debian/control
--- webmagick-2.02.unpatched/debian/control     2005-05-13 19:41:36.000000000 
-0700
+++ webmagick-2.02/debian/control       2005-05-13 19:42:14.000000000 -0700
@@ -2,7 +2,8 @@
 Section: web
 Priority: optional
 Maintainer: Ryuichi Arafune <[EMAIL PROTECTED]>
-Build-Depends-Indep: perl-5.6, debhelper (>> 3.0.5), imagemagick, perlmagick, 
texinfo (>= 4.6-1)
+Build-Depends: debhelper (>> 3.0.5)
+Build-Depends-Indep: perl (>= 5.6.0), imagemagick, perlmagick, texinfo (>= 
4.6-1)
 Standards-Version: 3.5.6
 
 Package: webmagick

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


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

Reply via email to