Bug#393478: libcrypt-des-perl: FTBFS: Is the Build-Depends on libcrypt-cbc-perl really necessary?

2006-10-16 Thread Andreas Jochens
Package: libcrypt-des-perl
Version: 2.05-1
Severity: wishlist
Tags: patch

Hello,

is the Build-Depends on 'libcrypt-cbc-perl' really necessary? I built the
package with and without 'libcrypt-cbc-perl' installed and could not
find any difference.

Please remove the Build-Depends on 'libcrypt-cbc-perl' if possible.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libcrypt-des-perl-2.05/debian/control ./debian/control
--- ../tmp-orig/libcrypt-des-perl-2.05/debian/control   2006-10-16 
14:38:44.0 +
+++ ./debian/control2006-10-16 14:38:41.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl group [EMAIL PROTECTED]
 Uploaders: Jaldhar H. Vyas [EMAIL PROTECTED], Krzysztof Krzyzaniak (eloy) 
[EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), perl (= 5.8.0-7), libcrypt-cbc-perl
+Build-Depends: debhelper ( 3.0.0), perl (= 5.8.0-7)
 Standards-Version: 3.6.2
 
 Package: libcrypt-des-perl


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



Bug#393478: libcrypt-des-perl: FTBFS: Is the Build-Depends on libcrypt-cbc-perl really necessary?

2006-10-16 Thread Niko Tyni
On Mon, Oct 16, 2006 at 04:43:25PM +0200, Andreas Jochens wrote:
 Package: libcrypt-des-perl
 Version: 2.05-1
 Severity: wishlist
 Tags: patch
 
 Hello,
 
 is the Build-Depends on 'libcrypt-cbc-perl' really necessary? I built the
 package with and without 'libcrypt-cbc-perl' installed and could not
 find any difference.
 
 Please remove the Build-Depends on 'libcrypt-cbc-perl' if possible.

Hi,

Crypt::CBC is used in 'test.pl', run in the 'make test' step of building
the package. It's in the Build-Depends to ensure complete test coverage,
since otherwise some of the tests would be skipped.

Could you please explain why is this a problem? Is the package failing
to build for you, as mentioned in the title ('FTBFS')?

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#393478: libcrypt-des-perl: FTBFS: Is the Build-Depends on libcrypt-cbc-perl really necessary?

2006-10-16 Thread Andreas Jochens
Hello,

thank your for your reply to my report.

On 06-Oct-16 20:41, Niko Tyni wrote:
 Crypt::CBC is used in 'test.pl', run in the 'make test' step of building
 the package. It's in the Build-Depends to ensure complete test coverage,
 since otherwise some of the tests would be skipped.

OK, I missed that.

 Could you please explain why is this a problem? Is the package failing
 to build for you, as mentioned in the title ('FTBFS')?

It is not really a problem. 

I just tried to rebuild the complete archive from scratch and the 
circular Build-Dependens between libcrypt-des-perl and libcrypt-cbc-perl 
was somewhat problematic in this context. Both packages failed to 
autobuild and I had to try to build one of them by hand without 
using the other one.

Regards
Andreas Jochens


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