Package: mime-tools Version: 5.427-1 Severity: minor Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu ubuntu-patch jaunty
Hi folks, The mime-tools package currently build-depends on (among other things) perl-modules (>= 5.10) | libfile-temp-perl (>= 0.18). There is, however, no real package in the archive named 'libfile-temp-perl' in etch or later, so this alternative is altogether spurious for packages in lenny and beyond since it's not even useful for backports. In addition, in Ubuntu the alternative has caused build failures because of some differences in Ubuntu vs. Debian buildd infrastructure, so the attached patch is currently being carried as a diff to mime-tools there. It would be appreciated if you could apply this patch, to let the Ubuntu package get back in sync. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [EMAIL PROTECTED] [EMAIL PROTECTED]
diff -Nru mime-tools-5.427/debian/control mime-tools-5.427/debian/control --- mime-tools-5.427/debian/control 2008-11-14 05:27:30.000000000 +0000 +++ mime-tools-5.427/debian/control 2008-11-14 05:27:31.000000000 +0000 @@ -12,8 +12,7 @@ Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.4), libmailtools-perl, libio-stringy-perl (>= 2.110), libconvert-binhex-perl, - perl-modules (>= 5.10) | libfile-temp-perl (>= 0.18), - netbase, libtest-pod-perl (>= 1.00) + perl-modules (>= 5.10), netbase, libtest-pod-perl (>= 1.00) Package: libmime-tools-perl Conflicts: libmime-perl (<< 5.425-2)

